PADSIZE           567 missing/vsnprintf.c 	static const char blanks[PADSIZE] =
PADSIZE           569 missing/vsnprintf.c 	static const char zeroes[PADSIZE] =
PADSIZE           588 missing/vsnprintf.c 		while (n > PADSIZE) { \
PADSIZE           589 missing/vsnprintf.c 			PRINT(with, PADSIZE); \
PADSIZE           590 missing/vsnprintf.c 			n -= PADSIZE; \