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

  /src/external/gpl2/diffutils/dist/src/
diff3.c 50 #define FILE0 0
348 This is needed for -mAeExX3. Using the file0 as
350 file0-file1 diffs didn't line up with the file0-file2 diffs
354 Also, try to compare file0 to file1, because this is where
356 of files is more likely to avoid phantom changes from file0 to file1.
398 thread0 = process_diff (file[rev_mapping[FILE0]], commonname, &last_block);
406 if (! freopen (file[rev_mapping[FILE0]], "r", stdin))
407 perror_with_exit (file[rev_mapping[FILE0]]);
507 * 2) Find the corresponding ranges in File0 (from the block
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 53 #define FILE0 0
370 This is needed for -mAeExX3. Using the file0 as
372 file0-file1 diffs didn't line up with the file0-file2 diffs
375 /* Also try to compare file0 to file1 because this is the where
378 can also be the same problem with phantom changes from file0 to
477 thread0 = process_diff (file[rev_mapping[FILE0]], commonname, &last_block,
486 FILE *mfp = fopen (file[rev_mapping[FILE0]], "r");
488 diff3_perror_with_exit (file[rev_mapping[FILE0]]);
494 perror_with_name (file[rev_mapping[FILE0]]);
    [all...]

Completed in 28 milliseconds