Searched refs:newsize (Results 1 – 1 of 1) sorted by relevance
496 size_t newsize = strlen(format) + strlen(detail) + 3 * sizeof(errnum); in throwIOException() local497 errmsg = NEW(char, newsize); in throwIOException()498 snprintf(errmsg, newsize, format, errnum, detail); in throwIOException()