Home | History | Annotate | Download | only in src

Lines Matching refs:APERM

120 	cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
147 afree(cp, APERM);
213 ainit(&aperm);
240 ktinit(APERM, &builtins,
270 ktinit(APERM, &taliases, 0);
271 ktinit(APERM, &aliases, 0);
273 ktinit(APERM, &homedirs, 0);
289 confstr(_CS_PATH, cp = alloc(k + 1, APERM), k + 1) == k + 1)
552 l->argv = alloc2(l->argc + 2, sizeof(void *), APERM);
1009 afreeall(APERM);