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

/freebsd-11-stable/lib/libc/stdio/
H A Dprintfcommon.h115 io_pad(struct io_state *iop, int howmany, const CHAR * __restrict with, function
148 return (io_pad(iop, len - p_len, with, locale));
H A Dvfprintf.c379 if (io_pad(&io, (howmany), (with), locale)) \
H A Dvfwprintf.c458 if (io_pad(&io, (howmany), (with), locale)) \

Completed in 66 milliseconds