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 ("$FreeBSD$")
 
int strcasecmp (const char *s1, const char *s2)
 
int strncasecmp (const char *s1, const char *s2, size_t n)
 

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ strcasecmp()

int strcasecmp ( const char *  s1,
const char *  s2 
)

Definition at line 44 of file strcasecmp.c.

References tolower.

Referenced by iconv_lookupcs(), and iconv_ucs_open().

Here is the caller graph for this function:

◆ strncasecmp()

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

Definition at line 57 of file strcasecmp.c.

References tolower.

Referenced by strcasestr().

Here is the caller graph for this function: