Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c434 x.str = shf_smprintf("%08X", in expand()
546 tpat1 = shf_smprintf("%s%c*", pat, MAGIC); in expand()
550 tpat1 = shf_smprintf("%c*%s", MAGIC, pat); in expand()
554 tpat1 = shf_smprintf("%c*%s%c*", MAGIC, pat, MAGIC); in expand()
598 d = shf_smprintf(Tf_sss, end, rrep, p); in expand()
1192 xp->str = shf_smprintf(Tf_d, c); in varsub()
1204 xp->str = p ? shf_smprintf("%s[%lu]", in varsub()
1310 XPput(wv, c == '!' ? shf_smprintf(Tf_lu, in varsub()
Dhistrap.c143 p = shf_smprintf("-%c%s", in c_fc()
780 nhname = shf_smprintf("%s.%d", hname, (int)procpid); in hist_init()
1043 sigtraps[i].name = shf_smprintf(Tf_d, i); in inittraps()
1053 sigtraps[i].mess = shf_smprintf(Tf_sd, in inittraps()
Dmisc.c1429 ipath = shf_smprintf(Tf_sss, tp, "/", upath); in do_realpath()
1527 tp = shf_smprintf(Tf_sss, ldest, *ip ? "/" : "", ip); in do_realpath()
1997 cp = shf_smprintf("/dev/ttyC%s", dv); in chvt()
Dvar.c199 cp = shf_smprintf(Tf_ss, str_val(vp), p); in array_index_calc()
997 tval = shf_smprintf(Tf_ss, str_val(vp), val); in typeset()
Dshf.c760 shf_smprintf(const char *fmt, ...) in shf_smprintf() function
Dmain.c1447 lfp = shf_smprintf(Tf_sSs, lfp, "mksh-dbg.txt"); in initio()
Dexec.c110 dp = shf_smprintf(Tf_ss, evalstr(t->vars[0], in execute()
Dsh.h2345 char *shf_smprintf(const char *, ...)
Dfuncs.c2889 nv = shf_smprintf("%s+", opnd1); in test_eval()
Dedit.c355 cp = shf_smprintf(Tf_sSs, dp, cp); in x_glob_hlp_tilde_and_rem_qchar()