Home
last modified time | relevance | path

Searched refs:s_strstr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/bin/csh/
H A Dstr.c354 s_strstr(const Char *s, const Char *t) in s_strstr() function
H A Dextern.h338 Char *s_strstr(const Char *, const Char *);
H A Dcsh.h516 #define Strstr(a, b) s_strstr(a, b)