Searched refs:diffout (Results 1 – 2 of 2) sorted by relevance
246 char *diffout = NULL; local299 diffout = cvs_temp_name();315 retval = call_diff3 (diffout);322 if (diffout)323 copy_file (diffout, workfile);341 if (diffout)343 if (unlink_file (diffout) < 0)346 error (0, errno, "cannot remove temp file %s", diffout);348 free (diffout);
1288 char *diffout; local1301 diffout = cvs_temp_name ();1321 wstatus = diff_run (ap - argv, (char **) argv, diffout, my_callbacks_arg);1329 if (-1 == (fd = open (diffout, O_RDONLY)))1362 unlink (diffout);