HomeSort by relevance Sort by last modified time
    Searched refs:stristr (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
main.c 375 (stristr((x), "UTF-8") || stristr((x), "utf8")))
    [all...]
sh.h 315 const char *stristr(const char *, const char *);
474 #define stristr(b,l) ((const char *)strcasestr((b), (l))) macro
    [all...]
misc.c 1373 stristr(const char *b, const char *l) function
    [all...]

Completed in 33 milliseconds