Home
last modified time | relevance | path

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

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