Home
last modified time | relevance | path

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

/NextBSD/lib/libedit/
HDchartype.h90 #define Strchr(s,c) wcschr(s,c) macro
146 #define Strchr(s,c) strchr(s,c) macro
/NextBSD/contrib/tcsh/
HDglob.c241 Strchr(Char *str, int ch) in Strchr() function
HDsh.h1095 #define Strchr(a, b) strchr(a, b) macro
1118 #define Strchr(a, b) wcschr(a, b) macro
1128 #define Strchr(a, b) s_strchr(a, b) macro