Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c440 x.str = shf_smprintf("%08X", in expand()
552 tpat1 = shf_smprintf("%s%c*", pat, MAGIC); in expand()
556 tpat1 = shf_smprintf("%c*%s", MAGIC, pat); in expand()
560 tpat1 = shf_smprintf("%c*%s%c*", MAGIC, pat, MAGIC); in expand()
604 d = shf_smprintf(Tf_sss, end, rrep, p); in expand()
1197 xp->str = shf_smprintf(Tf_d, c); in varsub()
1209 xp->str = p ? shf_smprintf("%s[%lu]", in varsub()
1320 shf_smprintf(Tf_lu, arrayindex(vp)) : in varsub()
Dhistrap.c143 p = shf_smprintf("-%c%s", in c_fc()
819 nhname = shf_smprintf("%s.%d", hname, (int)procpid); in hist_persist_init()
1102 sigtraps[i].name = shf_smprintf(Tf_d, i); in inittraps()
1112 sigtraps[i].mess = shf_smprintf(Tf_sd, in inittraps()
Dmisc.c1677 ipath = shf_smprintf(Tf_sss, ldest, in do_realpath()
1684 ipath = shf_smprintf(Tf_sss, tp, "/", upath); in do_realpath()
1786 tp = shf_smprintf(Tf_sss, ldest, *ip ? "/" : "", ip); in do_realpath()
2202 dir = shf_smprintf(Tf_sss, tryp, in c_cd()
2310 cp = shf_smprintf("/dev/ttyC%s", dv); in chvt()
Dmain.c1438 lfp = shf_smprintf(Tf_sSs, lfp, "mksh-dbg.txt"); in initio()
2000 xp = shf_smprintf(Tf_sSs, MKSH_ENVDIR, dent->d_name); in init_environ()
Dvar.c199 cp = shf_smprintf(Tf_ss, str_val(vp), p); in array_index_calc()
1000 tval = shf_smprintf(Tf_ss, str_val(vp), val); in typeset()
Dshf.c762 shf_smprintf(const char *fmt, ...) in shf_smprintf() function
Dexec.c111 dp = shf_smprintf(Tf_ss, evalstr(t->vars[0], in execute()
Dsh.h2625 char *shf_smprintf(const char *, ...)
Dfuncs.c2894 nv = shf_smprintf("%s+", opnd1); in test_eval()
Dedit.c356 cp = shf_smprintf(Tf_sSs, dp, cp); in x_glob_hlp_tilde_and_rem_qchar()