Searched defs:strchr (Results 1 – 12 of 12) sorted by relevance
/dflybsd-src/lib/libc/string/ |
H A D | index.c | 40 strchr in strchr() function
|
H A D | strchr.c | 37 strchr(const char *p, int ch) in strchr() function
|
/dflybsd-src/contrib/less/ |
H A D | lessecho.c | 163 char * strchr(char *s, char c) in strchr() function
|
H A D | os.c | 444 char * strchr(char *s, char c) in strchr() function
|
/dflybsd-src/usr.bin/top/ |
H A D | os.h | 61 #define strchr(a, b) index((a), (b)) macro
|
/dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/ |
H A D | utclib.c | 609 strchr ( in strchr() function
|
/dflybsd-src/sys/sys/ |
H A D | libkern.h | 165 strchr(const char *p, int ch) in strchr() function
|
/dflybsd-src/contrib/cvs-1.12/diff/ |
H A D | system.h | 198 # define strchr index macro
|
/dflybsd-src/contrib/wpa_supplicant/src/utils/ |
H A D | os.h | 653 #define strchr OS_DO_NOT_USE_strchr macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cfns.gperf | 173 strchr keyword
|
/dflybsd-src/contrib/tcsh-6/ |
H A D | sh.h | 418 # define strchr(a, b) index(a, b) macro
|
/dflybsd-src/contrib/gmp/ |
H A D | gmp-impl.h | 251 #define strchr(s,c) index(s,c) macro
|