Searched defs:newcopy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c423 char *newcopy; local
429 if ((newcopy = realloc(copy, newlen)) == NULL) {
433 copy = newcopy;

Completed in 357 milliseconds