Home
last modified time | relevance | path

Searched refs:fmtstr (Results 1 – 7 of 7) sorted by relevance

/system/core/sh/
Doutput.h70 void fmtstr(char *, size_t, const char *, ...)
Djobs.c435 fmtstr(s, 16, "[%ld] %c ", in showjob()
444 fmtstr(s, 16, " " ); in showjob()
447 fmtstr(s + col, 16, "%ld ", (long)ps->pid); in showjob()
455 fmtstr(s + col, 16, "Done(%d)", st); in showjob()
457 fmtstr(s + col, 16, "Done"); in showjob()
469 fmtstr(s + col, 16, "Signal %d", st); in showjob()
Derror.c364 fmtstr(buf, sizeof buf, "error %d", e); in errmsg()
Doptions.c475 fmtstr(s, sizeof(s), "%d", ind); in getopts()
Doutput.c243 fmtstr(char *outbuf, size_t length, const char *fmt, ...) in fmtstr() function
Dparser.c1603 fmtstr(msg, 64, "%s unexpected (expecting %s)", in synexpect()
1606 fmtstr(msg, 64, "%s unexpected", tokname[lasttoken]); in synexpect()
Dexpand.c392 fmtstr(p, 12, "%d", result); in expari()