#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
Go to the source code of this file.
Functions | |
char ** | mSplit (char *, char *, int, int *, char) |
void | mSplitFree (char ***toks, int numtoks) |
int | mContainsSubstr (char *, int, char *, int) |
int | mSearch (char *, int, char *, int, int *, int *) |
int | mSearchCI (char *, int, char *, int, int *, int *) |
int | mSearchREG (char *, int, char *, int, int *, int *) |
int * | make_skip (char *, int) |
int * | make_shift (char *, int) |
|
Definition at line 470 of file mstring.c. References FatalPrintError(), and NULL. Referenced by make_precomp(). |
|
Definition at line 437 of file mstring.c. References char(), FatalPrintError(), and NULL. Referenced by make_precomp(). |
|
Definition at line 361 of file mstring.c. References DEBUG_PATTERN_MATCH, and DEBUG_WRAP. |
|
Definition at line 529 of file mstring.c. References char(), DEBUG_PATTERN_MATCH, DEBUG_WRAP, detect_depth, doe_ptr, and fasthex(). Referenced by uniSearchReal(). |
|
Definition at line 615 of file mstring.c. References char(), DEBUG_PATTERN_MATCH, DEBUG_WRAP, detect_depth, and doe_ptr. Referenced by uniSearchReal(). |
|
Definition at line 680 of file mstring.c. References char(), DEBUG_PATTERN_MATCH, and DEBUG_WRAP. |
|
|