Home
last modified time | relevance | path

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

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