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

1234567891011>>

/freebsd-10.2-release/tools/test/sort/regression/
H A Dcmp.sh4 diff $1 $2 | grep '^-' >/dev/null && echo DIFFER: $1 $2 && exit 0 || exit 0
/freebsd-10.2-release/gnu/usr.bin/diff/doc/
H A DMakefile1 # $FreeBSD: releng/10.2/gnu/usr.bin/diff/doc/Makefile 170758 2007-06-15 07:09:34Z delphij $
3 INFO = diff
5 INFOENTRY_diff= "* DIFF: (diff). DIFF/PATCH Reference Manual."
7 SRCDIR=${.CURDIR}/../../../../contrib/diff/doc
/freebsd-10.2-release/tools/test/iconv/tablegen/
H A Dcmp.sh4 diff -I\$\FreeBSD $1 $2 | grep '^-' >/dev/null && printf "\tDIFFER: $1 $2\n" && exit 0 || exit 0
/freebsd-10.2-release/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-10.2-release/lib/libkse/test/
H A Dguard_s.pl57 `diff guard_b.exp guard_b.out >guard_b.diff 2>&1`;
60 # diff returns non-zero if there is a difference.
/freebsd-10.2-release/usr.bin/clang/llvm-diff/
H A DMakefile1 # $FreeBSD: releng/10.2/usr.bin/clang/llvm-diff/Makefile 249423 2013-04-12 17:57:40Z dim $
5 PROG_CXX=llvm-diff
7 SRCDIR= tools/llvm-diff
8 SRCS= llvm-diff.cpp \
/freebsd-10.2-release/lib/libc/quad/
H A Dsubdi3.c50 union uu aa, bb, diff; local
54 diff.ul[L] = aa.ul[L] - bb.ul[L];
55 diff.ul[H] = aa.ul[H] - bb.ul[H] - (diff.ul[L] > aa.ul[L]);
56 return (diff.q);
/freebsd-10.2-release/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-10.2-release/gnu/usr.bin/diff3/
H A DMakefile3 DIFFSRC=${.CURDIR}/../../../contrib/diff/src
5 ${.CURDIR}/../../../contrib/diff/lib \
6 ${.CURDIR}/../../../contrib/diff/man
15 CFLAGS+=-I${.CURDIR}/../../../contrib/diff/
16 CFLAGS+=-I${.CURDIR}/../../../contrib/diff/src
17 CFLAGS+=-I${.CURDIR}/../../../contrib/diff/lib
19 CFLAGS+=-DDEFAULT_DIFF_PROGRAM=\"/usr/bin/diff\"
22 ${f}: ${DIFFSRC}/${f} ${.CURDIR}/${f}.diff
23 patch -s -o ${.TARGET} < ${.CURDIR}/${f}.diff ${DIFFSRC}/${f}
/freebsd-10.2-release/gnu/usr.bin/sdiff/
H A DMakefile3 DIFFSRC=${.CURDIR}/../../../contrib/diff/src
5 ${.CURDIR}/../../../contrib/diff/lib \
6 ${.CURDIR}/../../../contrib/diff/man
16 CFLAGS+=-I${.CURDIR}/../../../contrib/diff
17 CFLAGS+=-I${.CURDIR}/../../../contrib/diff/src
18 CFLAGS+=-I${.CURDIR}/../../../contrib/diff/lib
20 CFLAGS+=-DDEFAULT_DIFF_PROGRAM=\"/usr/bin/diff\"
23 ${f}: ${DIFFSRC}/${f} ${.CURDIR}/${f}.diff
24 patch -s -o ${.TARGET} < ${.CURDIR}/${f}.diff ${DIFFSRC}/${f}
/freebsd-10.2-release/contrib/dialog/samples/
H A Dreport-edit8 diff -c $input $output
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/gen/
H A Dt_randomid.c53 uint64_t lowest, n, diff; local
65 diff = n - last[id];
67 if (diff <= lowest) {
71 " (diff %5"PRIu64"), "
73 id, last[id], n, diff, lowest);
75 ATF_REQUIRE_MSG(diff >= PERIOD,
76 "diff (%"PRIu64") less than minimum "
77 "period (%d)", diff, PERIOD);
79 lowest = diff;
/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dternary.c39 int diff; local
48 diff = *s - curr->splitchar;
50 if (diff == 0)
62 else if (diff < 0)
114 int diff, spchar; local
121 diff = spchar - curr->splitchar;
123 if (diff == 0)
131 else if (diff < 0)
/freebsd-10.2-release/contrib/binutils/libiberty/
H A Dternary.c39 int diff; local
48 diff = *s - curr->splitchar;
50 if (diff == 0)
62 else if (diff < 0)
114 int diff, spchar; local
121 diff = spchar - curr->splitchar;
123 if (diff == 0)
131 else if (diff < 0)
/freebsd-10.2-release/gnu/usr.bin/diff/tests/
H A DMakefile1 # $FreeBSD: releng/10.2/gnu/usr.bin/diff/tests/Makefile 272787 2014-10-09 02:07:34Z ngie $
3 TESTSRC= ${.CURDIR}/../../../../contrib/netbsd-tests/usr.bin/diff
8 TESTSDIR= ${TESTSBASE}/gnu/usr.bin/diff
/freebsd-10.2-release/usr.bin/bmake/tests/suffixes/basic/
H A DMakefile.test6 diff -u TEST1.a TEST1.b
/freebsd-10.2-release/usr.bin/bmake/tests/suffixes/src_wild1/
H A DMakefile.test4 cat TEST1.a TEST2.a | diff -u - TEST1.b
/freebsd-10.2-release/usr.bin/bmake/tests/suffixes/src_wild2/
H A DMakefile.test9 cat TEST1.a TEST2.a | diff -u - TEST1.b
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_diff/
H A Dutil.c41 #include "diff.h"
47 svn_diff_contains_conflicts(svn_diff_t *diff) argument
49 while (diff != NULL)
51 if (diff->type == svn_diff__type_conflict)
56 diff = diff->next;
63 svn_diff_contains_diffs(svn_diff_t *diff) argument
65 while (diff != NULL)
67 if (diff->type != svn_diff__type_common)
72 diff
79 svn_diff_output(svn_diff_t *diff, void *output_baton, const svn_diff_output_fns_t *vtable) argument
556 svn_diff_t *diff; local
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/include/
H A Dsvn_diff.h37 * merge, 3-way file merging is needed. And 'svn diff' needs to show
143 /** Free @a token from memory, the diff algorithm is done with it. */
184 * return a diff object in @a *diff that represents a difference between
190 svn_diff_diff_2(svn_diff_t **diff,
202 svn_diff_diff(svn_diff_t **diff,
208 * return a diff object in @a *diff that represents a difference between
215 svn_diff_diff3_2(svn_diff_t **diff,
227 svn_diff_diff3(svn_diff_t **diff,
[all...]
/freebsd-10.2-release/gnu/usr.bin/diff/
H A DMakefile1 # $FreeBSD: releng/10.2/gnu/usr.bin/diff/Makefile 276490 2015-01-01 02:04:44Z ngie $
5 DIFFSRC=${.CURDIR}/../../../contrib/diff/src
7 ${.CURDIR}/../../../contrib/diff/lib \
8 ${.CURDIR}/../../../contrib/diff/man
10 PROG= diff
11 SRCS= analyze.c context.c diff.c dir.c ed.c ifdef.c io.c \
22 CFLAGS+=-I${.CURDIR}/../../../contrib/diff
23 CFLAGS+=-I${.CURDIR}/../../../contrib/diff/src
24 CFLAGS+=-I${.CURDIR}/../../../contrib/diff/lib
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dtest_time.c44 int diff = 10; local
49 ret = krb5_set_real_time(context, tv.tv_sec + diff, tv.tv_usec);
59 if (diff2 < 9 || diff > 11)
60 krb5_errx(context, 1, "set time error: diff: %d",
/freebsd-10.2-release/contrib/tcsh/
H A DMAKEDIFFS29 diff -c $CSHDIR/$i $TCSHDIR/$i
34 diff -c $CSHDIR/$i $TCSHDIR/$i
39 diff -c $CSHDIR/$i $TCSHDIR/$i
/freebsd-10.2-release/lib/libc/nameser/
H A Dns_samedomain.c55 int diff, i, escaped; local
107 diff = la - lb;
114 if (diff < 2)
122 if (a[diff - 1] != '.')
130 for (i = diff - 2; i >= 0; i--)
142 cp = a + diff;
/freebsd-10.2-release/contrib/libucl/tests/
H A Dgenerate.test6 diff -s ${TEST_OUT_DIR}/generate.out ${TEST_DIR}/generate.res -u 2>/dev/null

Completed in 283 milliseconds

1234567891011>>