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

  /external/mksh/src/
os2.c 205 strdupx(cp, val, ATEMP);
327 strdupx(real_name, x_name, ATEMP);
353 strdupx(result, rsp_name_arg, ATEMP);
histrap.c 171 strdupx(pat, *wp, ATEMP);
190 strdupx(line, *hp, ATEMP);
781 strdupx(hname, hname, APERM);
936 strdupx(*hp, (char *)(base + 4), APERM);
1084 strdupx(s, cs, APERM);
1190 strdupx(as, cs, ATEMP);
1429 strdupx(p->trap, s, APERM);
    [all...]
var.c 444 strdupx(s, s, ATEMP);
484 strdupx(vq->val.s, s, vq->areap);
821 strdupx(tvar, var, ATEMP);
1338 strdupx(path, s, APERM);
1361 strdupx(tmpdir, s, APERM);
    [all...]
eval.c 527 strdupx(s, str_val(st->var), ATEMP);
    [all...]
misc.c     [all...]
syn.c 452 strdupx(t->str, ident, ATEMP);
652 strdupx(yylval.cp, (unsigned int)symbol ==
funcs.c 901 strdupx(ap->val.s, newval, APERM);
1337 strdupx(up, *wp, ATEMP);
    [all...]
exec.c 1231 strdupx(tp->val.s, npath.ro, APERM);
    [all...]
main.c 209 strdupx(x, cx, ATEMP);
769 strdupx(s->file, name, ATEMP);
    [all...]
edit.c 783 strdupx(cp, te->name, ATEMP);
    [all...]
sh.h 665 #define strdupx(d, s, ap) do { \ macro
673 #define strdupx(d, s, ap) do { \ macro
    [all...]
lex.c     [all...]

Completed in 79 milliseconds