Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Doutput.c275 doformat(file, fmt, ap); in outfmt()
286 doformat(out1, fmt, ap); in out1fmt()
296 doformat(out2, fmt, ap); in out2fmt_flush()
325 doformat(struct output *dest, const char *f, va_list ap) in doformat() function
H A Doutput.h75 void doformat(struct output *, const char *, va_list) __printflike(2, 0);
H A Derror.c128 doformat(out2, msg, ap); in vwarning()
/freebsd/usr.bin/m4/
H A Dextern.h59 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()