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

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

Completed in 90 milliseconds