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.c377 #define PRINTANDPAD(p, ep, len, with) { \ in __vfprintf() macro
1055 PRINTANDPAD(cp, dtoaend, in __vfprintf()
1062 PRINTANDPAD(cp, dtoaend, prec, zeroes); in __vfprintf()
H A Dvfwprintf.c451 #define PRINTANDPAD(p, ep, len, with) { \ in __vfwprintf() macro
1112 PRINTANDPAD(cp, convbuf + ndig, in __vfwprintf()
1119 PRINTANDPAD(cp, convbuf + ndig, prec, zeroes); in __vfwprintf()