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