Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c555 tpat1 = shf_smprintf("%s%c*", pat, MAGIC); in expand()
559 tpat1 = shf_smprintf("%c*%s", MAGIC, pat); in expand()
563 tpat1 = shf_smprintf("%c*%s%c*", MAGIC, pat, MAGIC); in expand()
810 x.str = shf_smprintf("%08X", in expand()
1306 XPput(wv, shf_smprintf(Tf_lu, in varsub()
1313 xp->str = p ? shf_smprintf("%s[%lu]", xp->var->name, in varsub()
1371 xp->str = shf_smprintf(Tf_d, sc); in varsub()
Dhistrap.c143 p = shf_smprintf("-%c%s", in c_fc()
821 nhname = shf_smprintf("%s.%d", hname, (int)procpid); in hist_persist_init()
1104 sigtraps[i].name = shf_smprintf(Tf_d, i); in inittraps()
1114 sigtraps[i].mess = shf_smprintf(Tf_sd, in inittraps()
Dshf.c763 shf_smprintf(const char *fmt, ...) in shf_smprintf() function
Dmisc.c2360 cp = shf_smprintf("/dev/ttyC%s", dv); in chvt()
Dsh.h2710 char *shf_smprintf(const char *, ...)
Dfuncs.c2912 nv = shf_smprintf("%s+", opnd1); in test_eval()