HomeSort by: relevance | last modified time | path
    Searched refs:shf_snprintf (Results 1 - 12 of 12) sorted by relevancy

  /src/bin/ksh/
shf.h 83 int shf_snprintf ARGS((char *buf, int bsize, const char *fmt, ...));
io.c 466 shf_snprintf(pathx, len, "%s/shXXXXXXXX", dir);
473 shf_snprintf(pathx, len, "%s/sh%05u.%03x",
c_ksh.c 1163 shf_snprintf(buf, buflen, "%*d %*s %s",
1168 shf_snprintf(buf, buflen, "%*d %*d %s",
history.c 695 shf_snprintf(hname, len, "%s/%s", home, f);
965 (void) shf_snprintf(nfile, sizeof(nfile), "%s.%d", hname, procpid);
exec.c 1374 shf_snprintf(buf, buflen, "%*d) %s",
1433 shf_snprintf(buf, buflen, "%s", ((char *const *)arg)[i]);
var.c 554 shf_snprintf(p, nlen + 1,
565 shf_snprintf(p, nlen + 1, "%-*.*s",
lex.c 1174 shf_snprintf(p = nbuf, sizeof(nbuf), "%d",
syn.c 751 shf_snprintf(redir, sizeof(redir),
shf.c 774 shf_snprintf(char *buf, int bsize, const char *fmt, ...) function in typeref:typename:int
781 internal_errorf(1, "shf_snprintf: buf %lx, bsize %d",
misc.c 231 shf_snprintf(buf, buflen, "%-*s %s",
jobs.c 1477 shf_snprintf(buf, sizeof(buf), "Done (%d)",
vi.c 960 shf_snprintf(es->cbuf, es->cbufsize,

Completed in 22 milliseconds