HomeSort by relevance Sort by last modified time
    Searched refs: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);
859 strdupx(*hp, (char *)(base + 4), APERM);
1007 strdupx(s, cs, APERM);
1096 strdupx(as, cs, ATEMP);
1315 strdupx(p->trap, s, APERM);
    [all...]
var.c 399 strdupx(s, s, ATEMP);
439 strdupx(vq->val.s, s, vq->areap);
750 strdupx(tvar, var, ATEMP);
1196 strdupx(path, s, APERM);
1216 strdupx(tmpdir, s, APERM);
1310 strdupx(path, def_path, APERM);
1408 strdupx(rv, str, ATEMP);
    [all...]
misc.c 1381 strdupx(rv, cp, ATEMP);
1423 strdupx(ipath, upath, ATEMP);
    [all...]
eval.c 572 strdupx(s, d, 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);
funcs.c 1127 strdupx(ap->val.s, newval, APERM);
    [all...]
exec.c 1144 strdupx(tp->val.s, npath.ro, APERM);
    [all...]
main.c 184 strdupx(x, cx, ATEMP);
754 strdupx(s->file, name, ATEMP);
    [all...]
sh.h 540 #define strdupx(d, s, ap) do { \ macro
548 #define strdupx(d, s, ap) do { \ macro
    [all...]
lex.c     [all...]
edit.c 756 strdupx(cp, te->name, ATEMP);
    [all...]

Completed in 81 milliseconds