Go to the source code of this file.
Functions | |
int | strncasecmp (__const char *__s1, __const char *__s2, size_t __n) |
char * | stricstr (const char *s1, const char *s2) |
char * stricstr | ( | const char * | s1, |
const char * | s2 | ||
) |
Definition at line 8 of file stricstr.c.
References SkipCharTableBytes(), strncasecmp(), TRACEENTER, and TRACEEXIT.
Referenced by INIFindStartEnd().
int strncasecmp | ( | __const char * | __s1, |
__const char * | __s2, | ||
size_t | __n | ||
) |
Referenced by stricstr().