Searched refs:PADSIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c209 ** Choose PADSIZE to trade efficiency vs. size. If larger printf
210 ** fields occur frequently, increase PADSIZE and make the initialisers
213 #define PADSIZE 16 /* pad chunk size */ macro
214 static char blanks[PADSIZE] =
216 static char zeroes[PADSIZE] =
238 while (n > PADSIZE) { \
239 PRINT(with, PADSIZE); \
240 n -= PADSIZE; \

Completed in 57 milliseconds