HomeSort by relevance Sort by last modified time
    Searched refs:shf_smprintf (Results 1 - 9 of 9) sorted by null

  /external/mksh/src/
eval.c 432 x.str = shf_smprintf("%08X",
566 s = shf_smprintf("%s%s",
579 tpat1 = shf_smprintf("%s%c*", ++tpat0, MAGIC);
583 tpat1 = shf_smprintf("%c*%s", MAGIC, ++tpat0);
587 tpat1 = shf_smprintf("%c*%s%c*", MAGIC, pat, MAGIC);
621 d = shf_smprintf("%s%s%s", end, rrep, p);
1148 xp->str = shf_smprintf("%d", c);
1248 XPput(wv, c == '!' ? shf_smprintf("%lu",
1274 xp->str = shf_smprintf("%lu",
    [all...]
histrap.c 146 p = shf_smprintf("-%c%s",
757 nhname = shf_smprintf("%s.%d", hname, (int)procpid);
995 sigtraps[i].name = shf_smprintf("%d", i);
1021 sigtraps[i].mess = shf_smprintf("%s %d",
    [all...]
misc.c 1428 ipath = shf_smprintf("%s%s%s", tp, "/", upath);
    [all...]
var.c 192 cp = shf_smprintf("%s%s", str_val(vp), p);
896 tval = shf_smprintf("%s%s", str_val(vp), val);
    [all...]
shf.c 735 shf_smprintf(const char *fmt, ...) function
main.c 1402 lfp = shf_smprintf("%s/mksh-dbg.txt", lfp);
    [all...]
sh.h     [all...]
funcs.c     [all...]
edit.c 334 cp = shf_smprintf("%s/%s", dp, cp);
    [all...]

Completed in 729 milliseconds