Home
last modified time | relevance | path

Searched defs:strchrnul (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/build/cross-build/include/mac/
H A Dstring.h45 #define strchrnul(p, ch) __freebsd_strchrnul(p, ch) macro
48 strchrnul(const char *p, int ch) in strchrnul() function
/freebsd/lib/libc/amd64/string/
H A Dstrchrnul.S36 .set strchrnul, __strchrnul define
/freebsd/sys/libkern/
H A Dstrchrnul.c32 strchrnul(const char *p, int ch) in strchrnul() function