Searched refs:io_print (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/libc/stdio/
H A Dprintfcommon.h83 * WARNING: The buffer passed to io_print() is not copied immediately; it must
87 io_print(struct io_state *iop, const CHAR * __restrict ptr, int len, locale_t locale) function
122 if (io_print(iop, with, n, locale))
143 if (io_print(iop, p, p_len, locale))
H A Dvfprintf.c140 if (io_print(iop, gs->thousands_sep, gs->thousep_len, locale))
374 if (io_print(&io, (ptr), (len), locale)) \
H A Dvfwprintf.c169 if (io_print(iop, &gs->thousands_sep, 1, locale))
454 if (io_print(&io, (ptr), (len), locale)) \

Completed in 82 milliseconds