strpbrk
*s = strpbrk(*s,
if ((*s = strpbrk(*s, QUOTE)) == NULL) {
} else if ((s = strpbrk(s, ":/")) == NULL)
if (strpbrk(filename, SFTP_DIRECTORY_CHARS) != NULL) {
while ((s = strpbrk(envp, "=,")) != NULL) {
char *strpbrk(const char *, const char *) __pure;
if ((cp = strpbrk(p, "#\n")) == NULL)
if ((cp = strpbrk(p, " \t")) == NULL)
if ((cp = strpbrk(cp, " \t")) != NULL)
if ((cp = strpbrk(cp, " \t")) != NULL)
if ((cp = strpbrk(p, "#\n")) == NULL)
if ((cp = strpbrk(p, " \t")) == NULL)
if ((p = strpbrk(cp, " \t")) != NULL)
if ((cp = strpbrk(cp, " \t")) != NULL)
if (!strpbrk(p, " \t")) {
if ((epos = strpbrk(spos, " \t"))) {
cp = strpbrk(p, "#\n");
if (!(cp = strpbrk(p, " \t")))
if ((cp = strpbrk(cp, " \t")) != NULL)
cp = strpbrk(p, " \t");
if ((cp = strpbrk(cp, " \t")) != NULL)
cp = strpbrk(p, "#\n");
if (!(cp = strpbrk(p, " \t")))
if ((p = strpbrk(cp, " \t")) != NULL)
if ((p = strpbrk(cp, " \t")) != NULL)
p = strpbrk(cp, " \t");
p = strpbrk(cp, " \t");
cp = strpbrk(result, " \t");
cp = strpbrk(p, " \t");
p = strpbrk(cp, " \t");
p = strpbrk(cp, " \t");
cp = strpbrk(p, "#\n");
cp = strpbrk(cp, " \t");
p = strpbrk(cp, " \t");
cp = strpbrk(result, " \t");
cp = strpbrk(p, "#\n");
cp = strpbrk(p, " \t");
p = strpbrk(cp, " \t");
cp = strpbrk(cp, " \t");
cp = strpbrk(p, "#\n");
p = strpbrk(p, " \t");
cp = strpbrk(p, ",/");
cp = strpbrk(cp, " \t");
cp = strpbrk(cp, " \t");
if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL)
if ((tmpp = strpbrk(stringp, "\t ")) == NULL) { /* can't parse file */
cp = strpbrk(p, "#\n");
cp = strpbrk(p, " \t");
cp = strpbrk(cp, " \t");
cp = strpbrk(cp, " \t");
p = strpbrk(URL, "/@");
cmd->p.glob = strpbrk(arg, "*?[") != NULL ? 1 : 0;
if ((cp = strpbrk(cbuf, " \n")))
if ((cp2 = strpbrk(cp, " \n")))
if (strpbrk(whichf, "~{[*?") != NULL) {
if (!(hptr = strpbrk(ptr, "#\n")))
if (!(hptr = strpbrk(ptr, " \t")))
if (!(hptr = strpbrk(ptr, " \t")))
if ((ptr = strpbrk((char*)&readbuf, " \t")) == NULL) {
if ((epos = strpbrk(spos, " \t"))) {
if ((data = (char *)(strpbrk(readbuf, " \t") + 1)) < (char *)2)
if (strpbrk(arg, "*?[") != NULL) {
cmd->p.glob = strpbrk(arg, "*?[") != NULL ? 1 : 0;
if (strpbrk(argv[0], ":") != NULL &&
} else if (strpbrk(argv[0], "@") != NULL &&
if (vfslist == NULL && strpbrk(argv[0], ":@") != NULL &&
return (strpbrk(d_fmt, "ed") < strchr(d_fmt, 'm'));
if (ep->except && strpbrk(val, ep->except)) {
if (isxargs && strpbrk(entry->fts_path, BADCH)) {
if (!strpbrk(name, "~{[*?$`'\"\\"))
if ((p = strpbrk(s->str + 2, "*]")) == NULL)
arg = strpbrk(arg, "><@=!:");
if (*p != '\0' && strpbrk(p, " \t") == NULL) {
if ((cp = strpbrk(p, " ")) == NULL)
if (strpbrk(mountpoint, " \\\"'`") != NULL) {
if (strpbrk(mountpoint, " \\\"'`") != NULL) {
if (strpbrk(field, not_allowed) != NULL) {
unit = strpbrk(ep + 1, "0123456789");
nameend = strpbrk(bp, "|:");
if (strpbrk(p, MAGIC))
if (strpbrk(hisaddr, ",-")) {
if ((ptr = strpbrk(range, ",-")) == NULL) {
if ((ptr = strpbrk(to, ",-")) == NULL)
if ((q = strpbrk(p, " \t")) != NULL) { /* Time first? */
if ((p = strpbrk(line, " \t\r\n")) != NULL)
if ((p = strpbrk(line, "\r\n")) != NULL)
if ((sep = strpbrk(buf, " \t")) == NULL) {