HomeSort by: relevance | last modified time | path
    Searched defs:fmtsize (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
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);
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);

Completed in 220 milliseconds