Lines Matching full:strstr
1712 if ((cp = (cp == xep) ? NULL : strstr(cp + 1, tmp)) == NULL &&1713 (cp = strstr(xbuf, tmp)) == NULL) {2016 char *q = strstr(str, pat);