Home
last modified time | relevance | path

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

/string/
A Dargz-replace.c30 char *new_to = realloc (*to, new_len + 1); in str_append()
35 *to = new_to; in str_append()
40 free (*to); in str_append()
41 *to = 0; in str_append()
71 char *to = __strndup (arg, to_len); in __argz_replace() local
73 while (to && from) in __argz_replace()
75 str_append (&to, &to_len, with, with_len); in __argz_replace()
76 if (to) in __argz_replace()
92 if (to) in __argz_replace()
104 err = __argz_add (&dst, &dst_len, to); in __argz_replace()
[all …]
A Dswab.c24 char *to = (char *) bto; in swab() local
30 to[n] = b0; in swab()
31 to[n + 1] = b1; in swab()

Completed in 4 milliseconds