HomeSort by: relevance | last modified time | path
    Searched defs:diffout (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
rcscmds.c 218 char *diffout = NULL; local
272 diffout = cvs_temp_name();
289 retval = call_diff3 (diffout);
296 if (diffout)
297 copy_file (diffout, workfile);
315 if (diffout)
317 if (unlink_file (diffout) < 0)
320 error (0, errno, "cannot remove temp file %s", diffout);
322 free (diffout);
  /src/external/gpl2/diffutils/dist/src/
sdiff.c 585 FILE *left, *right, *out, *diffout;
626 diffout = popen (command, "r");
627 if (! diffout)
690 diffout = fdopen (diff_fds[0], "r");
691 if (! diffout)
696 lf_init (&diff_filt, diffout);
711 wstatus = pclose (diffout);
715 ck_fclose (diffout);
583 FILE *left, *right, *out, *diffout; local
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 1292 char *diffout;
1305 diffout = cvs_temp_name ();
1325 wstatus = diff_run (ap - argv, (char **) argv, diffout, my_callbacks_arg);
1333 if (-1 == (fd = open (diffout, O_RDONLY)))
1366 unlink (diffout);
1367 free( diffout );
1288 char *diffout; local

Completed in 28 milliseconds