Searched refs:doformat (Results 1 – 3 of 3) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | output.h | 81 void doformat(struct output *, const char *, va_list); 108 #define doformat(d, f, a) vfprintf((d)->stream, (f), (a)) macro
|
| A D | output.c | 265 doformat(file, fmt, ap); in outfmt() 276 doformat(out1, fmt, ap); in out1fmt() 329 doformat(struct output *dest, const char *f, va_list ap) in doformat() function
|
| A D | error.c | 127 doformat(errs, msg, ap); in exvwarning2()
|
Completed in 4 milliseconds