Home
last modified time | relevance | path

Searched refs:afree (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/bin/ksh/
H A Dmail.c104 afree((void *)mbox.mb_msg, APERM);
106 afree((void *)mbox.mb_path, APERM);
166 afree((void *)mbp->mb_path, APERM);
167 afree((void *)mbp, APERM);
H A Dtree.c710 afree((void*)t->str, ap);
714 afree((void*)*w, ap);
715 afree((void*)t->vars, ap);
720 afree((void*)*w, ap);
721 afree((void*)t->args, ap);
730 afree((void*)t, ap);
743 afree((void*)p->name, ap);
745 afree((void*)p->delim, ap);
747 afree((void*)p->heredoc, ap);
748 afree((void*)p, ap);
H A Dexpand.h42 #define Xfree(xs, xp) afree((void*) (xs).beg, (xs).areap)
91 #define XPfree(x) afree((void*) (x).beg, ATEMP)
H A Dshf.c56 afree(shf, shf->areap);
65 afree(shf, shf->areap);
231 afree(shf, shf->areap);
233 afree(shf->buf, shf->areap);
274 afree(shf, shf->areap);
288 afree(shf, shf->areap);
290 afree(shf->buf, shf->areap);
H A Dc_ksh.c130 afree(fdir, ATEMP);
167 afree(fdir, ATEMP);
215 afree(freep, ATEMP);
971 afree((void*)ap->val.s, APERM);
988 afree(alias, ATEMP);
1027 afree((void*)ap->val.s, APERM);
1038 afree((void*)ap->val.s, APERM);
H A Dlex.c185 afree(tmp, ATEMP);
740 afree(yylval.cp, ATEMP);
757 afree(yylval.cp, ATEMP);
968 afree(s->u.freeme, ATEMP); in getsc__()
1248 afree(tmp, ATEMP);
1383 afree(old_base, ATEMP);
H A Dtable.c74 afree((void*)tblp, tp->areap);
78 afree((void*)otblp, tp->areap);
H A Dmain.c499 afree(s, ATEMP);
714 afree(ep, ATEMP); in quitenv()
735 afree(ep->savefd, &ep->area); in cleanup_parents_env()
H A Dtrap.c267 afree(trapstr, APERM);
312 afree(p->trap, APERM);
H A Dalloc.c110 afree(void *ptr, Area *ap) in afree() function
H A Dsyn.c227 afree((void*) iops, ATEMP);
268 afree(t, ATEMP);
403 afree((void*) iops, ATEMP);
H A Dexpr.c507 afree(tvar, ATEMP);
520 afree(tvar, ATEMP);
H A Dc_sh.c468 afree(s, ATEMP);
805 afree(wp[i], ATEMP);
H A Dpath.c202 afree(p, ATEMP);
H A Dvi.c761 afree(macro.buf, APERM);
1420 afree(old->cbuf, APERM);
1421 afree((char *)old, APERM);
2177 afree(macro.buf, APERM); in vi_macro_reset()
H A Dproto.h16 void afree ARGS((void *, Area *));
H A Dexec.c943 afree(tp->val.s, APERM);
970 afree(npath, ATEMP);
1006 afree(tp->val.s, APERM);
H A Demacs.c1220 afree((void *)killstack[killsp], AEDIT);
1427 afree(m2, ATEMP);
1457 afree((void *)x_atab[prefix][key], AEDIT);
/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_offload.c483 p->next = t->afree; in cxgb_free_atid()
484 t->afree = p; in cxgb_free_atid()
608 if (t->afree) { in cxgb_alloc_atid()
609 union active_open_entry *p = t->afree; in cxgb_alloc_atid()
612 t->afree = p->next; in cxgb_alloc_atid()
1307 t->afree = NULL; in init_tid_tabs()
1324 t->afree = t->atid_tab; in init_tid_tabs()
H A Dcxgb_offload.h174 union active_open_entry *afree; member
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dreader.c89 static void afree(void);
598 afree(); in pass2_compile()
1118 afree(void) in afree() function
1281 afree(); in gencode()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DInAlloca.rst100 or ``afree`` to make it clear that this stack adjusting cleanup is less