Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dxprintf_float.c70 #define PRINTANDPAD(p, ep, len, with) do { \ macro
379 PRINTANDPAD(cp, dtoaend, lead, 1); in __printf_render_float()
390 PRINTANDPAD(cp,dtoaend, in __printf_render_float()
400 PRINTANDPAD(cp, dtoaend, prec, 1); in __printf_render_float()
H A Dvfprintf.c375 #define PRINTANDPAD(p, ep, len, with) { \ in __vfprintf() macro
1044 PRINTANDPAD(cp, dtoaend, in __vfprintf()
1051 PRINTANDPAD(cp, dtoaend, prec, zeroes); in __vfprintf()
H A Dvfwprintf.c449 #define PRINTANDPAD(p, ep, len, with) { \ in __vfwprintf() macro
1101 PRINTANDPAD(cp, convbuf + ndig, in __vfwprintf()
1108 PRINTANDPAD(cp, convbuf + ndig, prec, zeroes); in __vfwprintf()