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

  /external/mksh/src/
eval.c 460 tpat1 = shf_smprintf("%s%c*", ++tpat0, MAGIC);
464 tpat1 = shf_smprintf("%c*%s", MAGIC, ++tpat0);
468 tpat1 = shf_smprintf("%c*%s%c*", MAGIC, pat, MAGIC);
500 d = shf_smprintf("%s%s%s", end, rrep, p);
979 xp->str = shf_smprintf("%d", c);
1059 XPput(wv, c == '!' ? shf_smprintf("%lu",
1084 xp->str = shf_smprintf("%lu",
    [all...]
histrap.c 118 p = shf_smprintf("-%c%s",
825 nfile = shf_smprintf("%s.%d", hname, (int)procpid);
1068 sigtraps[i].name = shf_smprintf("%d", i);
1088 sigtraps[i].mess = shf_smprintf("Signal %d", i);
shf.c 719 shf_smprintf(const char *fmt, ...) function
funcs.c 206 ipath = shf_smprintf("%s/%s", tp, upath);
293 tp = shf_smprintf("%s%s%s", ldest, *ip ? "/" : "", ip);
    [all...]
sh.h     [all...]
var.c 173 cp = shf_smprintf("%s%s", str_val(vp), p);
    [all...]

Completed in 228 milliseconds