|
PatchworkOS
|
Go to the source code of this file.
Functions | |
| int | strcasecmp (const char *s1, const char *s2) |
| int | strncasecmp (const char *s1, const char *s2, size_t n) |
| int strcasecmp | ( | const char * | s1, |
| const char * | s2 | ||
| ) |
Definition at line 4 of file strcasecmp.c.
References tolower().
Referenced by config_find_pair(), config_find_section(), and config_get_bool().
| int strncasecmp | ( | const char * | s1, |
| const char * | s2, | ||
| size_t | n | ||
| ) |
Definition at line 4 of file strncasecmp.c.
References tolower().