Home | History | Annotate | Download | only in src

Lines Matching full:cstrstr

489 #define cstrstr(b,l) ({			\
497 #define vstrstr(b,l) (cstrstr((b), (l)) != NULL)
500 #define cstrstr(s,c) ((const char *)strstr((s), (c)))