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

  /external/mksh/src/
misc.c 1373 stristr(const char *b, const char *l) function
    [all...]
sh.h 315 const char *stristr(const char *, const char *);
474 #define stristr(b,l) ((const char *)strcasestr((b), (l))) macro
    [all...]

Completed in 32 milliseconds