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 415 x.str = shf_smprintf("%08X",
550 s = shf_smprintf("%s%s",
563 tpat1 = shf_smprintf("%s%c*", ++tpat0, MAGIC);
567 tpat1 = shf_smprintf("%c*%s", MAGIC, ++tpat0);
571 tpat1 = shf_smprintf("%c*%s%c*", MAGIC, pat, MAGIC);
605 d = shf_smprintf("%s%s%s", end, rrep, p);
1128 xp->str = shf_smprintf("%d", c);
1224 XPput(wv, c == '!' ? shf_smprintf("%lu",
1250 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 1367 ipath = shf_smprintf("%s%s%s", tp, "/", upath);
    [all...]
var.c 192 cp = shf_smprintf("%s%s", str_val(vp), p);
891 tval = shf_smprintf("%s%s", str_val(vp), val);
    [all...]
shf.c 730 shf_smprintf(const char *fmt, ...) function
main.c 1372 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 102 milliseconds