Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.h1122 #define Strstr(a, b) strstr(a, b) macro
1156 #define Strstr(a, b) s_strstr(a, b) macro