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

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ strncmp()

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

Definition at line 38 of file strncmp.c.

Referenced by strnstr(), and strstr().

Here is the caller graph for this function: