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

Go to the source code of this file.

Functions

 __FBSDID ("$FreeBSD$")
 
char * strcasestr (const char *s, const char *find)
 

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ strcasestr()

char * strcasestr ( const char *  s,
const char *  find 
)

Definition at line 51 of file strcasestr.c.

References c, strlen(), strncasecmp(), and tolower.

Here is the call graph for this function: