Searched refs:PAD (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vfprintf.c | 362 #define PAD(howmany, with) do { \ in __vfprintf() macro 377 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \ in __vfprintf() 1002 PAD(width - realsz, blanks); in __vfprintf() 1014 PAD(width - realsz, zeroes); in __vfprintf() 1017 PAD(dprec - size, zeroes); in __vfprintf() 1031 PAD(-expt, zeroes); in __vfprintf() 1047 PAD(prec - ndig, zeroes); in __vfprintf() 1059 PAD(width - realsz, blanks); in __vfprintf()
|
D | vfwprintf.c | 360 #define PAD(howmany, with) do { \ in __vfwprintf() macro 375 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \ in __vfwprintf() 962 PAD(width - realsz, blanks); in __vfwprintf() 974 PAD(width - realsz, zeroes); in __vfwprintf() 977 PAD(dprec - size, zeroes); in __vfwprintf() 991 PAD(-expt, zeroes); in __vfwprintf() 1008 PAD(prec - ndig, zeroes); in __vfwprintf() 1020 PAD(width - realsz, blanks); in __vfwprintf()
|