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

  /external/mksh/src/
histrap.c 441 afree(*histptr, APERM);
531 history = aresize(history, n * sizeof(char *), APERM);
563 afree(hname, APERM);
582 history = alloc(histsize * sizeof(char *), APERM);
627 strdupx(c, cmd, APERM);
636 afree(c, APERM);
649 afree(*history, APERM);
700 strdupx(hname, hname, APERM);
942 afree(*hp, APERM);
943 strdupx(*hp, line, APERM);
    [all...]
var.c 131 ktinit(&specials, APERM,
1163 afree(path, APERM);
1165 strdupx(path, s, APERM);
1174 afree(tmpdir, APERM);
1186 strdupx(tmpdir, s, APERM);
1262 afree(path, APERM);
1263 strdupx(path, def_path, APERM);
1273 afree(tmpdir, APERM);
    [all...]