Searched refs:PAD (Results 1 – 1 of 1) sorted by relevance
236 #define PAD(howmany, with) do { \ in __vfprintf() macro737 PAD(width - realsz, blanks); in __vfprintf()750 PAD(width - realsz, zeroes); in __vfprintf()753 PAD(dprec - size, zeroes); in __vfprintf()766 PAD(ndig - 1, zeroes); in __vfprintf()771 PAD(-expt, zeroes); in __vfprintf()775 PAD(expt - ndig, zeroes); in __vfprintf()793 PAD(ndig - 1, zeroes); in __vfprintf()804 PAD(width - realsz, blanks); in __vfprintf()