Searched defs:Strchr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h98 #define Strchr(s,c) wcschr(s,c) macro
148 #define Strchr(s,c) strchr(s,c) macro
/macosx-10.10/libedit-40/src/
H A Dchartype.h98 #define Strchr(s,c) wcschr(s,c) macro
153 #define Strchr(s,c) strchr(s,c) macro
/macosx-10.10/tcsh-65/tcsh/
H A Dglob.c67 #undef Strchr macro
241 Strchr(Char *str, int ch) function
H A Dsh.h1072 #define Strchr(a, b) strchr(a, b) macro
1095 #define Strchr(a, b) wcschr(a, b) macro
1105 #define Strchr(a, b) s_strchr(a, b) macro
/macosx-10.10/swig-12/Source/DOH/
H A Ddoh.h421 #define Strchr DohStrchr macro

Completed in 126 milliseconds