Lines Matching defs:out
20 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
177 static void out(FILE *f, const wchar_t *s, size_t l)
230 if (f) out(f, a, l);
328 out(f, a, p);
387 FakeFILE out[1];
388 fake_file_init_file(out, f);
395 ret = wprintf_core(out, fmt, &ap2, nl_arg, nl_type);
406 FakeFILE out[1];
407 fake_file_init_wbuffer(out, s, l);
409 ret = wprintf_core(out, fmt, &ap2, nl_arg, nl_type);
411 if (fake_feof(out)) return -1;