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

/external/mksh/src/
H A Dexec.c675 if (Flag(FRESTRICTED) && vstrchr(cp, '/')) {
1087 if (vstrchr(name, '/')) {
1223 if (vstrchr(name, '/')) {
H A Dfuncs.c1669 while (*cp && vstrchr("augo", *cp))
1687 if (!vstrchr("=+-", op = *cp))
1691 while (*cp && vstrchr("rwxugoXs", *cp))
1728 } else if (!vstrchr("=+-", *cp))
2487 optc = vstrchr(id, '[') ? 0 : 1;
H A Deval.c1267 if (vstrchr(sp, '['))
1641 !vstrchr("*+?@! ", *s & 0x7f))
H A Dmisc.c722 } else if ((c & 0x80) && vstrchr("*+?@! ", c & 0x7f)) {
941 if ((*p & 0x80) && vstrchr("*+?@! ", *p & 0x7f))
H A Dsh.h518 #define vstrchr(s,c) (cstrchr((s), (c)) != NULL) macro
523 #define vstrchr(s,c) (strchr((s), (c)) != NULL) macro
H A Dedit.c568 iscmd = p < 0 || vstrchr(";|&()`", buf[p]);
642 if (*toglob == '~' && !vstrchr(toglob, '/')) {
837 if (vstrchr("\"#$&'()*:;<=>?[\\`{|}", s[add]) ||
838 vstrchr(ifs, s[add])) {

Completed in 177 milliseconds