strpbrk
p = strpbrk(checksum, " \t\r");
p = strpbrk(filename, "\t\r");
while ((s = strpbrk(envp, "=,")) != NULL) {
char *strpbrk(const char *, const char *);
if (!strpbrk(cp, " \t")) {
PROTO_NORMAL(strpbrk);
tail = strpbrk(top, " \t");
p = strpbrk(cp, " \t");
cp = strpbrk(cp, " \t");
cp = strpbrk(cp, " \t");
p = strpbrk(cp, " \t");
cp = strpbrk(p, ",/");
cp = strpbrk(cp, " \t");
cp = strpbrk(cp, " \t");
cp = strpbrk(p, "#\n");
cp = strpbrk(p, " \t");
cp = strpbrk(cp, " \t");
cp = strpbrk(cp, " \t");
DEF_STRONG(strpbrk);
if ((p = strpbrk(p, "._-")) != NULL)
if ((cp = strpbrk(cbuf, "\n"))) {
if ((cp = strpbrk(cbuf, " \n")))
if ((cp2 = strpbrk(cp, " \n")))
if (strpbrk(whichf, "~{[*?") != NULL) {
if (strpbrk(cp->ip, cp->rend))
if ((cp = strpbrk(line, "\r\n")))
if ((cp = strpbrk(line, "#"))) {
if (strpbrk(argv[0], ":@") != NULL)
strpbrk(fs->fs_spec, ":@") == NULL) {
t = strpbrk(s, ",");
strpbrk(str, "+-") /* signed hexes */
while (strpbrk(option, single_dash_opts) == &option[0]) {
ptr = strpbrk(&option[1], dash_opts);
while (strpbrk(option, single_dash_opts) == &option[0]) {
if (isxargs && strpbrk(entry->fts_path, BADCH)) {
strpbrk(dir, "*?[]{}") != NULL)
strpbrk(file, "*?[]{}") != NULL)
if (strpbrk(name, "~{[*?\\") == NULL)
} else if ((val = strpbrk(argv[*argi], "=~")) == NULL) {
if (strpbrk(pattern, "*?[") == NULL) {
if ((p = strpbrk(p, ".-")) != NULL)
*s = strpbrk(*s,
if ((*s = strpbrk(*s, QUOTE)) == NULL) {
} else if ((s = strpbrk(s, ":/")) == NULL)
for (start = p; (end = strpbrk(start, ":;")) != NULL; start = end + 1) {
if ((p = strpbrk((char *)s->str + 2, "*]")) == NULL)
arg = strpbrk(arg, "><@=!:");
if (ecp->clen != 0 || strpbrk(p, "lr")) {
if (strpbrk(p + upto, SPECIALS)) {
if (strpbrk(p, MAGIC))
if ((p = strpbrk(p, ".-")) != NULL)
if (kv->kv_key != NULL && strpbrk(kv->kv_key, "*?[") != NULL)
if ((p = strpbrk(p, ".-")) != NULL)
strpbrk(str, "+-") /* signed hexes */
if ((epos = strpbrk(spos, " \t"))) {
data = strpbrk(readbuf, " \t");