Searched refs:vstrchr (Results 1 – 3 of 3) sorted by relevance
635 #define vstrchr(s,c) (cstrchr((s), (c)) != NULL) macro640 #define vstrchr(s,c) (strchr((s), (c)) != NULL) macro2791 #define mksh_vdirsep(s) vstrchr((s), '/')
1451 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()
666 if (*toglob == '~' && /* not vdirsep */ !vstrchr(toglob, '/')) { in x_cf_glob()