Home
last modified time | relevance | path

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

/system/core/sh/
Doutput.c216 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
Doutput.h72 void doformat(struct output *, const char *, va_list);
Derror.c138 doformat(&errout, msg, ap); in exvwarning()