Lines Matching defs:diff
13 /// runs a diff on the two files and expects the result of the diff to
82 bool diff;
99 diff(false),
493 << " --diff for xml inputs, perform a text diff between "
582 else if (!strcmp(argv[i], "--diff"))
583 opts.diff = true;
679 /// temporary file and run a diff on the two versions.
864 std::ostream& of = opts.diff ? tmp_file->get_stream() : cout;
902 && opts.diff
907 string cmd = "diff -u " + opts.file_path + " " + tmp_file->get_path();