Home | History | Annotate | Download | only in src

Lines Matching refs:vstrchr

1655 				while (*cp && vstrchr("augo", *cp))
1673 if (!vstrchr("=+-", op = *cp))
1677 while (*cp && vstrchr("rwxugoXs", *cp))
1714 } else if (!vstrchr("=+-", *cp))
2473 optc = vstrchr(id, '[') ? 0 : 1;