Lines Matching defs:closefunc
702 int (*volatile closefunc)(FILE *);
730 closefunc = NULL;
754 closefunc = pclose;
762 closefunc = fclose;
878 if (closefunc != NULL) {
879 (*closefunc)(fin);
918 if (closefunc != NULL && fin != NULL)
919 (*closefunc)(fin);
933 int (*volatile closefunc)(FILE *);
970 closefunc = NULL;
1061 closefunc = pclose;
1068 closefunc = fclose;
1168 if (closefunc != NULL) {
1169 (*closefunc)(fout);
1184 if (preserve && (closefunc == fclose)) {
1227 if (closefunc != NULL && fout != NULL)
1228 (*closefunc)(fout);