Searched refs:PAD (Results 1 – 1 of 1) sorted by relevance
225 #define PAD(howmany, with) do { \ in vfprintf() macro726 PAD(width - realsz, blanks); in vfprintf()739 PAD(width - realsz, zeroes); in vfprintf()742 PAD(dprec - size, zeroes); in vfprintf()755 PAD(ndig - 1, zeroes); in vfprintf()760 PAD(-expt, zeroes); in vfprintf()764 PAD(expt - ndig, zeroes); in vfprintf()782 PAD(ndig - 1, zeroes); in vfprintf()793 PAD(width - realsz, blanks); in vfprintf()