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

Go to the source code of this file.

Functions

 __FBSDID ("$BSDSUniX$")
 
int strncmp (const char *s1, const char *s2, size_t n)
 

Function Documentation

__FBSDID ( "$BSDSUniX$"  )
int strncmp ( const char *  s1,
const char *  s2,
size_t  n 
)

Definition at line 36 of file strncmp.c.

Referenced by strstr().

Here is the caller graph for this function: