HomeSort by: relevance | last modified time | path
    Searched refs:Strrchr (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/csh/
csh.h 484 #define Strrchr(a, b) strrchr(a, b)
504 #define Strrchr(a, b) s_strrchr(a, b)
dir.c 304 dp = Strrchr(cwd, '/');
875 if ((sp = Strrchr(p2, '/')) != NULL)
file.c 429 p = Strrchr(path, '/');
lex.c 1002 wp = Strrchr(cp, '/');

Completed in 14 milliseconds