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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfprintf.c349 * BEWARE, these `goto error' on error, and PAD uses `n'.
362 #define PAD(howmany, with) do { \ macro
377 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \
1002 PAD(width - realsz, blanks);
1014 PAD(width - realsz, zeroes);
1017 PAD(dprec - size, zeroes);
1031 PAD(-expt, zeroes);
1047 PAD(prec - ndig, zeroes);
1059 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)); \
962 PAD(width - realsz, blanks);
974 PAD(width - realsz, zeroes);
977 PAD(dprec - size, zeroes);
991 PAD(-expt, zeroes);
1008 PAD(prec - ndig, zeroes);
1020 PAD(width - realsz, blanks);

Completed in 57 milliseconds