Home | History | Annotate | Download | only in libacc

Lines Matching full:numchars

3715             int numChars = vasprintf(&temp, fmt, ap);
3716 memcpy(ensure(numChars), temp, numChars+1);