/external/mksh/src/ |
eval.c | 416 x.str = shf_smprintf("%08X", 549 s = shf_smprintf("%s%s", 562 tpat1 = shf_smprintf("%s%c*", ++tpat0, MAGIC); 566 tpat1 = shf_smprintf("%c*%s", MAGIC, ++tpat0); 570 tpat1 = shf_smprintf("%c*%s%c*", MAGIC, pat, MAGIC); 604 d = shf_smprintf("%s%s%s", end, rrep, p); 1143 xp->str = shf_smprintf("%d", c); 1243 XPput(wv, c == '!' ? shf_smprintf("%lu", 1268 xp->str = shf_smprintf("%s[%lu]", [all...] |
histrap.c | 146 p = shf_smprintf("-%c%s", 758 nhname = shf_smprintf("%s.%d", hname, (int)procpid); 997 sigtraps[i].name = shf_smprintf("%d", i); 1023 sigtraps[i].mess = shf_smprintf("%s %d", [all...] |
misc.c | 1409 ipath = shf_smprintf("%s%s%s", tp, "/", upath); [all...] |
var.c | 196 cp = shf_smprintf("%s%s", str_val(vp), p); 947 tval = shf_smprintf("%s%s", str_val(vp), val); [all...] |
shf.c | 735 shf_smprintf(const char *fmt, ...) function
|
main.c | 1351 lfp = shf_smprintf("%s/mksh-dbg.txt", lfp); [all...] |
sh.h | [all...] |
funcs.c | [all...] |
edit.c | 335 cp = shf_smprintf("%s/%s", dp, cp); [all...] |