Home
last modified time | relevance | path

Searched refs:PRINTANDPAD (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfprintf.c371 #define PRINTANDPAD(p, ep, len, with) do { \ in __vfprintf() macro
1035 PRINTANDPAD(cp, dtoaend, lead, zeroes); in __vfprintf()
1040 PRINTANDPAD(cp, dtoaend, prec, zeroes); in __vfprintf()
Dvfwprintf.c369 #define PRINTANDPAD(p, ep, len, with) do { \ in __vfwprintf() macro
995 PRINTANDPAD(cp, convbuf + ndig, in __vfwprintf()
1001 PRINTANDPAD(cp, convbuf + ndig, prec, zeroes); in __vfwprintf()