Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dcsh.h496 #define Strstr(a, b) strstr(a, b) macro
516 #define Strstr(a, b) s_strstr(a, b) macro
H A Ddol.c711 dp = Strstr(cp, lhsub); in setDolp()