Lines Matching defs:out
20 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
187 static void out(FILE *f, const char *s, size_t l)
203 out(f, pad, sizeof pad);
204 out(f, pad, l);
254 out(f, prefix, pl);
255 out(f, s, 3);
305 out(f, prefix, pl);
307 out(f, buf, s-buf);
309 out(f, estr, ebuf-estr);
422 out(f, prefix, pl);
431 out(f, s, buf+9-s);
433 if (p || (fl&ALT_FORM)) out(f, ".", 1);
437 out(f, s, MIN(9,p));
447 out(f, s++, 1);
448 if (p>0||(fl&ALT_FORM)) out(f, ".", 1);
450 out(f, s, MIN(buf+9-s, p));
454 out(f, estr, ebuf-estr);
499 if (f) out(f, a, l);
631 * out-of-bound requests, e.g. if |p == -1|. */
659 out(f, mb, l);
673 out
676 out(f, a, z-a);
701 FakeFILE out[1];
702 fake_file_init_file(out, f);
711 ret = printf_core(out, fmt, &ap2, nl_arg, nl_type);
723 FakeFILE out[1];
736 fake_file_init_buffer(out, s, n);
739 r = printf_core(out, fmt, &ap2, nl_arg, nl_type);