Searched refs:io_print (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | printfcommon.h | 87 io_print(struct io_state *iop, const CHAR * __restrict ptr, int len, locale_t locale) in io_print() function 122 if (io_print(iop, with, n, locale)) in io_pad() 143 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() 370 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() 444 if (io_print(&io, (ptr), (len), locale)) \ in __vfwprintf()
|