Home
last modified time | relevance | path

Searched refs:strcasestr (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/libbb/
Dobscure.c49 if (strcasestr(p2, p1) != NULL in string_checker_helper()
51 || strcasestr(p1, p2) != NULL in string_checker_helper()
Dplatform.c118 char* FAST_FUNC strcasestr(const char *s, const char *pattern) in strcasestr() function
/busybox-1.35.0/include/
Dplatform.h607 extern char *strcasestr(const char *s, const char *pattern) FAST_FUNC;
/busybox-1.35.0/findutils/
Dgrep.c343 ? strcasestr(str, gl->pattern) in grep_file()