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

Go to the source code of this file.

Functions

 __FBSDID ("$FreeBSD$")
 
char * strchr (const char *cp, int ch)
 

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ strchr()

char * strchr ( const char *  cp,
int  ch 
)

Definition at line 39 of file strchr.c.

Referenced by fnmatch(), inet_pton4(), and inet_pton6().

Here is the caller graph for this function: