HomeSort by relevance Sort by last modified time
    Searched refs:vstrchr (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
funcs.c 1451 while (*cp && vstrchr(Taugo, *cp))
1473 while (*cp && vstrchr("rwxugoXs", *cp))
    [all...]
sh.h 631 #define vstrchr(s,c) (cstrchr((s), (c)) != NULL) macro
636 #define vstrchr(s,c) (strchr((s), (c)) != NULL) macro
    [all...]
edit.c 666 if (*toglob == '~' && /* not vdirsep */ !vstrchr(toglob, '/')) {
    [all...]

Completed in 63 milliseconds