Searched refs:doformat (Results 1 – 3 of 3) sorted by relevance
/system/core/sh/ |
D | output.c | 216 doformat(file, fmt, ap); in outfmt() 227 doformat(out1, fmt, ap); in out1fmt() 237 doformat(out2, fmt, ap); in dprintf() 253 doformat(&strout, fmt, ap); in fmtstr() 280 doformat(struct output *dest, const char *f, va_list ap) in doformat() function
|
D | output.h | 72 void doformat(struct output *, const char *, va_list);
|
D | error.c | 138 doformat(&errout, msg, ap); in exvwarning()
|