Searched refs:io_pad (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/lib/libc/stdio/ |
| D | printfcommon.h | 117 io_pad(struct io_state *iop, int howmany, const CHAR * __restrict with, in io_pad() function 150 return (io_pad(iop, len - p_len, with, locale)); in io_printandpad()
|
| D | vfprintf.c | 381 if (io_pad(&io, (howmany), (with), locale)) \ in __vfprintf()
|
| D | vfwprintf.c | 460 if (io_pad(&io, (howmany), (with), locale)) \ in __vfwprintf()
|