Searched refs:io_printandpad (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libc/stdio/
H A Dprintfcommon.h134 io_printandpad(struct io_state *iop, const CHAR *p, const CHAR *ep, function
H A Dvfprintf.c130 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, locale))
142 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, locale))
383 if (io_printandpad(&io, (p), (ep), (len), (with), locale)) \
H A Dvfwprintf.c159 if (io_printandpad(iop, cp, ep, gs->lead, zeroes, locale))
171 if (io_printandpad(iop, cp, ep, *gs->grouping, zeroes, locale))
462 if (io_printandpad(&io, (p), (ep), (len), (with), locale)) \

Completed in 66 milliseconds