Home
last modified time | relevance | path

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

/freebsd/usr.bin/printf/
H A Dprintf.c438 char *newcopy; in mknum() local
444 if ((newcopy = realloc(copy, newlen)) == NULL) { in mknum()
448 copy = newcopy; in mknum()
/freebsd/contrib/libxo/libxo/
H A Dlibxo.c3230 char *newcopy = alloca(nlen + 1); in xo_format_gettext() local
3231 memcpy(newcopy, newstr, nlen + 1); in xo_format_gettext()
3234 return xo_format_string_direct(xop, xbp, flags, NULL, newcopy, nlen, 0, in xo_format_gettext()