Searched refs:shf_smprintf (Results 1 – 9 of 9) sorted by relevance
/external/mksh/src/ |
D | eval.c | 422 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()
|
D | histrap.c | 149 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()
|
D | misc.c | 1422 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()
|
D | var.c | 196 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()
|
D | shf.c | 735 shf_smprintf(const char *fmt, ...) in shf_smprintf() function
|
D | main.c | 1369 lfp = shf_smprintf("%s/mksh-dbg.txt", lfp); in initio()
|
D | sh.h | 1988 char *shf_smprintf(const char *, ...)
|
D | funcs.c | 3120 nv = shf_smprintf("%s+", opnd1); in test_eval()
|
D | edit.c | 335 cp = shf_smprintf("%s/%s", dp, cp); in x_glob_hlp_tilde_and_rem_qchar()
|