Home | History | Annotate | Download | only in src

Lines Matching full:strstr

548 #define strstr ucstrstr
567 #define cstrstr(s,c) ((const char *)strstr((s), (c)))
569 #define vstrstr(b,l) (strstr((b), (l)) != NULL)