Home
last modified time | relevance | path

Searched full:differ (Results 1 – 25 of 809) sorted by relevance

12345678910>>...33

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_exported_import.ksh28 # 3. Verify multihost=off and hostids differ (no activity check)
31 # 6. Verify multihost=on and hostids differ (no activity check)
62 # 3. Verify multihost=off and hostids differ (no activity check)
88 # 6. Verify multihost=on and hostids differ (no activity check)
H A Dmmp_inactive_import.ksh28 # 3. Verify multihost=off and hostids differ (no activity check)
31 # 6. Verify multihost=on and hostids differ (activity check)
65 # 3. Verify multihost=off and hostids differ (no activity check)
87 # 6. Verify multihost=on and hostids differ (activity check)
/freebsd/contrib/mtree/
H A Dspecspec.c106 mismatch(NODE *n1, NODE *n2, int differ, char const *path) in mismatch() argument
110 shownode(n1, differ, path); in mismatch()
115 shownode(n2, differ, path); in mismatch()
118 if (!(differ & keys)) in mismatch()
121 shownode(n1, differ, path); in mismatch()
123 shownode(n2, differ, path); in mismatch()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_inform.c117 OSM_LOG(p_log, OSM_LOG_DEBUG, "Differ by Address\n"); in match_inf_rec()
125 "Differ by InformInfo.gid\n"); in match_inf_rec()
132 "Differ by InformInfo.LIDRange\n"); in match_inf_rec()
139 "Differ by InformInfo.TrapType\n"); in match_inf_rec()
145 "Differ by InformInfo.IsGeneric\n"); in match_inf_rec()
153 "Differ by InformInfo.Generic.TrapNumber\n"); in match_inf_rec()
157 "Differ by InformInfo.Generic.QPNRespTimeVal\n"); in match_inf_rec()
161 "Differ by InformInfo.Generic.NodeTypeMSB\n"); in match_inf_rec()
165 "Differ by InformInfo.Generic.NodeTypeLSB\n"); in match_inf_rec()
171 "Differ by InformInfo.Vendor.DeviceID\n"); in match_inf_rec()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp170 // proven to differ, or pairs whose equivalence depends on assumptions to be
177 // If set, we already know the blocks differ.
293 // Run block diff if the BBs differ in checkAndReportDiffCandidates()
311 // If the instructions differ, start the more sophisticated diff in diff()
347 if (Complain) Engine.log("called functions differ"); in diffCallSites()
351 if (Complain) Engine.log("argument counts differ"); in diffCallSites()
357 Engine.logf("arguments %l and %r differ") in diffCallSites()
402 Engine.log("PHI node # of incoming values differ"); in diff()
413 Engine.log("PHI node incoming values differ"); in diff()
438 Engine.log("callbr # of indirect destinations differ"); in diff()
[all …]
/freebsd/crypto/openssl/test/
H A Dexptest.c209 TEST_info("simple and mont results differ"); in test_mod_exp()
211 TEST_info("simple and mont const time results differ"); in test_mod_exp()
213 TEST_info("simple and recp results differ"); in test_mod_exp()
297 TEST_info("simple and mont const time x2 (#1) results differ"); in test_mod_exp_x2()
299 TEST_info("simple and mont const time x2 (#2) results differ"); in test_mod_exp_x2()
/freebsd/contrib/netbsd-tests/ipf/
H A Dt_filter_exec.sh55 diff -u exp out || atf_fail "results differ"
78 diff -u exp out || atf_fail "results differ"
108 diff -u exp out || atf_fail "results differ"
H A Dt_logging.sh71 diff -u exp out || atf_fail "results differ"
72 diff -u exp.b out.b || atf_fail "results differ"
/freebsd/usr.bin/diff/tests/
H A Ddiff_test.sh42 …atf_check -o inline:"Files $(atf_get_srcdir)/input1.in and $(atf_get_srcdir)/input2.in differ\n" -…
189 -o inline:"Files A/test-file and B/test-file differ\n" \
201 -o inline:"Files A/another-test-file and D/another-test-file differ\n" \
267 atf_check -o inline:"Binary files hello and world differ\n" \
309 atf_check -o inline:"Binary files A and B differ\n" -s exit:1 diff A B
354 …atf_check -o inline:"Symbolic links A/test-file and B/test-file differ\n" -s exit:1 diff -r --no-d…
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dgr-udc.txt21 - epobufsizes : Array of buffer sizes for OUT endpoints when they differ
27 - epibufsizes : Array of buffer sizes for IN endpoints when they differ
/freebsd/usr.bin/diff/
H A Ddiff.1320 Just print a line when the files differ.
352 Files differ and only the first file contains the line.
354 Files differ and only the second file contains the line.
397 .Dq Binary files ... differ
573 Binary files which differ,
756 Show a single line indicating if the files differ:
759 Files /boot/loader.conf and /boot/defaults/loader.conf differ
/freebsd/crypto/openssh/regress/
H A Dsftp-chroot.sh30 cmp $PRIVDATA $COPY || fail "$PRIVDATA $COPY differ"
45 cmp $PRIVDATA $COPY || fail "$PRIVDATA $COPY differ"
/freebsd/contrib/diff/doc/
H A Ddiff.79 Computer users often find occasion to ask how two files differ. Perhaps one
32 command to show the byte and line numbers where two files differ.
34 can also show all the bytes that differ between the two files, side by side.
118 compares two files line by line, finds groups of lines that differ, and reports
155 differ, and reports each group of differing lines. Its output is designed
165 because no lines differ. Comparing two entirely different files yields no
366 .Ss Summarizing Which Files Differ
371 simply reports whether files differ. The
382 You can also get a brief indication of whether two files differ by using
386 produces no output. When the files differ, by default,
[all …]
/freebsd/lib/msun/man/
H A Dieee.3158 numbers (they differ by 1
193 numbers (they differ by 1
224 numbers (they differ by 1
255 numbers (they differ by 1
/freebsd/sys/powerpc/fpu/
H A Dfpu_compare.c101 * at most one is 0, and if the signs differ we are done. in fpu_compare()
123 * |a| < |b| [classes or values differ] in fpu_compare()
124 * |a| > |b| [classes or values differ] in fpu_compare()
/freebsd/usr.bin/cmp/
H A Dmisc.c55 (void)printf("%s %s differ: char %lld, line %lld is %3o %c %3o %c\n", in diffmsg()
59 (void)printf("%s %s differ: char %lld, line %lld\n", in diffmsg()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_size.ksh52 log_fail "Full sizes differ: estimate $bytes1 and actual $bytes2"
60 log_fail "Incremental sizes differ: estimate $bytes1 and actual $bytes2"
/freebsd/contrib/bmake/unit-tests/
H A Ddotwait.mk21 # then the target names will differ only in an alphabetic component
24 # then the target names will differ in numeric components, such that
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_from_encrypted.ksh75 log_fail "Checksums differ ($cksum1 != $checksum)"
82 log_fail "Checksums differ ($cksum2 != $checksum)"
H A Dzfs_receive_raw.ksh80 log_fail "Checksums differ ($cksum1 != $checksum)"
91 log_fail "Checksums differ ($cksum2 != $checksum)"
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionPrinter.h52 /// The result of a new analysis may differ from the RegionInfo the pass
72 /// The result of a new analysis may differ from the RegionInfo the pass
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_cacheversion.m44 # saved by the prior run in config.cache. If they differ, clear all
6 # is known to differ in a cache-invalidating manner.
/freebsd/contrib/diff/src/
H A Dcmp.c323 conclude that the files differ if they have different sizes in main()
472 "%s %s differ: char %s, line %s\n"; in cmp()
481 N_("%s %s differ: byte %s, line %s\n"); in cmp()
497 printf (_("%s %s differ: byte %s, line %s is %3o %s %3o %s\n"), in cmp()
556 /* Compare two blocks of memory P0 and P1 until they differ,
604 /* Compare two blocks of memory P0 and P1 until they differ.
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_xml_test_utils.py80 'attribute numbers differ in element %s:\nExpected: %r\nActual: %r'
98 ' values of attribute %s in element %s differ: %s vs %s'
112 'number of child elements differ in element ' + actual_node.tagName,
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py55 def differ(w_obj, g_obj, w_stack=[], g_stack=[]): function
71 if not differ(w_child, g_child, w_stack, g_stack):
80 print("OBJECTS DIFFER")
110 if not differ(expected, got):

12345678910>>...33