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

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

Completed in 370 milliseconds