Searched refs:strdupx (Results 1 - 12 of 12) sorted by last modified time

/external/mksh/src/
H A Dedit.c757 strdupx(cp, te->name, ATEMP);
2365 strdupx(news, cp, ap);
3026 strdupx(v, KSH_VERSION, ATEMP);
H A Deval.c555 strdupx(s, d, ATEMP);
1738 strdupx(ap->val.s, pw->pw_dir, APERM);
1839 strdupx(cp, str_val(vp), ap);
H A Dexec.c1143 strdupx(tp->val.s, npath.ro, APERM);
1476 strdupx(*resbuf, ccp, APERM);
H A Dfuncs.c1139 strdupx(ap->val.s, newval, APERM);
1562 strdupx(up, *wp, ATEMP);
1892 strdupx(allocd, *wp, ATEMP);
2430 strdupx(*wp, *wp, &l->area);
H A Dhistrap.c174 strdupx(pat, *wp, ATEMP);
193 strdupx(line, *hp, ATEMP);
638 strdupx(c, cmd, APERM);
718 strdupx(hname, hname, APERM);
860 strdupx(*hp, (char *)(base + 4), APERM);
1009 strdupx(s, cs, APERM);
1098 strdupx(as, cs, ATEMP);
1317 strdupx(p->trap, s, APERM);
H A Dlex.c1509 strdupx(prompt, cp, saved_atemp);
H A Dmain.c167 strdupx(x, cx, ATEMP);
706 strdupx(s->file, name, ATEMP);
H A Dmisc.c1362 strdupx(rv, cp, ATEMP);
1404 strdupx(ipath, upath, ATEMP);
1776 strdupx(current_wd, nwd, APERM);
1826 strdupx(allocd, wp[0], ATEMP);
H A Dsh.h555 #define strdupx(d, s, ap) do { \ macro
563 #define strdupx(d, s, ap) do { \ macro
H A Dsyn.c428 strdupx(t->str, ident, ATEMP);
622 strdupx(yylval.cp,
H A Dtree.c538 strdupx(r->str, t->str, ap);
681 strdupx(q->heredoc, p->heredoc, ap);
H A Dvar.c408 strdupx(s, s, ATEMP);
448 strdupx(vq->val.s, s, vq->areap);
769 strdupx(tvar, var, ATEMP);
1247 strdupx(path, s, APERM);
1267 strdupx(tmpdir, s, APERM);
1361 strdupx(path, def_path, APERM);
1461 strdupx(rv, str, ATEMP);

Completed in 117 milliseconds