Searched refs:shf_snprintf (Results 1 – 10 of 10) sorted by relevance
/external/mksh/src/ |
D | exec.c | 1365 shf_snprintf(buf, buflen, "%*d) %s", in select_fmt_entry() 1420 shf_snprintf(buf, buflen, "%s", ((const char * const *)arg)[i]); in plain_fmt_entry()
|
D | var.c | 617 shf_snprintf(p + vp->u2.field - slen, in formatstr() 627 shf_snprintf(p, nlen + 1, "%-*.*s", in formatstr()
|
D | shf.c | 701 shf_snprintf(char *buf, int bsize, const char *fmt, ...) in shf_snprintf() function
|
D | syn.c | 821 shf_snprintf(redir, sizeof(redir), in syntaxerr()
|
D | misc.c | 136 shf_snprintf(buf, buflen, "%-*s %s", in options_fmt_entry()
|
D | main.c | 1282 shf_snprintf(pathname, len, "%s/mksh.XXXXXXXXXX", dir); in maketemp()
|
D | sh.h | 1644 int shf_snprintf(char *, int, const char *, ...)
|
D | jobs.c | 1348 shf_snprintf(buf, sizeof(buf), "Done (%d)", in j_print()
|
D | edit.c | 2921 shf_snprintf(xbuf, xend - xbuf, "%s %d", in x_edit_line() 4156 shf_snprintf(es->cbuf, es->cbufsize, "%s %d", in vi_cmd()
|
D | funcs.c | 1486 shf_snprintf(buf, buflen, "%*d %*s %s", in kill_fmt_entry()
|