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

/external/mksh/src/
H A Dhistrap.c161 strdupx(pat, *wp, ATEMP);
365 strdupx(line, *hp, ATEMP);
641 strdupx(c, cmd, APERM);
716 strdupx(hname, hname, APERM);
966 strdupx(*hp, line, APERM);
1100 strdupx(s, cs, APERM);
1390 strdupx(p->trap, s, APERM);
H A Dvar.c398 strdupx(s, s, ATEMP);
435 strdupx(vq->val.s, s, vq->areap);
738 strdupx(tvar, var, ATEMP);
1152 strdupx(path, s, APERM);
1176 strdupx(tmpdir, s, APERM);
1257 strdupx(path, def_path, APERM);
1367 strdupx(rv, str, ATEMP);
H A Dmisc.c1226 strdupx(rv, cp, ATEMP);
1264 strdupx(ipath, upath, ATEMP);
1633 strdupx(current_wd, nwd, APERM);
1683 strdupx(allocd, wp[0], ATEMP);
H A Dtree.c494 strdupx(r->str, t->str, ap);
635 strdupx(q->heredoc, p->heredoc, ap);
H A Dfuncs.c1104 strdupx(ap->val.s, newval, APERM);
1524 strdupx(up, *wp, ATEMP);
1853 strdupx(allocd, *wp, ATEMP);
2379 strdupx(*wp, *wp, &l->area);
H A Deval.c508 strdupx(s, d, ATEMP);
1625 strdupx(ap->val.s, pw->pw_dir, APERM);
H A Dexec.c1123 strdupx(tp->val.s, npath.ro, APERM);
1448 strdupx(*resbuf, ccp, APERM);
H A Dsh.h445 #define strdupx(d, s, ap) do { \ macro
453 #define strdupx(d, s, ap) do { \ macro
H A Dlex.c1528 strdupx(prompt, cp, saved_atemp);
H A Dsyn.c425 strdupx(t->str, ident, ATEMP);
H A Dmain.c663 strdupx(s->file, name, ATEMP);
H A Dedit.c687 strdupx(cp, te->name, ATEMP);
2309 strdupx(news, cp, ap);
2938 strdupx(v, KSH_VERSION, ATEMP);

Completed in 100 milliseconds