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

Go to the source code of this file.

Functions

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

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ strstr()

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

Definition at line 45 of file strstr.c.

References c, strlen(), and strncmp().

Here is the call graph for this function: