Searched refs:compare_files (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/diff/src/
H A Ddiff.c56 static int compare_files (struct comparison const *, char const *, char const *);
743 int status = compare_files ((struct comparison *) 0,
754 int status = compare_files ((struct comparison *) 0,
769 exit_status = compare_files ((struct comparison *) 0,
1037 compare_files (struct comparison const *parent,
1232 status = diff_dirs (&cmp, compare_files);
1248 status = diff_dirs (&cmp, compare_files);
1034 compare_files (struct comparison const *parent, function
/freebsd-11.0-release/contrib/atf/atf-sh/
H A Datf-check.cpp405 compare_files(const atf::fs::path& p1, const atf::fs::path& p2) function
609 const bool equals = compare_files(path, atf::fs::path(oc.value));
628 const bool equals = compare_files(path, temp.get_path());

Completed in 109 milliseconds