Searched refs:io_print (Results 1 – 3 of 3) sorted by relevance
| /freebsd/lib/libc/stdio/ |
| H A D | printfcommon.h | 85 io_print(struct io_state *iop, const CHAR * __restrict ptr, int len, locale_t locale) in io_print() function 120 if (io_print(iop, with, n, locale)) in io_pad() 141 if (io_print(iop, p, p_len, locale)) in io_printandpad()
|
| H A D | vfprintf.c | 137 if (io_print(iop, gs->thousands_sep, gs->thousep_len, locale)) in grouping_print() 368 if (io_print(&io, (ptr), (len), locale)) \ in __vfprintf()
|
| H A D | vfwprintf.c | 163 if (io_print(iop, &gs->thousands_sep, 1, locale)) in grouping_print() 442 if (io_print(&io, (ptr), (len), locale)) \ in __vfwprintf()
|