Home
last modified time | relevance | path

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

/freebsd-13.1/bin/sh/
H A Doutput.c283 doformat(file, fmt, ap); in outfmt()
294 doformat(out1, fmt, ap); in out1fmt()
304 doformat(out2, fmt, ap); in out2fmt_flush()
333 doformat(struct output *dest, const char *f, va_list ap) in doformat() function
H A Doutput.h78 void doformat(struct output *, const char *, va_list) __printflike(2, 0);
H A Derror.c136 doformat(out2, msg, ap); in vwarning()
/freebsd-13.1/usr.bin/m4/
H A Dextern.h62 extern void doformat(const char *[], int);
H A Dgnum4.c545 doformat(const char *argv[], int argc) in doformat() function
H A Deval.c318 doformat(argv, argc); in expand_builtin()