Searched refs:diff (Results 1 - 25 of 525) sorted by relevance

1234567891011>>

/freebsd-current/tests/sys/cddl/zfs/bin/
H A Ddircmp.ksh3 diff -qr $*
/freebsd-current/tools/test/sort/regression/
H A Dcmp.sh3 diff $1 $2 | grep '^-' >/dev/null && echo DIFFER: $1 $2 && exit 0 || exit 0
/freebsd-current/tools/test/iconv/tablegen/
H A Dcmp.sh3 diff -I\$\FreeBSD $1 $2 | grep '^-' >/dev/null && printf "\tDIFFER: $1 $2\n" && exit 0 || exit 0
/freebsd-current/contrib/libcbor/misc/hooks/
H A Dpre-commit6 MODIFIED_UNSTAGED=$(git -C . diff --name-only)
7 MODIFIED_STAGED=$(git -C . diff --name-only --cached --diff-filter=d)
13 if [[ ${MODIFIED_UNSTAGED} != $(git -C . diff --name-only) ]]; then
/freebsd-current/contrib/ntp/util/
H A Dprecision.c69 long diff; local
77 diff = tp.tv_usec - last;
78 if (diff < 0) diff += DUSECS;
79 if (diff > MINSTEP) if (minsteps-- <= 0) break;
84 diff, i, (i==1) ? "" : "s");
86 diff = (diff *3)/2;
91 diff = 1; /* No STEP, so FAST machine */
96 diff
127 long diff; local
[all...]
/freebsd-current/usr.bin/clang/llvm-diff/
H A DMakefile2 PROG_CXX= llvm-diff
4 SRCDIR= llvm/tools/llvm-diff
8 SRCS+= llvm-diff.cpp
/freebsd-current/usr.bin/patch/tests/
H A DMakefile6 ${PACKAGE}FILES+= PR74127-cline.diff
7 ${PACKAGE}FILES+= PR74127-good.diff
8 ${PACKAGE}FILES+= PR74127-repro.diff
H A Dunified_patch_test.sh36 diff -u foo_start foo_full > foo_start2full.diff
37 diff -u foo_end foo_full > foo_end2full.diff
38 diff -u foo_middle foo_full > foo_mid2full.diff
42 "cat foo_start2full.diff | wc -l | tr -d '[:space:]'"
44 "cat foo_end2full.diff | wc -l | tr -d '[:space:]'"
46 "cat foo_mid2full.diff | wc -l | tr -d '[:space:]'"
49 atf_check -o ignore patch foo_start foo_start2full.diff \
[all...]
/freebsd-current/lib/libc/quad/
H A Dsubdi3.c45 union uu aa, bb, diff; local
49 diff.ul[L] = aa.ul[L] - bb.ul[L];
50 diff.ul[H] = aa.ul[H] - bb.ul[H] - (diff.ul[L] > aa.ul[L]);
51 return (diff.q);
/freebsd-current/contrib/ntp/libntp/
H A Dclocktime.c64 u_int32 diff[3]; /* abs difference to receive */ local
86 diff[0] = test[0] - rec_ui;
87 if (diff[0] >= 0x80000000u)
88 diff[0] = ~diff[0] + 1;
89 /* -- can't get closer if diff < NEARTIME */
90 if (diff[0] < NEARTIME) {
92 return diff[0] < CLOSETIME;
113 diff[idx] = test[idx] - rec_ui;
114 if (diff[id
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_diff/
H A Dzfs_diff_cliargs.ksh21 # 'zfs diff' should only work with supported options.
39 log_assert "'zfs diff' should only work with supported options."
56 log_must zfs diff $opt "$TESTSNAP1"
57 log_must zfs diff $opt "$TESTSNAP1" "$DATASET"
58 log_must zfs diff $opt "$TESTSNAP1" "$TESTSNAP2"
64 log_mustnot zfs diff $opt
65 log_mustnot zfs diff $opt "$DATASET"
66 log_mustnot zfs diff $opt "$DATASET@noexists"
67 log_mustnot zfs diff $opt "$DATASET" "$TESTSNAP1"
68 log_mustnot zfs diff
[all...]
H A Dzfs_diff_mangle.ksh17 # 'zfs diff' escapes filenames as expected, 'zfs diff -h' doesn't
22 # 3. verify 'zfs diff' mangles them and 'zfs diff -h' doesn't
32 log_assert "'zfs diff' mangles filenames, 'zfs diff -h' doesn't"
45 log_must diff -u <(zfs diff -h "$TESTSNAP1" | grep -vF '<xattrdir>' | sort) "$MNTPOINT/��mieszny ��upan"
46 log_must diff -u <(zfs diff "
[all...]
/freebsd-current/contrib/one-true-awk/testdir/
H A DT.clv15 diff foo1 foo2 || echo 'BAD: T.clv (stdin only)'
24 diff foo1 foo2 || echo 'BAD: T.clv (x=1 only)'
33 diff foo1 foo2 || echo 'BAD: T.clv (x=3 only)'
43 diff foo1 foo2 || echo 'BAD: T.clv (x=3 only)'
48 diff foo1 foo2 || echo 'BAD: T.clv (x=4 /dev/null)'
53 diff foo1 foo2 || echo 'BAD: T.clv (x=5 /dev/null)'
63 diff foo1 foo2 || echo 'BAD: T.clv (x=6 /dev/null)'
70 diff foo1 foo2 || echo 'BAD: T.clv (x=7 /dev/null)'
77 diff foo1 foo2 || echo 'BAD: T.clv (_=7A /dev/null)'
87 diff foo
[all...]
H A DT.split35 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.1'
45 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.2'
62 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.3'
73 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.4'
87 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.5'
96 diff $TEMP1 $TEMP2 || fail 'BAD: T.split (record assignment 1)'
108 diff $TEMP1 $TEMP2 || fail 'BAD: T.split (record assignment 2)'
129 diff $TEMP0 $TEMP1 || fail 'BAD: T.split 1'
145 diff $TEMP0 $TEMP1 || fail 'BAD: T.split //'
159 diff
[all...]
/freebsd-current/gnu/usr.bin/diff3/
H A DMakefile2 DIFFSRC=${SRCTOP}/contrib/diff/src
4 ${SRCTOP}/contrib/diff/lib \
5 ${SRCTOP}/contrib/diff/man
14 CFLAGS+=-I${SRCTOP}/contrib/diff/
15 CFLAGS+=-I${SRCTOP}/contrib/diff/src
16 CFLAGS+=-I${SRCTOP}/contrib/diff/lib
18 CFLAGS+=-DDEFAULT_DIFF_PROGRAM=\"/usr/bin/diff\"
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dzilstat.in86 diff = {}
416 global curr, diff
419 diff = copy.deepcopy(curr)
423 if not isinstance(diff[pool][objset][key], int):
428 diff[pool][objset][key] = 0
430 diff[pool][objset][key] \
446 global diff
447 for pool in diff:
448 for objset in diff[pool]:
449 diff[poo
[all...]
/freebsd-current/contrib/dialog/samples/
H A Dreport-edit8 diff -c "${input:-input}" "${output:-output}"
/freebsd-current/contrib/netbsd-tests/lib/libc/gen/
H A Dt_randomid.c53 uint32_t lowest, n, diff; local
65 diff = n - last[id];
67 if (diff <= lowest) {
71 " (diff %5"PRIu32"), "
73 id, last[id], n, diff, lowest);
75 ATF_REQUIRE_MSG(diff >= PERIOD,
76 "diff (%"PRIu32") less than minimum "
77 "period (%d)", diff, PERIOD);
79 lowest = diff;
/freebsd-current/usr.bin/diff/tests/
H A Ddiff_test.sh30 diff "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
33 diff -e "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
36 diff -u -L input1 -L input2 "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
39 diff -n "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
42 diff -q "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
45 diff -q "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input1.in"
48 diff -i "$(atf_get_srcdir)/input_c1.in" "$(atf_get_srcdir)/input_c2.in"
51 diff -w "$(atf_get_srcdir)/input_c1.in" "$(atf_get_srcdir)/input_c2.in"
54 diff -b "$(atf_get_srcdir)/input_c1.in" "$(atf_get_srcdir)/input_c2.in"
57 diff
[all...]
/freebsd-current/contrib/lutok/
H A Dstack_cleaner.cpp76 const unsigned int diff = current_depth - _pimpl->original_depth; local
77 if (diff > 0)
78 _pimpl->state_ref.pop(diff);
/freebsd-current/contrib/libdiff/diff/
H A DGNUmakefile4 SRCS= diff.c
10 diff: $(SRCS) $(LIB)
18 rm diff
/freebsd-current/usr.bin/diff/
H A DMakefile3 PROG= diff
4 SRCS= diff.c diffdir.c diffreg.c xmalloc.c pr.c diffreg_new.c
6 LIBADD= m diff
/freebsd-current/lib/libdiff/tests/
H A DMakefile6 LIBADD = diff
/freebsd-current/usr.bin/bmake/tests/suffixes/basic/
H A DMakefile.test5 diff -u TEST1.a TEST1.b
/freebsd-current/usr.bin/bmake/unit-tests/
H A DMakefile.config11 TOOL_DIFF?= diff

Completed in 497 milliseconds

1234567891011>>