HomeSort by relevance Sort by last modified time
    Searched full:strdupx (Results 1 - 13 of 13) sorted by null

  /external/mksh/src/
os2.c 235 strdupx(cp, val, ATEMP);
357 strdupx(real_name, x_name, ATEMP);
400 strdupx(result, rsp_name_arg, ATEMP);
histrap.c 171 strdupx(pat, *wp, ATEMP);
190 strdupx(line, *hp, ATEMP);
741 strdupx(hname, hname, APERM);
881 strdupx(*hp, (char *)(base + 4), APERM);
1028 strdupx(s, cs, APERM);
1134 strdupx(as, cs, ATEMP);
1373 strdupx(p->trap, s, APERM);
    [all...]
var.c 442 strdupx(s, s, ATEMP);
482 strdupx(vq->val.s, s, vq->areap);
819 strdupx(tvar, var, ATEMP);
1316 strdupx(path, s, APERM);
1339 strdupx(tmpdir, s, APERM);
1444 strdupx(path, def_path, APERM);
    [all...]
eval.c 521 strdupx(s, str_val(st->var), ATEMP);
    [all...]
misc.c 1383 strdupx(rv, cp, ATEMP);
1424 strdupx(ipath, upath, ATEMP);
    [all...]
syn.c 448 strdupx(t->str, ident, ATEMP);
648 strdupx(yylval.cp,
tree.c 555 strdupx(r->str, t->str, ap);
703 strdupx(q->heredoc, p->heredoc, ap);
funcs.c 896 strdupx(ap->val.s, newval, APERM);
1333 strdupx(up, *wp, ATEMP);
    [all...]
exec.c 1224 strdupx(tp->val.s, npath.ro, APERM);
    [all...]
main.c 210 strdupx(x, cx, ATEMP);
779 strdupx(s->file, name, ATEMP);
    [all...]
edit.c 782 strdupx(cp, te->name, ATEMP);
    [all...]
lex.c     [all...]
sh.h 615 #define strdupx(d, s, ap) do { \ macro
623 #define strdupx(d, s, ap) do { \ macro
    [all...]

Completed in 761 milliseconds