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

/freebsd-10-stable/lib/libedit/
H A Dchartype.h91 #define Strstr(s,v) wcsstr(s,v) macro
141 #define Strstr(s,v) strstr(s,v) macro
/freebsd-10-stable/contrib/tcsh/
H A Dsh.h1113 #define Strstr(a, b) strstr(a, b) macro
1147 #define Strstr(a, b) s_strstr(a, b) macro

Completed in 42 milliseconds