format.c | 989 size_t fmtsize; local in function:preformat 998 fmtsize = LINESIZE; 999 newfmt = ecalloc(1, fmtsize); /* so we can realloc() in check_bufsize() */ 1009 check_bufsize(&newfmt, &fmtsize, &q, len); 1015 check_bufsize(&newfmt, &fmtsize, &q, 1);
|