Searched refs:compare_files (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
H A D | redacted_contents.ksh | 67 compare_files $sendfs $recvfs "f1" "$RANGE0" 90 compare_files $sendfs $recvfs "f1" "$RANGE0" 103 compare_files $sendfs $recvfs "f1" "$RANGE0" 115 compare_files $sendfs $recvfs "f1" "$RANGE1" 130 compare_files $sendfs $recvfs "f2" "$RANGE2" 147 compare_files $sendfs $recvfs "f2" "$RANGE3" 160 compare_files $POOL $recvfs "f1" "$RANGE1"
|
H A D | redacted_mixed_recsize.ksh | 67 compare_files $POOL/512 $POOL2/512/recva "f1" "$RANGE13" 69 compare_files $POOL/512 $POOL2/1m/recvb "f1" "$RANGE13" 74 compare_files $POOL/1m $POOL2/512/recvc "f1" "$RANGE11" 76 compare_files $POOL/1m $POOL2/1m/recvd "f1" "$RANGE11"
|
H A D | redacted_incrementals.ksh | 69 compare_files $POOL/int $POOL2/rint "f1" "$RANGE0" 70 compare_files $POOL/int $POOL2/rint "f2" "$RANGE15" 71 compare_files $POOL/int $POOL2/rint "d1/f1" "$RANGE16" 134 compare_files $sendfs $POOL2/rfs "f2" "$RANGE12" 151 compare_files $sendfs $POOL2/rint "f2" "$RANGE12"
|
H A D | redacted_holes.ksh | 60 compare_files $sendfs $recvfs "f1" "$RANGE5" 71 compare_files $sendfs $recvfs "f1" "$RANGE6" 86 compare_files $sendfs $recvfs "f2" "$RANGE14" 96 compare_files $sendfs $recvfs "f3" "$RANGE7"
|
H A D | redacted_many_clones.ksh | 64 compare_files $sendfs $recvfs "f2" "$RANGE8"
|
H A D | redacted_largeblocks.ksh | 54 compare_files $sendfs $recvfs "f1" "$RANGE11"
|
H A D | redacted_compressed.ksh | 53 compare_files $sendfs $recvfs "f1" "$RANGE4"
|
H A D | redacted.cfg | 37 # counterparts. See compare_files() for more detail.
|
H A D | redacted.kshlib | 218 function compare_files function
|
/freebsd/contrib/diff/src/ |
H A D | diff.c | 56 static int compare_files (struct comparison const *, char const *, char const *); 742 int status = compare_files ((struct comparison *) 0, in main() 753 int status = compare_files ((struct comparison *) 0, in main() 768 exit_status = compare_files ((struct comparison *) 0, in main() 1034 compare_files (struct comparison const *parent, in compare_files() function 1229 status = diff_dirs (&cmp, compare_files); in compare_files() 1245 status = diff_dirs (&cmp, compare_files); in compare_files()
|
/freebsd/contrib/atf/atf-sh/ |
H A D | atf-check.cpp | 494 compare_files(const atf::fs::path& p1, const atf::fs::path& p2) in compare_files() function 698 const bool equals = compare_files(path, atf::fs::path(oc.value)); in run_output_check() 717 const bool equals = compare_files(path, temp.get_path()); in run_output_check()
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 113 (compare_files): Mark files as nonexistent if it looks like 793 (compare_files): 0 -> EXIT_SUCCESS, 1 -> EXIT_FAILURE, 2 -> 1101 (binary, main, option_help_msgid, compare_files): 1112 (compare_files): Use base_name instead of file_name_lastdirchar. 1212 * diff.c (main, compare_files): setmode -> set_binary_mode. 1541 (compare_files): Use it. Use memset, not bzero. 1833 (compare_files): Now takes struct comparison 1998 * diff.c (compare_files): Likewise. 2271 (main, usage, compare_files): Support --binary option. 2272 (compare_files): Use filename_lastdirchar to find last [all …]
|