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

  /external/mksh/src/
eval.c 378 x.str = shf_smprintf("%08X",
502 s = shf_smprintf("%s%s",
515 tpat1 = shf_smprintf("%s%c*", ++tpat0, MAGIC);
519 tpat1 = shf_smprintf("%c*%s", MAGIC, ++tpat0);
523 tpat1 = shf_smprintf("%c*%s%c*", MAGIC, pat, MAGIC);
557 d = shf_smprintf("%s%s%s", end, rrep, p);
1070 xp->str = shf_smprintf("%d", c);
1163 XPput(wv, c == '!' ? shf_smprintf("%lu",
1188 xp->str = shf_smprintf("%lu",
    [all...]
histrap.c 133 p = shf_smprintf("-%c%s",
848 nfile = shf_smprintf("%s.%d", hname, (int)procpid);
1094 sigtraps[i].name = shf_smprintf("%d", i);
1114 sigtraps[i].mess = shf_smprintf("%s %d",
    [all...]
misc.c 1269 ipath = shf_smprintf("%s%s%s", tp, "/", upath);
1366 tp = shf_smprintf("%s%s%s", ldest, *ip ? "/" : "", ip);
    [all...]
var.c 192 cp = shf_smprintf("%s%s", str_val(vp), p);
879 tval = shf_smprintf("%s%s", str_val(vp), val);
    [all...]
shf.c 730 shf_smprintf(const char *fmt, ...) function
sh.h     [all...]
funcs.c     [all...]

Completed in 153 milliseconds