OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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