Home
last modified time | relevance | path

Searched refs:diffout (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Drcscmds.c246 char *diffout = NULL; local
299 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);
/openbsd-src/gnu/usr.bin/cvs/diff/
H A Ddiff3.c1288 char *diffout; local
1301 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);