Searched refs:PAD (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfprintf.c353 * BEWARE, these `goto error' on error, and PAD uses `n'.
366 #define PAD(howmany, with) do { \ macro
381 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \
997 PAD(width - realsz, blanks);
1009 PAD(width - realsz, zeroes);
1012 PAD(dprec - size, zeroes);
1026 PAD(-expt, zeroes);
1042 PAD(prec - ndig, zeroes);
1054 PAD(width - realsz, blanks);
H A Dvfwprintf.c352 * PAD uses `n' and 'n3', and PRINTANDPAD uses 'n', 'n2', and 'n3'.
360 #define PAD(howmany, with) do { \ macro
375 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \
973 PAD(width - realsz, blanks);
985 PAD(width - realsz, zeroes);
988 PAD(dprec - size, zeroes);
1002 PAD(-expt, zeroes);
1019 PAD(prec - ndig, zeroes);
1031 PAD(width - realsz, blanks);

Completed in 34 milliseconds