Home
last modified time | relevance | path

Searched defs:Strchr (Results 1 – 3 of 3) sorted by last modified time

/freebsd/contrib/tcsh/
H A Dsh.h1107 #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
H A Dglob.c248 Strchr(Char *str, int ch) in Strchr() function
/freebsd/contrib/libedit/
H A Dtokenizer.c74 #define Strchr(s, c) strchr(s, c) macro
81 #define Strchr(s, c) wcschr(s, c) macro