Searched refs:SPECIALS (Results 1 – 2 of 2) sorted by relevance
183 #define SPECIALS "^$*+?.([%-" macro503 strpbrk(p, SPECIALS) == NULL)) { /* or no special characters? */ in str_find_aux()
234 #define SPECIALS "^$*+?.([%-" macro580 if (strpbrk(p + upto, SPECIALS)) in nospecials()