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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Doutput.h77 int fmtstr(char *, size_t, const char *, ...)
H A Dsystem.c97 fmtstr(buf, sizeof(buf), "Signal %d", sig);
H A Djobs.c430 col = fmtstr(s, 32, strsignal(st));
433 col += fmtstr(s + col, 16, " (core dumped)");
438 col = fmtstr(s, 16, "Done(%d)", st);
440 col = fmtstr(s, 16, "Done");
464 col = fmtstr(s, 16, "[%d] ", jobno(jp));
473 col += fmtstr(s + col, 16, "%d ", ps->pid);
493 col = fmtstr(s, 48, " |\n%*c%d ", indent, ' ', ps->pid) - 3;
H A Dvar.c138 fmtstr(ppid + 5, sizeof(ppid) - 5, "%ld", (long) getppid());
228 fmtstr(buf, len, "%" PRIdMAX, val);
336 fmtstr(linenovar+7, sizeof(linenovar)-7, "%d", lineno);
H A Dinit.c195 fmtstr(ppid + 5, sizeof(ppid) - 5, "%ld", (long) getppid());
H A Doutput.c282 fmtstr(char *outbuf, size_t length, const char *fmt, ...) function
H A Dparser.c1478 fmtstr(msg, 64, "%s unexpected (expecting %s)",
1481 fmtstr(msg, 64, "%s unexpected", tokname[lasttoken]);
H A Dexpand.c1741 len = fmtstr(expdest, len, "%" PRIdMAX, num);

Completed in 86 milliseconds