Home
last modified time | relevance | path

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

/string/
A Dargz-replace.c66 char *match = strstr (arg, str); in __argz_replace() local
67 if (match) in __argz_replace()
69 char *from = match + str_len; in __argz_replace()
70 size_t to_len = match - arg; in __argz_replace()
78 match = strstr (from, str); in __argz_replace()
79 if (match) in __argz_replace()
81 str_append (&to, &to_len, from, match - from); in __argz_replace()
82 from = match + str_len; in __argz_replace()

Completed in 3 milliseconds