Searched refs:count_strstr (Results 1 – 4 of 4) sorted by relevance
13 unsigned FAST_FUNC count_strstr(const char *str, const char *sub) in count_strstr() function
490 int count = count_strstr(arg, G.repl_str); in process_stdin_with_replace()
1387 ap->subst_count[i] = count_strstr(ap->exec_argv[i], "{}"); in parse_params()
920 unsigned count_strstr(const char *str, const char *sub) FAST_FUNC;