Home
last modified time | relevance | path

Searched full:diff (Results 151 – 175 of 1082) sorted by relevance

12345678910>>...44

/freebsd/sys/dev/le/
H A Dlancevar.h185 uint16_t diff; in ether_cmp() local
193 diff = *a++ - *b++; in ether_cmp()
194 diff |= *a++ - *b++; in ether_cmp()
195 diff |= *a++ - *b++; in ether_cmp()
202 diff = (a[0] - b[0]) | (a[1] - b[1]) | (a[2] - b[2]); in ether_cmp()
205 return (diff); in ether_cmp()
/freebsd/tools/tools/locale/
H A DREADME11 make diff (check if the changes are reasonable)
58 make diff
59 Run diff(1) the build results against $LOCALESRCDIR.
H A DMakefile55 diff: target
58 diff: diff-${t} target
59 diff-${t}:
60 -/usr/bin/diff -ruN -x Makefile -x Makefile.depend \
/freebsd/contrib/ntp/scripts/monitoring/
H A Dtimelocal.pl66 while ($diff = $year - $g[5]) {
67 $guess += $diff * (364 * $DAYS);
70 while ($diff = $month - $g[4]) {
71 $guess += $diff * (28 * $DAYS);
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_009_pos.ksh86 log_must diff $DEPTH_OUTPUT $EXPECT_OUTPUT
94 log_must diff $DEPTH_OUTPUT $EXPECT_OUTPUT
99 log_must diff $DEPTH_OUTPUT $EXPECT_OUTPUT
104 log_must diff $DEPTH_OUTPUT $EXPECT_OUTPUT
/freebsd/usr.sbin/cron/cron/
H A Dcron.c211 static time_t diff = 0; local
238 diff = tm->tm_gmtoff - lasttm.tm_gmtoff;
240 if ( diff > 0 ) { /* ST->DST */
242 difflimit = TargetTime + diff;
255 } else { /* diff < 0 : DST->ST */
257 difflimit = TargetTime - diff;
267 if (diff != 0) {
271 diff = 0;
280 time_t difftime = TargetTime + tm->tm_gmtoff - diff;
313 if ( diff != 0 && (e->flags & (RUN_AT|NOT_UNTIL)) ) {
/freebsd/contrib/bmake/
H A Dconfigure.in388 dnl GNU diff is known to support -u
389 if test -x /usr/gnu/bin/diff; then
390 diff=/usr/gnu/bin/diff
393 diff=${diff:-diff}
394 echo $ECHO_N "checking if $diff -u works... $ECHO_C" >&6
395 if $diff -u /dev/null /dev/null > /dev/null 2>&1; then
578 AC_SUBST(diff) subst
/freebsd/crypto/openssh/regress/
H A Dagent-restrict.sh122 diff $OBJ/ssh_output $OBJ/expect_${_id} ||
141 diff $OBJ/ssh_output $OBJ/expect_key ||
402 diff $OBJ/ssh_output $OBJ/expect_a || fail "unexpected ssh output"
409 diff $OBJ/ssh_output $OBJ/expect_a || fail "unexpected ssh output"
423 diff $OBJ/ssh_output $OBJ/expect_a || fail "unexpected ssh output"
432 diff $OBJ/ssh_output $OBJ/expect_a || fail "unexpected ssh output"
441 diff $OBJ/ssh_output $OBJ/expect_a || fail "unexpected ssh output"
458 diff $OBJ/ssh_output $OBJ/expect_a || fail "unexpected ssh output"
466 diff $OBJ/ssh_output $OBJ/expect_a || fail "unexpected ssh output"
493 diff $OBJ/ssh_output $OBJ/expect_a || fail "unexpected ssh output"
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch1 diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in
19 diff --git a/iterator/iter_scrub.c b/iterator/iter_scrub.c
103 diff --git a/iterator/iter_utils.c b/iterator/iter_utils.c
115 diff --git a/iterator/iterator.c b/iterator/iterator.c
286 diff --git a/iterator/iterator.h b/iterator/iterator.h
329 diff --git a/pythonmod/interface.i b/pythonmod/interface.i
341 diff --git a/util/config_file.c b/util/config_file.c
353 diff --git a/util/config_file.h b/util/config_file.h
366 diff --git a/util/configlexer.lex b/util/configlexer.lex
378 diff --git a/util/configparser.y b/util/configparser.y
/freebsd/tools/tools/shlib-compat/test/
H A DMakefile28 …ot ${NUMTEST}`; do for b in `jot ${NUMTEST}`; do (diff -ur libtest$$a libtest$$b > regress.$$a-$$b…
31 rm -f regress.*-*.diff
/freebsd/usr.bin/diff/
H A Ddiff.c1 /* $OpenBSD: diff.c,v 1.67 2019/06/28 13:35:00 deraadt Exp $ */
35 #include "diff.h"
38 static const char diff_version[] = "FreeBSD diff 20240307";
223 /* ignore but needed for compatibility with GNU diff */ in main()
503 strlcpy(diffargs, "diff", argsize); in set_argstr()
618 "usage: diff [-aBbdilpTtw] [-c | -e | -f | -n | -q | -u] [--ignore-case]\n" in usage()
621 " diff [-aBbdilpTtw] [-I pattern] [-L label] [--ignore-case]\n" in usage()
624 " diff [-aBbdiltw] [-I pattern] [--ignore-case] [--no-ignore-case]\n" in usage()
626 " diff [-aBbdilpTtw] [-I pattern] [-L label] [--ignore-case]\n" in usage()
629 " diff [ in usage()
[all...]
/freebsd/share/doc/smm/18.net/
H A D5.t130 .IP "m_adj(m, diff);"
132 The mbuf chain, \fIm\fP is adjusted in size by \fIdiff\fP
133 bytes. If \fIdiff\fP is non-negative, \fIdiff\fP bytes
134 are shaved off the front of the mbuf chain. If \fIdiff\fP
/freebsd/usr.sbin/certctl/tests/
H A Dcertctl_test.sh231 # them, so ignore them in the diff
232 atf_check diff -u \
238 atf_check diff -u \
293 atf_check diff -u metalog.expect metalog.short
300 atf_check diff -u metalog.expect metalog.short
307 atf_check diff -u metalog.expect metalog.short
/freebsd/sys/kern/
H A Dkern_resource.c1673 chglimit(struct uidinfo *uip, long *limit, int diff, rlim_t max, const char *name) in chglimit() argument
1678 new = atomic_fetchadd_long(limit, (long)diff) + diff; in chglimit()
1679 if (diff > 0 && max != 0) { in chglimit()
1681 atomic_subtract_long(limit, (long)diff); in chglimit()
1694 chgproccnt(struct uidinfo *uip, int diff, rlim_t max) in chgproccnt() argument
1697 return (chglimit(uip, &uip->ui_proccnt, diff, max, "proccnt")); in chgproccnt()
1706 int diff, rv; in chgsbsize() local
1708 diff = to - *hiwat; in chgsbsize()
1709 if (diff > 0 && max == 0) { in chgsbsize()
1712 rv = chglimit(uip, &uip->ui_sbsize, diff, max, "sbsize"); in chgsbsize()
[all …]
/freebsd/contrib/libarchive/unzip/
H A Dla_getline.c45 ssize_t diff = (ssize_t)(ptr - *buf); in la_getdelim() local
46 if (diff != 0) { in la_getdelim()
48 return diff; in la_getdelim()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DFindBugs.cpp79 Expected<bool> Diff = diffProgram(*Program, Filename, "", false); in runManyPasses() local
80 if (Error E = Diff.takeError()) { in runManyPasses()
84 if (*Diff) { in runManyPasses()
90 outs() << "\n*** diff'd output matches!\n"; in runManyPasses()
/freebsd/tests/sys/cam/ctl/
H A Dread_buffer.sh53 if ! diff -q input output; then
102 if ! diff -q expected output; then
131 if ! diff -q expected output; then
156 if ! diff -q expected output; then
/freebsd/usr.bin/grep/
H A Dfile.c101 ptrdiff_t diff; in grep_fgetln() local
149 diff = p - bufpos; in grep_fgetln()
150 len += diff; in grep_fgetln()
153 memcpy(lnbuf + off, bufpos, diff); in grep_fgetln()
154 bufrem -= diff; in grep_fgetln()
/freebsd/sys/dev/hyperv/utilities/
H A Dvmbus_timesync.c136 int64_t diff; in vmbus_timesync() local
145 diff = hv_ns - vm_ns; in vmbus_timesync()
147 diff = vm_ns - hv_ns; in vmbus_timesync()
149 diff /= 1000000; in vmbus_timesync()
151 if (diff > vmbus_ts_sample_thresh) { in vmbus_timesync()
/freebsd/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
/freebsd/contrib/diff/src/
H A Ddir.c1 /* Read, sort and compare two directories. Used for GNU DIFF.
6 This file is part of GNU DIFF.
8 GNU DIFF is free software; you can redistribute it and/or modify
13 GNU DIFF is distributed in the hope that it will be useful,
23 #include "diff.h"
183 This is a top-level routine; it does everything necessary for diff
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadi,admv1013.yaml100 diff - Differential Mode.
101 enum: [se-neg, se-pos, diff]
150 adi,quad-se-mode = "diff";
/freebsd/usr.bin/gzip/
H A Dzdiff.145 .Xr diff 1
52 .Xr diff 1 .
122 .Xr diff 1 ,
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.h122 #define test_timeval_diff_leq(tv1, tv2, diff, tolerance) \ argument
123 tt_int_op(labs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
125 #define test_timeval_diff_eq(tv1, tv2, diff) \ argument
126 test_timeval_diff_leq((tv1), (tv2), (diff), 50)
/freebsd/contrib/netbsd-tests/kernel/kqueue/
H A Dt_sig.c117 struct timeval then, now, diff; in ATF_TC_BODY() local
122 timersub(&now, &then, &diff); in ATF_TC_BODY()
125 n, (long long)diff.tv_sec, (long)diff.tv_usec); in ATF_TC_BODY()

12345678910>>...44