Home
last modified time | relevance | path

Searched refs:doformat (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/bin/sh/
H A Doutput.c281 doformat(file, fmt, ap); in outfmt()
292 doformat(out1, fmt, ap); in out1fmt()
302 doformat(out2, fmt, ap); in out2fmt_flush()
331 doformat(struct output *dest, const char *f, va_list ap) in doformat() function
H A Doutput.h77 void doformat(struct output *, const char *, va_list) __printflike(2, 0);
H A Derror.c134 doformat(out2, msg, ap); in vwarning()
/freebsd-14.2/usr.bin/m4/
H A Dextern.h61 extern void doformat(const char *[], int);
H A Dgnum4.c543 doformat(const char *argv[], int argc) in doformat() function
H A Deval.c315 doformat(argv, argc); in expand_builtin()