Searched defs:Strstr (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h100 #define Strstr(s,v) wcsstr(s,v) macro
150 #define Strstr(s,v) strstr(s,v) macro
/macosx-10.10/libedit-40/src/
H A Dchartype.h100 #define Strstr(s,v) wcsstr(s,v) macro
155 #define Strstr(s,v) strstr(s,v) macro
/macosx-10.10/swig-12/Source/DOH/
H A Ddoh.h420 #define Strstr DohStrstr macro
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.h1087 #define Strstr(a, b) strstr(a, b) macro
1121 #define Strstr(a, b) s_strstr(a, b) macro

Completed in 142 milliseconds