Home | History | Annotate | Download | only in libacc

Lines Matching refs:numChars

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