Searched refs:XNEE_FCLOSE_IF_NOT_NULL (Results 1 – 3 of 3) sorted by relevance
55 XNEE_FCLOSE_IF_NOT_NULL ( file ) ; in xnee_free_file()78 XNEE_FCLOSE_IF_NOT_NULL(xd->err_file); in xnee_open_err_file()115 XNEE_FCLOSE_IF_NOT_NULL(xd->out_file); in xnee_open_files()135 XNEE_FCLOSE_IF_NOT_NULL(xd->data_file); in xnee_open_files()155 XNEE_FCLOSE_IF_NOT_NULL(xd->rt_file); in xnee_open_files()
98 XNEE_FCLOSE_IF_NOT_NULL(xd->out_file); in xnee_set_out_file()132 XNEE_FCLOSE_IF_NOT_NULL(xd->rt_file); in xnee_set_rt_file()167 XNEE_FCLOSE_IF_NOT_NULL(xd->out_file); in xnee_set_err_file()205 XNEE_FCLOSE_IF_NOT_NULL(xd->rc_file); in xnee_set_rc_file()256 XNEE_FCLOSE_IF_NOT_NULL(xd->rc_file); in xnee_set_rc_byname()273 XNEE_FCLOSE_IF_NOT_NULL(xd->data_file); in xnee_set_data_file()
79 #define XNEE_FCLOSE_IF_NOT_NULL(a) if (a!=NULL) { XNEE_FCLOSE_AND_NULL(a); } macro