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

  /external/mksh/src/
histrap.c 174 strdupx(pat, *wp, ATEMP);
193 strdupx(line, *hp, ATEMP);
638 strdupx(c, cmd, APERM);
718 strdupx(hname, hname, APERM);
860 strdupx(*hp, (char *)(base + 4), APERM);
1009 strdupx(s, cs, APERM);
1098 strdupx(as, cs, ATEMP);
1317 strdupx(p->trap, s, APERM);
    [all...]
var.c 408 strdupx(s, s, ATEMP);
448 strdupx(vq->val.s, s, vq->areap);
769 strdupx(tvar, var, ATEMP);
1247 strdupx(path, s, APERM);
1267 strdupx(tmpdir, s, APERM);
1361 strdupx(path, def_path, APERM);
1461 strdupx(rv, str, ATEMP);
    [all...]
misc.c 1362 strdupx(rv, cp, ATEMP);
1404 strdupx(ipath, upath, ATEMP);
    [all...]
syn.c 428 strdupx(t->str, ident, ATEMP);
622 strdupx(yylval.cp,
tree.c 538 strdupx(r->str, t->str, ap);
681 strdupx(q->heredoc, p->heredoc, ap);
eval.c 555 strdupx(s, d, ATEMP);
    [all...]
funcs.c 1139 strdupx(ap->val.s, newval, APERM);
    [all...]
exec.c 1143 strdupx(tp->val.s, npath.ro, APERM);
    [all...]
main.c 167 strdupx(x, cx, ATEMP);
706 strdupx(s->file, name, ATEMP);
    [all...]
sh.h 555 #define strdupx(d, s, ap) do { \ macro
563 #define strdupx(d, s, ap) do { \ macro
    [all...]
edit.c 757 strdupx(cp, te->name, ATEMP);
    [all...]
lex.c     [all...]

Completed in 536 milliseconds