Home
last modified time | relevance | path

Searched refs:strdupx (Results 1 – 13 of 13) sorted by relevance

/external/mksh/src/
Dos2.c214 strdupx(cp, val, ATEMP); in setextlibpath()
337 strdupx(real_name, x_name, ATEMP); in real_exec_name()
363 strdupx(result, rsp_name_arg, ATEMP); in make_response_file()
Dhistrap.c171 strdupx(pat, *wp, ATEMP); in c_fc()
190 strdupx(line, *hp, ATEMP); in c_fc()
783 strdupx(hname, hname, APERM); in hist_persist_init()
939 strdupx(*hp, (char *)(base + 4), APERM); in histload()
1089 strdupx(s, cs, APERM); in inittraps()
1195 strdupx(as, cs, ATEMP); in gettrap()
1434 strdupx(p->trap, s, APERM); in settrap()
Dvar.c451 strdupx(s, s, ATEMP); in str_val()
1371 strdupx(path, s, APERM); in setspec()
1394 strdupx(tmpdir, s, APERM); in setspec()
1505 strdupx(path, def_path, APERM); in unsetspec()
1623 strdupx(rv, str, ATEMP); in arrayname()
Deval.c530 strdupx(s, str_val(st->var), ATEMP); in expand()
1979 strdupx(dp, dp, ATEMP); in do_tilde()
2004 strdupx(ap->val.s, pw->pw_dir, APERM); in homedir()
2107 strdupx(cp, str_val(vp), ap); in valsub()
Dmisc.c1681 strdupx(rv, cp, ATEMP); in ksh_get_wd()
1722 strdupx(ipath, upath, ATEMP); in do_realpath()
2149 strdupx(current_wd, nwd, APERM); in set_current_wd()
2199 strdupx(allocd, wp[0], ATEMP); in c_cd()
Dsyn.c446 strdupx(t->str, ident, ATEMP); in get_command()
646 strdupx(yylval.cp, (unsigned int)symbol == in casepart()
Dtree.c556 strdupx(r->str, t->str, ap); in tcopy()
704 strdupx(q->heredoc, p->heredoc, ap); in iocopy()
Dexec.c1233 strdupx(tp->val.s, npath.ro, APERM); in findcom()
1617 strdupx(*resbuf, ccp, APERM); in hereinval()
Dmain.c209 strdupx(x, cx, ATEMP); in isuc()
812 strdupx(s->file, name, ATEMP); in include()
Dfuncs.c907 strdupx(ap->val.s, newval, APERM); in c_alias()
1681 strdupx(allocd, *wp, ATEMP); in c_read()
2251 strdupx(*wp, *wp, &l->area); in c_set()
Dsh.h690 #define strdupx(d,s,ap) do { \ macro
698 #define strdupx(d,s,ap) do { \ macro
Dedit.c784 strdupx(cp, te->name, ATEMP); in glob_table()
3098 strdupx(v, KSH_VERSION, ATEMP); in x_version()
5638 strdupx(cp, cp, AEDIT); in x_eval_region_helper()
Dlex.c1516 strdupx(prompt, cp, saved_atemp); in set_prompt()