Searched refs:diff (Results 101 - 125 of 530) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_008_pos.ksh63 log_must diff $TEST_BASE_DIR/output.$$ $TEST_BASE_DIR/expected-output.$$
68 log_must diff $TEST_BASE_DIR/output.$$ $TEST_BASE_DIR/expected-output.$$
H A Dxattr_003_neg.ksh69 log_mustnot diff -q /etc/passwd $tempfile
78 log_must diff -q /etc/passwd $tempfile
H A Dxattr_common.kshlib70 log_must diff $TEST_BASE_DIR/file1.$$ $TEST_BASE_DIR/file2.$$
88 log_must diff $XATTR_CONTENTS $TEST_BASE_DIR/$XATTR_NAME.$$
121 log_must diff $TEST_BASE_DIR/passwd_dd.$$ $TEST_BASE_DIR/$XATTR_NAME.$$
/freebsd-current/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c118 size_t diff; local
132 diff = len - off;
133 if (want >= diff) {
134 want -= diff;
141 if (i < 0 && diff == 0) {
157 diff = len - off;
158 if (diff == 0)
160 inf = ASN1_get_object(&q, &slen, &tag, &xclass, diff);
/freebsd-current/tools/build/make_check/
H A Dcheck.mk12 diff -s out-old out-new
/freebsd-current/tools/regression/msdosfs/
H A Dmsdosfstest.sh14 diff -u -r /usr/src/bin /tmp/msdosfstest/
/freebsd-current/usr.sbin/etcupdate/tests/
H A Dtzsetup_test.sh154 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \
160 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
177 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \
183 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
202 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \
208 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
226 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \
232 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
/freebsd-current/tests/sys/geom/class/uzip/
H A D1_test.sh28 diff -I '\$FreeBSD.*\$' -u $testsdir/etalon/etalon.txt "${mntpoint}/etalon.txt"
/freebsd-current/crypto/openssl/util/
H A Dc-compress-test.pl52 print "MISMATCH:\n", diff \$expected, \$got;
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_rb.c109 const signed int diff = (*compare_key)(parent, key); local
110 if (diff == 0)
112 parent = parent->rb_nodes[diff > 0];
126 const signed int diff = (*compare_key)(parent, key); local
127 if (diff == 0)
129 if (diff < 0)
131 parent = parent->rb_nodes[diff > 0];
145 const signed int diff = (*compare_key)(parent, key); local
146 if (diff == 0)
148 if (diff >
181 const signed int diff = (*compare_nodes)(tmp, self); local
[all...]
/freebsd-current/usr.bin/grep/
H A Dfile.c101 ptrdiff_t diff; local
149 diff = p - bufpos;
150 len += diff;
153 memcpy(lnbuf + off, bufpos, diff);
154 bufrem -= diff;
/freebsd-current/contrib/tzcode/
H A Dstrftime.c523 long diff; local
528 diff = t->TM_GMTOFF;
553 diff = -timezone;
559 diff = -altzone;
564 negative = diff < 0;
565 if (diff == 0) {
578 diff = -diff;
581 diff /= SECSPERMIN;
582 diff
[all...]
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dstrcmp.S29 #define diff x5 define
83 eor diff, data1, data2
84 orr syndrome, diff, has_nul
168 eor diff, data1, data2
169 orr syndrome, diff, tmp
180 eor diff, data1, data2
181 orr syndrome, diff, has_nul
/freebsd-current/sys/arm64/arm64/
H A Dstrcmp.S33 #define diff x5 define
85 eor diff, data1, data2
86 orr syndrome, diff, has_nul
170 eor diff, data1, data2
171 orr syndrome, diff, tmp
182 eor diff, data1, data2
183 orr syndrome, diff, has_nul
/freebsd-current/contrib/nvi/common/
H A Dseq.c131 int diff; local
135 diff = MEMCMP(qp->input, input, ilen);
136 if (!diff) {
145 if (diff > 0)
182 int diff; local
208 diff = MEMCMP(qp->input, c_input, MIN(qp->ilen, ilen));
215 diff =
218 if (diff > 0)
220 if (diff < 0)
/freebsd-current/contrib/one-true-awk/testdir/
H A DT.misc56 diff foo1 foo2 || echo 1>&2 "BAD: T.misc bad field self-assignment"
61 diff foo1 foo2 || echo 1>&2 "BAD: T.misc bad self-assignment"
65 diff foo1 foo2 || echo 1>&2 "BAD: T.misc bad overflow"
74 diff foo1 foo2 || echo 1>&2 "BAD: T.misc bad match of 8-bit char"
194 diff foo1 foo2 || echo 'BAD: T.misc RS regex matching an empty record at EOF fails'
203 diff foo1 foo2 || echo 'BAD: T.misc ^regex reapplied fails'
221 diff foo4 foo5 || echo 'BAD: T.misc ^RS matches the start of every input file fails'
237 diff foo1 foo2 || echo 'BAD: T.misc (embedded expression)'
244 diff foo1 foo2 || echo 'BAD: T.misc (assignment to $0)'
/freebsd-current/crypto/openssl/crypto/engine/
H A Deng_local.h28 # define ENGINE_REF_PRINT(e, isfunct, diff) \
33 ? ((e)->funct_ref - (diff)) \
34 : ((e)->struct_ref - (diff))), \
/freebsd-current/lib/libc/stdtime/
H A Dstrftime.c484 int diff; local
490 diff = t->TM_GMTOFF;
513 diff = -timezone;
519 diff = -altzone;
524 if (diff < 0) {
526 diff = -diff;
530 diff /= SECSPERMIN;
531 diff = (diff / MINSPERHOU
[all...]
/freebsd-current/contrib/ntp/clockstuff/
H A Dchutest.c284 struct timeval diff; local
296 diff.tv_sec = tv->tv_sec
298 diff.tv_usec = tv->tv_usec
300 if (diff.tv_usec < 0) {
301 diff.tv_sec--;
302 diff.tv_usec += 1000000;
304 if (diff.tv_sec != 0 || diff.tv_usec > 900000) {
316 diffs[chudata.ncodechars] = diff;
351 struct timeval diff; local
[all...]
/freebsd-current/contrib/ntp/sntp/unity/
H A Dunity.c618 _UF diff, tol; local
635 diff = *ptr_expected - *ptr_actual;
636 if (diff < 0.0f)
637 diff = 0.0f - diff;
643 if ((diff * 0.0f != 0.0f) || (diff > tol))
671 _UF diff = actual - expected; local
676 if (diff < 0.0f)
678 diff
779 _UD diff, tol; local
832 _UD diff = actual - expected; local
[all...]
/freebsd-current/contrib/diff/src/
H A Ddiff3.c42 /* Different files within a three way diff. */
47 /* A three way diff is built from two two-way diffs; the file which
51 /* Different files within a two way diff.
62 ADD, /* Two way diff add */
63 CHANGE, /* Two way diff change */
64 DELETE, /* Two way diff delete */
71 /* Two way diff */
79 /* Three way diff */
82 enum diff_type correspond; /* Type of diff */
89 /* Access the ranges on a diff bloc
1339 output_diff3(FILE *outputfile, struct diff3_block *diff, int const mapping[3], int const rev_mapping[3]) argument
1487 output_diff3_edscript(FILE *outputfile, struct diff3_block *diff, int const mapping[3], int const rev_mapping[3], char const *file0, char const *file1, char const *file2) argument
1603 output_diff3_merge(FILE *infile, FILE *outputfile, struct diff3_block *diff, int const mapping[3], int const rev_mapping[3], char const *file0, char const *file1, char const *file2) argument
1717 reverse_diff3_blocklist(struct diff3_block *diff) argument
[all...]
/freebsd-current/contrib/cortex-strings/src/aarch64/
H A Dstrcmp.S55 #define diff x5 define
80 eor diff, data1, data2 /* Non-zero if differences found. */
82 orr syndrome, diff, has_nul
121 orr syndrome, diff, has_nul
/freebsd-current/contrib/dialog/
H A Drun_test.sh53 diff -u $INPUTS $OUTPUT | \
/freebsd-current/contrib/netbsd-tests/ipf/
H A Dt_bpf.sh58 diff -u exp out || atf_fail "results differ"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-L_toggle.ksh51 log_must diff /$TESTPOOL/fs/file /$TESTPOOL/recv/noL-noL/file
55 log_must diff /$TESTPOOL/fs/file /$TESTPOOL/recv/L-L/file
59 log_must diff /$TESTPOOL/fs/file /$TESTPOOL/recv/noL-L/file
63 log_must diff /$TESTPOOL/fs/.zfs/snapshot/snap/file /$TESTPOOL/recv/L-noL/file

Completed in 147 milliseconds

1234567891011>>