Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c537 if (Flag(FRESTRICTED) && vstrchr(cp, '/')) { in comexec()
923 if (vstrchr(name, '/')) { in findcom()
1057 if (vstrchr(name, '/')) { in search()
Dfuncs.c1851 while (*cp && vstrchr("augo", *cp)) in c_umask()
1868 if (!vstrchr("=+-", op = *cp)) in c_umask()
1872 while (*cp && vstrchr("rwxugoXs", *cp)) in c_umask()
1909 } else if (!vstrchr("=+-", *cp)) in c_umask()
2416 optc = vstrchr(id, '[') ? 0 : 1; in c_unset()
Dmisc.c544 } else if ((c & 0x80) && vstrchr("*+?@! ", c & 0x7f)) { in has_globbing()
750 if ((*p & 0x80) && vstrchr("*+?@! ", *p & 0x7f)) in pat_scan()
Dsh.h421 #define vstrchr(s,c) (cstrchr((s), (c)) != NULL) macro
427 #define vstrchr(s,c) (strchr((s), (c)) != NULL) macro
Dedit.c503 iscmd = p < 0 || vstrchr(";|&()`", buf[p]); in x_locate_word()
752 if (vstrchr("\"#$&'()*:;<=>?[\\`{|}", s[add]) || in x_escape()
753 vstrchr(ifs, s[add])) { in x_escape()
Deval.c1404 !vstrchr("*+?@! ", *s & 0x7f)) in debunk()