Home
last modified time | relevance | path

Searched refs:shf_smprintf (Results 1 – 9 of 9) sorted by relevance

/external/mksh/src/
Deval.c422 x.str = shf_smprintf("%08X", in expand()
528 tpat1 = shf_smprintf("%s%c*", pat, MAGIC); in expand()
532 tpat1 = shf_smprintf("%c*%s", MAGIC, pat); in expand()
536 tpat1 = shf_smprintf("%c*%s%c*", MAGIC, pat, MAGIC); in expand()
570 d = shf_smprintf("%s%s%s", end, rrep, p); in expand()
1139 xp->str = shf_smprintf("%d", c); in varsub()
1239 XPput(wv, c == '!' ? shf_smprintf("%lu", in varsub()
1264 xp->str = shf_smprintf("%s[%lu]", in varsub()
Dhistrap.c149 p = shf_smprintf("-%c%s", in c_fc()
801 nhname = shf_smprintf("%s.%d", hname, (int)procpid); in hist_init()
1034 sigtraps[i].name = shf_smprintf("%d", i); in inittraps()
1060 sigtraps[i].mess = shf_smprintf("%s %d", in inittraps()
Dmisc.c1422 ipath = shf_smprintf("%s%s%s", tp, "/", upath); in do_realpath()
1520 tp = shf_smprintf("%s%s%s", ldest, *ip ? "/" : "", ip); in do_realpath()
1987 cp = shf_smprintf("/dev/ttyC%s", dv); in chvt()
Dvar.c196 cp = shf_smprintf("%s%s", str_val(vp), p); in array_index_calc()
977 tval = shf_smprintf("%s%s", str_val(vp), val); in typeset()
Dshf.c735 shf_smprintf(const char *fmt, ...) in shf_smprintf() function
Dmain.c1369 lfp = shf_smprintf("%s/mksh-dbg.txt", lfp); in initio()
Dsh.h1988 char *shf_smprintf(const char *, ...)
Dfuncs.c3120 nv = shf_smprintf("%s+", opnd1); in test_eval()
Dedit.c335 cp = shf_smprintf("%s/%s", dp, cp); in x_glob_hlp_tilde_and_rem_qchar()