Searched refs:diff (Results 176 - 200 of 530) sorted by relevance

1234567891011>>

/freebsd-current/contrib/libevent/test/
H A Dtest-changelist.c93 ev_int64_t s, e, diff; local
97 diff = e - s;
98 r = (double) diff;
/freebsd-current/contrib/netbsd-tests/net/route/
H A Dt_change.sh134 atf_check -s exit:0 diff ./expect ./output
153 atf_check -s exit:0 diff ./expect ./output
201 atf_check -s exit:0 diff ./expect ./output
220 atf_check -s exit:0 diff ./expect ./output
268 atf_check -s exit:0 diff ./expect ./output
287 atf_check -s exit:0 diff ./expect ./output
H A Dt_route.sh242 atf_check -s exit:0 diff ./expect ./output
257 atf_check -s exit:0 diff ./expect ./output
273 atf_check -s exit:0 diff ./expect ./output
291 atf_check -s exit:0 diff ./expect ./output
316 atf_check -s exit:0 diff ./expect ./output
331 atf_check -s exit:0 diff ./expect ./output
347 atf_check -s exit:0 diff ./expect ./output
365 atf_check -s exit:0 diff ./expect ./output
/freebsd-current/sys/contrib/ncsw/Peripherals/QM/
H A Dqman_low.h383 uint8_t diff, old_ci = eqcr->ci; local
388 diff = cyc_diff(QM_EQCR_SIZE, old_ci, eqcr->ci);
389 eqcr->available += diff;
390 return diff;
405 uint8_t diff, old_ci = eqcr->ci; local
411 diff = cyc_diff(QM_EQCR_SIZE, old_ci, eqcr->ci);
412 eqcr->available += diff;
413 return diff;
562 uint8_t diff, old_pi = dqrr->pi; local
567 diff
585 uint8_t diff, old_pi = dqrr->pi; local
[all...]
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dcert.c914 int diff; local
921 &diff);
924 if (diff)
925 return diff;
948 diff = 0;
951 diff = -1;
964 diff = der_heim_integer_cmp(ai.authorityCertSerialNumber,
966 if (diff)
967 return diff;
980 &diff);
1025 int ret, diff; local
1294 int diff; local
1315 int diff; local
1708 int diff, ret; local
1980 int ret, proxy_cert_depth, selfsigned_depth, diff; local
2948 int ret, diff; local
[all...]
/freebsd-current/contrib/libucl/tests/
H A Dbasic.test16 diff -s $_out $_t.res -u 2>/dev/null
/freebsd-current/crypto/openssh/regress/
H A Dssh-com-keygen.sh67 diff - ${OPENSSHPUB}
H A Dscp3.sh57 diff -r ${DIR} ${DIR2} || fail "corrupted copy"
58 diff -r ${DIR2} ${DIR} || fail "corrupted copy"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/limits/
H A Dfilesystem_count.ksh30 # 7. Verify 'zfs diff' does not update 'filesystem_count' value
113 # 7. Verify 'zfs diff' does not update 'filesystem_count' value
115 log_must zfs create "$DATASET_TEST/diff"
116 log_must zfs snapshot "$DATASET_TEST/diff@snap1"
117 log_must zfs snapshot "$DATASET_TEST/diff@snap2"
118 log_must zfs diff "$DATASET_TEST/diff@snap1" "$DATASET_TEST/diff@snap2"
120 log_must zfs diff "$DATASET_TEST/diff
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_largeblocks.ksh55 log_must diff $send_mnt/f2 $recv_mnt/f2
H A Dredacted_volume.ksh80 log_must diff $tmpdir/send.dd $tmpdir/recv.dd
103 log_must diff $tmpdir/send.dd $tmpdir/recv.dd
H A Dredacted_mounts.ksh74 log_must diff <(echo ${contents//$recv_mnt/}) \
106 log_must diff <(echo ${contents//$recv_mnt/}) \
H A Dredacted_deleted.ksh71 log_must diff $send_mnt/f2 $recv_mnt/f2
99 log_must diff <(ls $send_mnt) <(ls $recv_mnt)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/
H A Dchannel_common.kshlib68 if ! outdiff=$(diff "$basename.out" "$tmpout"); then
77 if ! outdiff=$(diff "$basename.err" "$tmperr"); then
/freebsd-current/sys/dev/rtwn/rtl8192c/
H A Dr92c_chan.c87 uint8_t ofdmpow, htpow, diff, max; local
130 diff = rt->ht40_2s_tx_pwr_diff[chain][group];
131 htpow = (htpow > diff) ? htpow - diff : 0;
135 diff = rt->ofdm_tx_pwr_diff[chain][group];
136 ofdmpow = htpow + diff; /* HT->OFDM correction. */
142 diff = rt->ht20_tx_pwr_diff[chain][group];
143 htpow += diff; /* HT40->HT20 correction. */
/freebsd-current/usr.bin/gzip/
H A Dzdiff32 *) prog=diff
87 # Pull out any command line flags so we can pass them to diff/cmp
/freebsd-current/usr.bin/lex/
H A DMakefile48 @diff -I '^#line ' -I '\$$FreeBS[D]: .*\$$' -q \
58 diff -I '^#line ' -I '\$$FreeBS[D]: .*\$$' ${.CURDIR}/initscan.c -
/freebsd-current/contrib/jemalloc/
H A DFREEBSD-upgrade143 git diff --cached
157 diff -ru -X ${src}/FREEBSD-Xlist ${work} ../jemalloc > ${changes} || true
164 # Update diff.
/freebsd-current/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh122 test stdout diff:
124 $(diff -u $EXOUT $STDOUT)
/freebsd-current/contrib/libexecinfo/
H A Dbacktrace.c117 ptrdiff_t diff = (const char *)addr - (const char *)dli->dli_saddr; local
132 if (diff)
133 len = rasprintf(buf, bufsiz, o, "+0x%tx", diff);
138 len = rasprintf(buf, bufsiz, o, "0x%tx", diff);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.unpriv_funcs.ksh74 diff $privout $unprivout
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Dtst.allcpus.ksh91 diff $dtraceout $scriptout >/dev/null 2>&1
/freebsd-current/contrib/netbsd-tests/usr.bin/cut/
H A Dt_cut.sh43 diff -Nru "$1" "$2" || atf_fail "files $1 and $2 differ"
/freebsd-current/contrib/openresolv/
H A Dpdnsd.in71 elif type diff >/dev/null 2>&1; then
72 diff -q "$1" "$2" >/dev/null
/freebsd-current/tools/test/stress2/misc/
H A Dburnin.sh131 struct timeval t1, t2, diff;
197 timersub(&t2, &t1, &diff);
201 printf("%s %ld.%06ld\n", help, (long)diff.tv_sec,
202 diff.tv_usec);

Completed in 377 milliseconds

1234567891011>>