Searched refs:APERM (Results 1 - 10 of 10) sorted by relevance

/external/mksh/src/
H A Dhistrap.c378 afree(*histptr, APERM);
546 history = aresize2(history, n, sizeof(char *), APERM);
577 afree(hname, APERM);
596 history = alloc2(histsize, sizeof(char *), APERM);
638 strdupx(c, cmd, APERM);
647 afree(c, APERM);
661 afree(*history, APERM);
718 strdupx(hname, hname, APERM);
859 afree(*hp, APERM);
860 strdupx(*hp, (char *)(base + 4), APERM);
[all...]
H A Dmain.c119 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
141 afree(cp, APERM);
251 ktinit(APERM, &builtins,
290 ktinit(APERM, &taliases, 0);
291 ktinit(APERM, &aliases, 0);
293 ktinit(APERM, &homedirs, 0);
309 confstr(_CS_PATH, cp = alloc(k + 1, APERM), k + 1) == k + 1)
529 l->argv = alloc2(l->argc + 2, sizeof(void *), APERM);
988 afreeall(APERM);
H A Dvar.c135 ktinit(APERM, &specials,
1245 afree(path, APERM);
1247 strdupx(path, s, APERM);
1253 afree(tmpdir, APERM);
1267 strdupx(tmpdir, s, APERM);
1360 afree(path, APERM);
1361 strdupx(path, def_path, APERM);
1368 afree(tmpdir, APERM);
H A Dexec.c120 afree(cp, APERM);
1119 afree(tp->val.s, APERM);
1143 strdupx(tp->val.s, npath.ro, APERM);
1181 afree(tp->val.s, APERM);
1476 strdupx(*resbuf, ccp, APERM);
H A Dfuncs.c1132 afree(ap->val.s, APERM);
1139 strdupx(ap->val.s, newval, APERM);
1197 afree(ap->val.s, APERM);
1208 afree(ap->val.s, APERM);
H A Djobs.c1747 newj = alloc(sizeof(Job), APERM);
1775 p = alloc(sizeof(Proc), APERM);
H A Dmisc.c1775 afree(current_wd, APERM);
1776 strdupx(current_wd, nwd, APERM);
H A Dsyn.c809 ktinit(APERM, &keywords,
H A Deval.c1738 strdupx(ap->val.s, pw->pw_dir, APERM);
H A Dsh.h670 #define APERM &aperm macro

Completed in 2041 milliseconds