Searched refs:Strrchr (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/lib/libedit/
H A Dchartype.h91 #define Strrchr(s,c) wcsrchr(s,c) macro
147 #define Strrchr(s,c) strrchr(s,c) macro
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.h1096 #define Strrchr(a, b) strrchr(a, b) macro
1119 #define Strrchr(a, b) wcsrchr(a, b) macro
1129 #define Strrchr(a, b) s_strrchr(a, b) macro
H A Dsh.file.c468 p = Strrchr(path, '/');
H A Dsh.dir.c420 if ((dp = Strrchr(cwd, '/')) != NULL) {
1149 if ((sp = Strrchr(p2, '/')) != NULL)
H A Dtw.parse.c284 if ((slshp = Strrchr(qline.s + wordp, '/')) != NULL &&
1261 if ((dollar = Strrchr(word->s, '$')) != 0 &&
1311 if ((ptr = Strrchr(word->s, '$')) != NULL) {
1547 else if ((target = Strrchr(name, '$')) != 0 &&
1839 p = Strrchr(path, '/');
1842 p = Strrchr(path, ':');
H A Dsh.lex.c1030 wp = Strrchr(cp, '/');
H A Dsh.c540 if (((cp2 = Strrchr(cp, (Char) '/')) != NULL) &&

Completed in 141 milliseconds