Home | History | Annotate | Download | only in testsuite

Lines Matching refs:strchr

52   char *p, *end = strchr (str, '\0') + 1;
127 if (strchr (letters, *src))
153 if (!in_class && strchr (letters, *src))
157 if (!in_class && *src == '[' && strchr (":.=", src[1]))
159 else if (in_class && *src == ']' && strchr (":.=", src[-1]))
301 p = strchr (matches, ',');
370 if (!strchr (pattern, 'a') && !strchr (string, 'a')
371 && !strchr (pattern, 'A') && !strchr (string, 'A'))
377 if (!strchr (pattern, 'b') && !strchr (string, 'b')
378 && !strchr (pattern, 'B') && !strchr (string, 'B'))
384 if (!strchr (pattern, 'c') && !strchr (string, 'c')
385 && !strchr (pattern, 'C') && !strchr (string, 'C'))
391 if (!strchr (pattern, 'd') && !strchr (string, 'd')
392 && !strchr (pattern, 'D') && !strchr (string, 'D'))