/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-token-plain.exp | 2 Comparing "value" != "value" 4 Comparing "" != "" 6 Comparing "#hash" != "#hash" 8 Comparing "\" != "\" 10 Comparing "#hash" != "#hash" 14 Comparing "no" != "no" 17 Comparing "yes" != "yes" 19 Comparing "undefined" != "undefined" 21 Comparing 12345.000000 > 12345.000000 23 Comparing 12345.000000 < 12345.000000 [all …]
|
H A D | varmod-ifelse.exp | 11 Comparing 1.000000 == 0.000000 14 Comparing "" != "" 18 Comparing "value" == "value" 19 Comparing "ok" != "ok" 38 Comparing "else1" != "else1" 41 Comparing "then2" != "then2" 43 Comparing "two" == "one" 46 Comparing "two" == "two" 49 Comparing "two" == "one" 52 Comparing "two" == "two"
|
H A D | varname-dot-shell.exp | 13 Comparing "(details omitted)" != "(details omitted)" 21 Comparing "(details omitted)" != "(details omitted)" 30 Comparing "(details omitted)" != "(details omitted)"
|
H A D | opt-debug-cond.exp | 2 Comparing 12345.000000 > 55555.000000 4 Comparing "string" != "string"
|
H A D | opt-debug-cond.mk | 10 # expect: Comparing 12345.000000 > 55555.000000 14 # expect: Comparing "string" != "string"
|
H A D | cond-cmp-numeric.exp | 6 Comparing "NaN" == "NaN" 10 Comparing 123.000000 < 124.000000
|
H A D | directive-include.exp | 2 Comparing "directive-include.mk null" != "directive-include.mk null" 4 Comparing "directive-include.mk null" != "directive-include.mk null"
|
H A D | opt-debug-file.exp | 5 Comparing 1.000000 != 1.000000 10 Comparing 1.000000 != 1.000000
|
H A D | varmod-loop.exp | 4 Comparing "$$$$ $$$$ $$$$" != "$$$$ $$$$ $$$$" 8 Comparing "$$ $$$$ $$$$" != "$$ $$$$ $$$$"
|
/freebsd/contrib/netbsd-tests/usr.bin/uniq/ |
H A D | t_uniq.sh | 45 atf_set "descr" "Tests the -c option, comparing each line of the input" \ 57 atf_set "descr" "Checks the -d option, comparing each line of the input" \ 69 atf_set "descr" "Checks the -u option, comparing each line of the input" \ 81 atf_set "descr" "Checks the -d option, comparing each line of the input" \
|
/freebsd/lib/libc/string/ |
H A D | wcsxfrm.3 | 69 Comparing two strings using 73 is equivalent to comparing 106 Comparing two strings using
|
H A D | strxfrm.3 | 68 Comparing two strings using 72 is equal to comparing
|
H A D | strverscmp.c | 20 * comparing them. in strverscmp() 58 * No leading zeros; we're simply comparing two numbers. in strverscmp()
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | gss_acquire_cred.3 | 520 There are two ways of comparing GSS-API names, either comparing two 531 names in the access control list, comparing contiguous string name 534 when comparing contiguous string name, first export them into a 542 comparing names.
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | tconversion.pl | 48 + 1 # comparing original test file to p form of A 49 + $n*($n-1); # comparing first conversion to each form in A with B 92 'comparing orig to p'); 99 "comparing $to to $from$to");
|
H A D | 25-test_rusext.t | 29 0, 'Comparing esc_msb output'); 33 0, 'Comparing utf8 output');
|
/freebsd/contrib/netbsd-tests/usr.bin/sdiff/ |
H A D | t_sdiff.sh | 68 atf_set "descr" "Checks comparing files containing tabs" 130 atf_set "descr" "Checks comparing file with itself" 141 atf_set "descr" "Checks comparing one-line files" 155 atf_set "descr" "Checks comparing with file containing only one character"
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | parse-name-test.c | 134 printf ("failed comparing the re-parsed" in main() 145 printf ("failed comparing the re-parsed" in main() 170 printf ("failed comparing the re-parsed" in main() 181 printf ("failed comparing the re-parsed" in main()
|
/freebsd/tests/sys/sys/ |
H A D | qmath_test.c | 201 * Test Q_QMULQ(3) by applying it to two random Q numbers and comparing 266 * Test Q_QDIVQ(3) by applying it to two random Q numbers and comparing 315 * Test Q_QADDQ(3) by applying it to two random Q numbers and comparing 363 * Test Q_QSUBQ(3) by applying it to two random Q numbers and comparing 408 * Test Q_QFRACI(3) by applying it to two random integers and comparing 456 * and comparing the result with its floating-point counterpart. 503 * and comparing the result with its floating-point counterpart. 554 * and comparing the result with its floating-point counterpart.
|
/freebsd/contrib/diff/man/ |
H A D | diff.1 | 15 Ignore case when comparing file names. 18 Consider case when comparing file names. 179 Start with FILE when comparing directories.
|
/freebsd/usr.bin/sdiff/tests/ |
H A D | sdiff_test.sh | 68 atf_set "descr" "Checks comparing files containing tabs" 130 atf_set "descr" "Checks comparing file with itself" 141 atf_set "descr" "Checks comparing one-line files" 155 atf_set "descr" "Checks comparing with file containing only one character"
|
/freebsd/contrib/diff/doc/ |
H A D | diff.7 | 6 .Nd Comparing and Merging Files 7 .Sh Comparing and Merging Files 139 for comparing binary files. For text files, 159 When comparing two files, 164 Comparing two identical files yields one sequence of common lines and no hunks, 165 because no lines differ. Comparing two entirely different files yields no 377 This format is especially useful when comparing the contents of two directories. 408 thinks that either of the two files it is comparing is binary (a non-text 424 to consider files to be text. For example, you might be comparing text files 427 would erroneously decide that those are non-text files. Or you might be comparing [all …]
|
H A D | diff.texi | 6 @settitle Comparing and Merging Files 49 * Diff: (diff). Comparing and merging files. 53 @title Comparing and Merging Files 67 @top Comparing and Merging Files 78 * Comparing Directories:: Comparing files and directories. 82 * Comparing Three Files:: Formats for three-way difference reports. 211 more useful than @command{diff} for comparing binary files. For text 235 * Binary:: Comparing binary files or forcing text comparisons. 242 When comparing two files, @command{diff} finds sequences of lines common to 244 @dfn{hunks}. Comparing two identical files yields one sequence of [all …]
|
/freebsd/usr.sbin/bootparamd/bootparamd/ |
H A D | README | 31 is done by comparing the canonical name of the booting machine with the 58 Maybe match by comparing the inet address instead. (But beware that caching
|
/freebsd/usr.bin/diff/ |
H A D | diff.1 | 281 Extra commands are added to the output when comparing directories with 290 Note that when comparing directories with 358 Configure the algorithm used when comparing files. 505 ignore case when comparing file names 509 do not ignore case when comparing file names (default) 711 Temporary file used when comparing a device or the standard input.
|