Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c211 #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; \