Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dprintfcommon.h113 io_pad(struct io_state *iop, int howmany, const CHAR * __restrict with, in io_pad() function
146 return (io_pad(iop, len - p_len, with, locale)); in io_printandpad()
H A Dvfprintf.c372 if (io_pad(&io, (howmany), (with), locale)) \ in __vfprintf()
H A Dvfwprintf.c446 if (io_pad(&io, (howmany), (with), locale)) \ in __vfwprintf()