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