Home | History | Annotate | Download | only in src

Lines Matching defs:strstr

616 #define strstr ucstrstr
635 #define cstrstr(s,c) ((const char *)strstr((s), (c)))
637 #define vstrstr(b,l) (strstr((b), (l)) != NULL)