Searched defs:Strchr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | tokenizer.c | 74 #define Strchr(s, c) strchr(s, c) macro 81 #define Strchr(s, c) wcschr(s, c) macro
|
/freebsd/contrib/tcsh/ |
H A D | glob.c | 248 Strchr(Char *str, int ch) in Strchr() function
|
H A D | sh.h | 1107 #define Strchr(a, b) strchr(a, b) macro 1130 #define Strchr(a, b) wcschr(a, b) macro 1140 #define Strchr(a, b) s_strchr(a, b) macro
|