Home
last modified time | relevance | path

Searched refs:SM_CLOSE_FP (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Denvelope.c557 SM_CLOSE_FP(e->e_dfp);
621 SM_CLOSE_FP(ee->e_dfp);
636 SM_CLOSE_FP(e->e_dfp);
681 SM_CLOSE_FP(e->e_xfp);
682 SM_CLOSE_FP(e->e_dfp);
938 SM_CLOSE_FP(e->e_xfp);
H A Dsfsasl.c157 SM_CLOSE_FP(so->fp);
543 SM_CLOSE_FP(so->fp);
H A Dcollect.c980 SM_CLOSE_FP(df);
H A Ddeliver.c762 SM_CLOSE_FP(e->e_dfp);
974 SM_CLOSE_FP(ee->e_dfp);
3535 SM_CLOSE_FP(mci->mci_out);
3922 SM_CLOSE_FP(mci->mci_out);
4917 SM_CLOSE_FP(mci->mci_out);
4943 SM_CLOSE_FP(mci->mci_in);
H A Dmilter.c180 SM_CLOSE_FP(e->e_dfp); \
1714 SM_CLOSE_FP(e->e_dfp);
4720 SM_CLOSE_FP(e->e_dfp);
H A Ddaemon.c3004 SM_CLOSE_FP(mci->mci_out);
3211 SM_CLOSE_FP(mci->mci_out);
H A Dsrvrsmtp.c4630 SM_CLOSE_FP(ee->e_dfp);
4651 SM_CLOSE_FP(ee->e_dfp);
H A Dqueue.c5084 SM_CLOSE_FP(e.e_lockfp);
5636 SM_CLOSE_FP(e->e_lockfp);
5778 SM_CLOSE_FP(e->e_dfp);
H A Dsendmail.h3091 #define SM_CLOSE_FP(fp) \ macro