Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libedit/src/
H A Dtokenizer.c77 #define Strchr(s, c) strchr(s, c) macro
84 #define Strchr(s, c) wcschr(s, c) macro
/dflybsd-src/contrib/tcsh-6/
H A Dglob.c246 Strchr(Char *str, int ch) in Strchr() function
H A Dsh.h1112 #define Strchr(a, b) strchr(a, b) macro
1135 #define Strchr(a, b) wcschr(a, b) macro
1145 #define Strchr(a, b) s_strchr(a, b) macro