Searched refs:cstrstr (Results 1 – 1 of 1) sorted by relevance
628 #define cstrstr(b,l) ({ \ macro636 #define vstrstr(b,l) (cstrstr((b), (l)) != NULL)639 #define cstrstr(s,c) ((const char *)strstr((s), (c))) macro