Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c705 if (Flag(FRESTRICTED) && vstrchr(cp, '/')) { in comexec()
1151 if (vstrchr(name, '/')) { in findcom()
1291 if (vstrchr(name, '/')) { in search_path()
Dfuncs.c1718 while (*cp && vstrchr("augo", *cp)) in c_umask()
1736 if (!vstrchr("=+-", op = *cp)) in c_umask()
1740 while (*cp && vstrchr("rwxugoXs", *cp)) in c_umask()
1777 } else if (!vstrchr("=+-", *cp)) in c_umask()
2561 optc = vstrchr(id, '[') ? 0 : 1; in c_unset()
Deval.c1263 if (vstrchr(sp, '[')) in varsub()
1639 !vstrchr("*+?@! ", *s & 0x7f)) in debunk()
Dmisc.c737 } else if ((c & 0x80) && vstrchr("*+?@! ", c & 0x7f)) { in has_globbing()
956 if ((*p & 0x80) && vstrchr("*+?@! ", *p & 0x7f)) in pat_scan()
Dsh.h563 #define vstrchr(s,c) (cstrchr((s), (c)) != NULL) macro
568 #define vstrchr(s,c) (strchr((s), (c)) != NULL) macro
Dedit.c568 iscmd = p < 0 || vstrchr(";|&()`", buf[p]); in x_locate_word()
640 if (*toglob == '~' && !vstrchr(toglob, '/')) { in x_cf_glob()
835 if (vstrchr("\"#$&'()*:;<=>?[\\`{|}", s[add]) || in x_escape()
836 vstrchr(ifs, s[add])) { in x_escape()