Searched refs:shf_smprintf (Results 1 – 10 of 10) sorted by relevance
/external/mksh/src/ |
D | eval.c | 434 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()
|
D | histrap.c | 143 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()
|
D | misc.c | 1429 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()
|
D | var.c | 199 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()
|
D | shf.c | 760 shf_smprintf(const char *fmt, ...) in shf_smprintf() function
|
D | main.c | 1447 lfp = shf_smprintf(Tf_sSs, lfp, "mksh-dbg.txt"); in initio()
|
D | exec.c | 110 dp = shf_smprintf(Tf_ss, evalstr(t->vars[0], in execute()
|
D | sh.h | 2345 char *shf_smprintf(const char *, ...)
|
D | funcs.c | 2889 nv = shf_smprintf("%s+", opnd1); in test_eval()
|
D | edit.c | 355 cp = shf_smprintf(Tf_sSs, dp, cp); in x_glob_hlp_tilde_and_rem_qchar()
|