Home
last modified time | relevance | path

Searched defs:strchr (Results 1 – 12 of 12) sorted by relevance

/dflybsd-src/lib/libc/string/
H A Dindex.c40 strchr in strchr() function
H A Dstrchr.c37 strchr(const char *p, int ch) in strchr() function
/dflybsd-src/contrib/less/
H A Dlessecho.c163 char * strchr(char *s, char c) in strchr() function
H A Dos.c444 char * strchr(char *s, char c) in strchr() function
/dflybsd-src/usr.bin/top/
H A Dos.h61 #define strchr(a, b) index((a), (b)) macro
/dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/
H A Dutclib.c609 strchr ( in strchr() function
/dflybsd-src/sys/sys/
H A Dlibkern.h165 strchr(const char *p, int ch) in strchr() function
/dflybsd-src/contrib/cvs-1.12/diff/
H A Dsystem.h198 # define strchr index macro
/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Dos.h653 #define strchr OS_DO_NOT_USE_strchr macro
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcfns.gperf173 strchr keyword
/dflybsd-src/contrib/tcsh-6/
H A Dsh.h418 # define strchr(a, b) index(a, b) macro
/dflybsd-src/contrib/gmp/
H A Dgmp-impl.h251 #define strchr(s,c) index(s,c) macro