Searched refs:io_pad (Results 1 – 3 of 3) sorted by relevance
| /freebsd/lib/libc/stdio/ |
| H A D | printfcommon.h | 113 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 D | vfprintf.c | 372 if (io_pad(&io, (howmany), (with), locale)) \ in __vfprintf()
|
| H A D | vfwprintf.c | 446 if (io_pad(&io, (howmany), (with), locale)) \ in __vfwprintf()
|