Searched refs:rfree (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/sendmail/libsm/
H A Dt-rpool.c20 rfree __P((
24 rfree(cx) function
27 (void) sm_io_fprintf(smioout, SM_TIME_DEFAULT, "rfree freeing `%s'\n",
45 att = sm_rpool_attach_x(rpool, rfree, "attachment #1");
55 att = sm_rpool_attach_x(rpool, rfree, "attachment #2");
56 (void) sm_rpool_attach_x(rpool, rfree, "attachment #3");
H A Drpool.c460 ** rfree -- function to call when rpool is freed.
471 sm_rpool_attach_x(rpool, rfree, rcontext)
473 SM_RPOOL_RFREE_T rfree;
491 rpool->sm_rptr->sm_rfree = rfree;
/freebsd-10.2-release/usr.bin/make/
H A Dvar.c1322 Boolean rfree; local
1330 rval = VarParse(&subvp, &rfree);
1332 if (rfree)
2114 Boolean rfree; local
2116 rval = VarParse(&subvp, &rfree);
2121 if (rfree)
2371 Boolean rfree; local
2373 rval = VarParse(&subvp, &rfree);
2415 if (rfree) {
2474 Boolean rfree; local
[all...]

Completed in 100 milliseconds