Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h635 #define vstrchr(s,c) (cstrchr((s), (c)) != NULL) macro
640 #define vstrchr(s,c) (strchr((s), (c)) != NULL) macro
2791 #define mksh_vdirsep(s) vstrchr((s), '/')
Dfuncs.c1451 while (*cp && vstrchr(Taugo, *cp)) in c_umask()
1473 while (*cp && vstrchr("rwxugoXs", *cp)) in c_umask()
2314 optc = vstrchr(id, '[') ? 0 : 1; in c_unset()
Dedit.c666 if (*toglob == '~' && /* not vdirsep */ !vstrchr(toglob, '/')) { in x_cf_glob()