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

/sendmail/libsm/
H A Dvfprintf.c207 ** Choose PADSIZE to trade efficiency vs. size. If larger printf
208 ** fields occur frequently, increase PADSIZE and make the initialisers
211 #define PADSIZE 16 /* pad chunk size */ macro
212 static char blanks[PADSIZE] =
214 static char zeroes[PADSIZE] =
236 while (n > PADSIZE) { \
237 PRINT(with, PADSIZE); \
238 n -= PADSIZE; \

Completed in 8 milliseconds