Searched refs:fmtstr (Results 1 – 7 of 7) sorted by relevance
/system/core/sh/ |
D | output.h | 70 void fmtstr(char *, size_t, const char *, ...)
|
D | jobs.c | 435 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()
|
D | error.c | 364 fmtstr(buf, sizeof buf, "error %d", e); in errmsg()
|
D | options.c | 475 fmtstr(s, sizeof(s), "%d", ind); in getopts()
|
D | output.c | 243 fmtstr(char *outbuf, size_t length, const char *fmt, ...) in fmtstr() function
|
D | parser.c | 1603 fmtstr(msg, 64, "%s unexpected (expecting %s)", in synexpect() 1606 fmtstr(msg, 64, "%s unexpected", tokname[lasttoken]); in synexpect()
|
D | expand.c | 392 fmtstr(p, 12, "%d", result); in expari()
|