Searched refs:log (Results 1 – 1 of 1) sorted by relevance
255 FILE *log = fopen_path(destination, append ? "a" : "w"); in copy_log_file() local256 if (log == NULL) { in copy_log_file()265 while (fgets(buf, sizeof(buf), tmplog)) fputs(buf, log); in copy_log_file()271 check_and_fclose(log, destination); in copy_log_file()