Searched refs:from (Results 1 – 2 of 2) sorted by relevance
69 char *from = match + str_len; in __argz_replace() local73 while (to && from) in __argz_replace()78 match = strstr (from, str); in __argz_replace()81 str_append (&to, &to_len, from, match - from); in __argz_replace()82 from = match + str_len; in __argz_replace()86 str_append (&to, &to_len, from, strlen (from)); in __argz_replace()87 from = 0; in __argz_replace()
23 const char *from = (const char *) bfrom; in swab() local29 const char b0 = from[--n], b1 = from[--n]; in swab()
Completed in 5 milliseconds