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

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

Completed in 81 milliseconds