Home
last modified time | relevance | path

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

/third_party/mksh/
Dos2.c226 strdupx(cp, val, ATEMP); in setextlibpath()
352 strdupx(real_name, name, ATEMP); in test_exec_exist()
390 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()
784 strdupx(hname, hname, APERM); in hist_persist_init()
940 strdupx(*hp, (char *)(base + 4), APERM); in histload()
1090 strdupx(s, cs, APERM); in inittraps()
1196 strdupx(as, cs, ATEMP); in gettrap()
1435 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()
2156 strdupx(current_wd, nwd, APERM); in set_current_wd()
2214 strdupx(allocd, wp[0], ATEMP); in c_cd()
Dtree.c562 strdupx(r->str, t->str, ap); in tcopy()
710 strdupx(q->heredoc, p->heredoc, ap); in iocopy()
Dsyn.c444 strdupx(t->str, ident, ATEMP); in get_command()
643 strdupx(yylval.cp, (unsigned int)symbol == in casepart()
Dmain.c215 strdupx(x, cx, ATEMP); in isuc()
822 strdupx(s->file, name, ATEMP); in include()
Dexec.c1235 strdupx(tp->val.s, npath.ro, APERM); in findcom()
1617 strdupx(*resbuf, ccp, APERM); in hereinval()
Dfuncs.c928 strdupx(ap->val.s, newval, APERM); in c_alias()
1702 strdupx(allocd, *wp, ATEMP); in c_read()
2272 strdupx(*wp, *wp, &l->area); in c_set()
Dsh.h688 #define strdupx(d,s,ap) do { \ macro
696 #define strdupx(d,s,ap) do { \ macro
Dedit.c788 strdupx(cp, te->name, ATEMP); in glob_table()
3138 strdupx(v, KSH_VERSION, ATEMP); in x_version()
5662 strdupx(cp, cp, AEDIT); in x_eval_region_helper()
Dlex.c1516 strdupx(prompt, cp, saved_atemp); in set_prompt()