Searched defs:cstrstr (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dsh.h489 #define cstrstr(b,l) ({ \ macro
497 #define vstrstr(b,l) (cstrstr((b), (l)) != NULL)
500 #define cstrstr(s,c) ((const char *)strstr((s), (c))) macro

Completed in 230 milliseconds