Home
last modified time | relevance | path

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

/string/
A Dargz-replace.c69 char *from = match + str_len; in __argz_replace() local
73 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()
A Dswab.c23 const char *from = (const char *) bfrom; in swab() local
29 const char b0 = from[--n], b1 = from[--n]; in swab()

Completed in 5 milliseconds