Searched defs:cstrstr (Results 1 – 1 of 1) sorted by relevance
649 #define cstrstr(b,l) ({ \ macro660 #define cstrstr(s,c) ((const char *)strstr((s), (c))) macro