| fclose(f_in); | fclose(f_in); | ||||
| fclose(f_report); | fclose(f_report); | ||||
| fclose(f_phcontents); | fclose(f_phcontents); | ||||
| return create_file_error_context(context, errno, fname); | |||||
| return create_file_error_context(context, error, fname); | |||||
| } | } | ||||
| sprintf(fname, "%s/%s", path_home, "phonindex"); | sprintf(fname, "%s/%s", path_home, "phonindex"); | ||||
| fclose(f_report); | fclose(f_report); | ||||
| fclose(f_phcontents); | fclose(f_phcontents); | ||||
| fclose(f_phdata); | fclose(f_phdata); | ||||
| return create_file_error_context(context, errno, fname); | |||||
| return create_file_error_context(context, error, fname); | |||||
| } | } | ||||
| sprintf(fname, "%s/%s", path_home, "phontab"); | sprintf(fname, "%s/%s", path_home, "phontab"); | ||||
| fclose(f_phcontents); | fclose(f_phcontents); | ||||
| fclose(f_phdata); | fclose(f_phdata); | ||||
| fclose(f_phindex); | fclose(f_phindex); | ||||
| return create_file_error_context(context, errno, fname); | |||||
| return create_file_error_context(context, error, fname); | |||||
| } | } | ||||
| sprintf(fname, "%s/../phsource/compile_prog_log", path_home); | sprintf(fname, "%s/../phsource/compile_prog_log", path_home); |