Lines Matching refs:Out
42 } Out; typedef
44 void out_init_file(Out* out, FILE* f) { in out_init_file()
49 void out_init_buffer(Out* out, wchar_t* buffer, size_t buffer_size) { in out_init_buffer()
56 void out_write(Out* out, const wchar_t* text, size_t length) { in out_write()
77 void out_putwc(Out* out, wchar_t wc) { in out_putwc()
86 int out_printf(Out* out, const char* format, ...) { in out_printf()
111 int out_error(Out* out) { in out_error()
118 int out_overflow(Out* out) { in out_overflow()
278 static int wprintf_core(Out *out, const wchar_t *fmt, va_list *ap, union arg *nl_arg, int *nl_type) in wprintf_core()
462 Out out[1]; in vfwprintf()
481 Out out[1]; in vswprintf()