Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dreplace.c13 unsigned FAST_FUNC count_strstr(const char *str, const char *sub) in count_strstr() function
/busybox-1.35.0/findutils/
Dxargs.c490 int count = count_strstr(arg, G.repl_str); in process_stdin_with_replace()
Dfind.c1387 ap->subst_count[i] = count_strstr(ap->exec_argv[i], "{}"); in parse_params()
/busybox-1.35.0/include/
Dlibbb.h920 unsigned count_strstr(const char *str, const char *sub) FAST_FUNC;