FreeBSD kernel libkern code
strcasecmp.c File Reference
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/ctype.h>
#include <sys/libkern.h>
Include dependency graph for strcasecmp.c:

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)
 

Function Documentation

__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().

Here is the caller graph for this function:

int strncasecmp ( const char *  s1,
const char *  s2,
size_t  n 
)

Definition at line 55 of file strcasecmp.c.

References tolower.