Home | History | Annotate | Download | only in stdio

Lines Matching refs:PAD

607 #define	ZEROPAD		0x080		/* zero (as opposed to blank) pad */
696 #define PADSIZE 16 /* pad chunk size */
707 * PAD uses `n'.
738 #define PAD(howmany, with) do { \
755 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \
1410 * floating precision; finally, if LADJUST, pad with blanks.
1412 * Compute actual size, so we know how much to pad.
1429 PAD(width - realsz, blanks);
1442 PAD(width - realsz, zeroes);
1445 PAD(dprec - size, zeroes);
1457 PAD(-expt, zeroes);
1495 PAD(prec - ndig, zeroes);
1506 PAD(width - realsz, blanks);