Searched refs:nse_depinfo_file (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/make/lib/vroot/ |
H A D | report.cc | 71 clean_up(FILE *nse_depinfo_fp, FILE *merge_fp, char *nse_depinfo_file, char *merge_file, int unlink… in clean_up() argument 80 rename(merge_file, nse_depinfo_file); in clean_up() 98 char nse_depinfo_file[MAXPATHLEN]; in close_file() local 111 sprintf(nse_depinfo_file, "%s/%s", search_dir, NSE_DEPINFO); in close_file() 114 err = file_lock(nse_depinfo_file, lock_file, &file_locked, 0); in close_file() 117 (*warning_ptr)(gettext("Couldn't write to %s"), nse_depinfo_file); in close_file() 123 if ((nse_depinfo_fp = fopen(nse_depinfo_file, "r+")) == NULL) { in close_file() 126 fopen(nse_depinfo_file, "w")) == NULL) { in close_file() 128 nse_depinfo_file); in close_file() 177 nse_depinfo_file, merge_file, 0); in close_file() [all …]
|