Searched refs:strdupx (Results 1 - 12 of 12) sorted by relevance

/external/mksh/src/
H A Dhistrap.c177 strdupx(pat, *wp, ATEMP);
196 strdupx(line, *hp, ATEMP);
762 strdupx(hname, hname, APERM);
902 strdupx(*hp, (char *)(base + 4), APERM);
1046 strdupx(s, cs, APERM);
1141 strdupx(as, cs, ATEMP);
1380 strdupx(p->trap, s, APERM);
H A Dvar.c422 strdupx(s, s, ATEMP);
462 strdupx(vq->val.s, s, vq->areap);
800 strdupx(tvar, var, ATEMP);
1277 strdupx(path, s, APERM);
1295 strdupx(tmpdir, s, APERM);
1393 strdupx(path, def_path, APERM);
1493 strdupx(rv, str, ATEMP);
H A Dmisc.c1376 strdupx(rv, cp, ATEMP);
1417 strdupx(ipath, upath, ATEMP);
1787 strdupx(current_wd, nwd, APERM);
1837 strdupx(allocd, wp[0], ATEMP);
H A Deval.c522 strdupx(s, str_val(st->var), ATEMP);
1736 strdupx(ap->val.s, pw->pw_dir, APERM);
1839 strdupx(cp, str_val(vp), ap);
H A Dsyn.c452 strdupx(t->str, ident, ATEMP);
652 strdupx(yylval.cp,
H A Dtree.c531 strdupx(r->str, t->str, ap);
677 strdupx(q->heredoc, p->heredoc, ap);
H A Dfuncs.c1171 strdupx(ap->val.s, newval, APERM);
1604 strdupx(up, *wp, ATEMP);
1948 strdupx(allocd, *wp, ATEMP);
2504 strdupx(*wp, *wp, &l->area);
H A Dmain.c161 strdupx(x, cx, ATEMP);
717 strdupx(s->file, name, ATEMP);
H A Dexec.c1207 strdupx(tp->val.s, npath.ro, APERM);
1570 strdupx(*resbuf, ccp, APERM);
H A Dsh.h600 #define strdupx(d, s, ap) do { \ macro
608 #define strdupx(d, s, ap) do { \ macro
H A Dlex.c1503 strdupx(prompt, cp, saved_atemp);
H A Dedit.c755 strdupx(cp, te->name, ATEMP);
2384 strdupx(news, cp, ap);
3045 strdupx(v, KSH_VERSION, ATEMP);

Completed in 104 milliseconds