Searched refs:PAD (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vfwprintf.c | 360 #define PAD(howmany, with) do { \ in __vfwprintf() macro 375 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \ in __vfwprintf() 972 PAD(width - realsz, blanks); in __vfwprintf() 984 PAD(width - realsz, zeroes); in __vfwprintf() 987 PAD(dprec - size, zeroes); in __vfwprintf() 1001 PAD(-expt, zeroes); in __vfwprintf() 1018 PAD(prec - ndig, zeroes); in __vfwprintf() 1030 PAD(width - realsz, blanks); in __vfwprintf()
|
D | vfprintf.c | 366 #define PAD(howmany, with) do { \ in __vfprintf() macro 381 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \ in __vfprintf() 996 PAD(width - realsz, blanks); in __vfprintf() 1008 PAD(width - realsz, zeroes); in __vfprintf() 1011 PAD(dprec - size, zeroes); in __vfprintf() 1025 PAD(-expt, zeroes); in __vfprintf() 1041 PAD(prec - ndig, zeroes); in __vfprintf() 1053 PAD(width - realsz, blanks); in __vfprintf()
|