HomeSort by relevance Sort by last modified time
    Searched refs:doformat (Results 1 - 3 of 3) sorted by null

  /system/core/sh/
output.h 72 void doformat(struct output *, const char *, va_list);
output.c 216 doformat(file, fmt, ap);
227 doformat(out1, fmt, ap);
237 doformat(out2, fmt, ap);
253 doformat(&strout, fmt, ap);
280 doformat(struct output *dest, const char *f, va_list ap) function
error.c 138 doformat(&errout, msg, ap);

Completed in 283 milliseconds