Lines Matching full:strpbrk
1451 if ( NULL == (cp = strpbrk(p, "#\n"))) 1454 if ( NULL == (cp = strpbrk(p, " \t"))) 1468 if ((cp = strpbrk(cp, " \t")) != NULL) 1559 cp = strpbrk(p, " \t"); 1577 if ((cp = strpbrk(cp, " \t")) != NULL)