HomeSort by: relevance | last modified time | path
    Searched refs:afree (Results 1 - 25 of 25) sorted by relevancy

  /src/bin/ksh/
mail.c 104 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);
expand.h 42 #define Xfree(xs, xp) afree((void*) (xs).beg, (xs).areap)
91 #define XPfree(x) afree((void*) (x).beg, ATEMP)
tree.c 710 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)
    [all...]
var.c 87 afree(l, ATEMP);
159 afree(tmp, ATEMP);
165 afree(sub, ATEMP);
345 afree(s, ATEMP);
391 afree((void*)vq->val.s, vq->areap);
410 afree(fs, ATEMP);
512 afree(vq->val.s, vq->areap);
605 afree((void*)op, vp->areap);
679 afree(tvar, ATEMP);
730 afree((void*) t->val.s
    [all...]
alloc.c 110 afree(void *ptr, Area *ap) function in typeref:typename:void
table.c 74 afree((void*)tblp, tp->areap);
78 afree((void*)otblp, tp->areap);
c_ksh.c 130 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);
shf.c 56 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);
edit.c 583 afree(toglob, ATEMP);
638 afree(toglob, ATEMP);
687 afree((void *) info, ATEMP);
699 afree(words[i], ATEMP);
889 afree(words[i], ATEMP);
890 afree(words, ATEMP);
1006 afree(words[i], ATEMP);
trap.c 260 * no problem with afree(p->trap) in settrap() while still in use.
267 afree(trapstr, APERM);
312 afree(p->trap, APERM);
lex.c 185 afree(tmp, ATEMP);
740 afree(yylval.cp, ATEMP);
757 afree(yylval.cp, ATEMP);
968 afree(s->u.freeme, ATEMP);
1248 afree(tmp, ATEMP);
1383 afree(old_base, ATEMP);
history.c 464 afree((void*)*histptr, APERM);
577 afree(hname, APERM);
586 afree(hname, APERM);
624 afree((void*)histlist[0], APERM);
800 afree((void*)*histlist, APERM);
1092 afree((void*)*hp, APERM);
main.c 499 afree(s, ATEMP);
714 afree(ep, ATEMP);
735 afree(ep->savefd, &ep->area);
path.c 202 afree(p, ATEMP);
c_sh.c 468 afree(s, ATEMP);
805 afree(wp[i], ATEMP);
expr.c 507 afree(tvar, ATEMP);
520 afree(tvar, ATEMP);
proto.h 16 void afree ARGS((void *, Area *));
syn.c 227 afree((void*) iops, ATEMP);
268 afree(t, ATEMP);
403 afree((void*) iops, ATEMP);
misc.c 1159 afree(str, ATEMP);
1308 afree(b, ATEMP);
1324 afree(b, ATEMP);
1336 afree(b, ATEMP);
emacs.c 1220 afree((void *)killstack[killsp], AEDIT);
1427 afree(m2, ATEMP);
1457 afree((void *)x_atab[prefix][key], AEDIT);
exec.c 943 afree(tp->val.s, APERM);
970 afree(npath, ATEMP);
1006 afree(tp->val.s, APERM);
vi.c 761 afree(macro.buf, APERM);
1420 afree(old->cbuf, APERM);
1421 afree((char *)old, APERM);
2177 afree(macro.buf, APERM);
eval.c 80 afree(s, ATEMP);
860 afree(s, ATEMP);
  /src/sys/dev/pci/cxgb/
cxgb_offload.h 174 union active_open_entry *afree; member in struct:tid_info
cxgb_offload.c 483 p->next = t->afree;
484 t->afree = p;
608 if (t->afree) {
609 union active_open_entry *p = t->afree;
612 t->afree = p->next;
1307 t->afree = NULL;
1324 t->afree = t->atid_tab;

Completed in 26 milliseconds