|
FreeBSD kernel libkern code
|
#include <sys/cdefs.h>#include <sys/param.h>#include <sys/ctype.h>#include <sys/libkern.h>
Go to the source code of this file.
Functions | |
| __FBSDID ("$BSDSUniX$") | |
| int | strcasecmp (const char *s1, const char *s2) |
| int | strncasecmp (const char *s1, const char *s2, size_t n) |
| __FBSDID | ( | "$BSDSUniX$" | ) |
| int strcasecmp | ( | const char * | s1, |
| const char * | s2 | ||
| ) |
Definition at line 42 of file strcasecmp.c.
References tolower.
Referenced by iconv_lookupcs(), and iconv_ucs_open().

| int strncasecmp | ( | const char * | s1, |
| const char * | s2, | ||
| size_t | n | ||
| ) |
Definition at line 55 of file strcasecmp.c.
References tolower.