Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.decls.h271 extern Char *s_strrchr (const Char *, int);
H A Dtc.str.c333 s_strrchr(const Char *str, int ch) function
H A Dsh.h1141 #define Strrchr(a, b) s_strrchr(a, b)