Searched refs:DIFF (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/expat/tests/
H A Dxmltest.sh34 DIFF="${MYDIR}/udiffer.py"
59 $DIFF "$OUTPUT$reldir$file" "out/$file" > outfile
/freebsd-11-stable/contrib/libxo/tests/xo/
H A DMakefile.am56 ${DIFF} -Nu ${srcdir}/saved/$$base.$$fmt.out out/$$base.$$fmt.out ${S2O} ; \
57 ${DIFF} -Nu ${srcdir}/saved/$$base.$$fmt.err out/$$base.$$fmt.err ${S2O}
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dmerger.c118 DIFF, a[i], a[2], (char*)0
H A Dconf.h216 #define DIFF "/usr/bin/diff" /* name of 'diff' program */ macro
221 #define DIFF_SUCCESS 0 /* DIFF status if no differences are found */
222 #define DIFF_FAILURE 1 /* DIFF status if differences are found */
223 #define DIFF_TROUBLE 2 /* DIFF status if trouble */
234 #define DIFF_ABSOLUTE 1 /* Is ROOTPATH(DIFF) true? */
/freebsd-11-stable/contrib/libxo/tests/core/
H A DMakefile.am86 ${DIFF} -Nu ${srcdir}/saved/$$base.$$fmt.out out/$$base.$$fmt.out ${S2O} ; \
87 ${DIFF} -Nu ${srcdir}/saved/$$base.$$fmt.err out/$$base.$$fmt.err ${S2O}
/freebsd-11-stable/contrib/libxo/tests/gettext/
H A DMakefile.am77 ${DIFF} -Nu ${srcdir}/saved/$$base.$$fmt.out out/$$base.$$fmt.out ${S2O} ; \
78 ${DIFF} -Nu ${srcdir}/saved/$$base.$$fmt.err out/$$base.$$fmt.err ${S2O}
121 XODIFF = ${DIFF} -bu
/freebsd-11-stable/gnu/usr.bin/rcs/
H A Drcstest48 : ${DIFF=diff}
78 case "`$DIFF -c a.11 a.3x1`" in
80 diff="$DIFF -c";;
82 echo "#warning: $DIFF -c does not work, so diagnostics may be cryptic"
83 diff=$DIFF
286 $DIFF a.11 a.kv >a.1
/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh154 DIFF="" STREAM="" INPUT_FILES=""
260 AWK=":" DIFF=":" REFFILE="$NULLDEV" REFCOPY="$NULLDEV"
373 if test -z "$DIFF"
394 DIFF=`searchpath diff "$PATH"`
396 test "$DIFF" = ":" && echo >&2 "$NOPROG 'diff' in PATH" && NO="$NO 'diff'"
400 SAY=":" AWK=":" DIFF=":"
420 until $DIFF $REFCOPY $REFFILE 1>$NULLDEV 2>&1
445 $DIFF -c0 $NULLDEV $NULLDEV 1>$NULLDEV 2>&1 && DIFFOPT='-c0'
446 $DIFF -u0 $NULLDEV $NULLDEV 1>$NULLDEV 2>&1 && DIFFOPT='-u0'
447 $DIFF >
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c94 * Don't pass arguments with leading '+' to diff; GNU DIFF treats them as options.
199 *diffp++ = DIFF;
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h158 #define DIFF(x, y) (SQUARE((x) - (y))) macro
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in438 rm -rf autom4te.cache tests/DIFF tests/NEW
/freebsd-11-stable/gnu/usr.bin/rcs/ci/
H A Dci.c710 *++diffp = DIFF;
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c1543 *++diffp = DIFF;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c3358 peer->jitter += DIFF(peer->filter_offset[j],
3799 f += DIFF(peers[j].peer->offset,
4002 w += x * DIFF(peers[i].peer->offset,

Completed in 116 milliseconds