Home
last modified time | relevance | path

Searched refs:diffs (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/expat/tests/
H A Dudiffer.py55 diffs = list(difflib.unified_diff(first, second, fromfile=config.first,
57 if diffs:
58 sys.stdout.writelines(diffs)
/freebsd/contrib/bmake/
H A Dimport.sh79 ${GIT} diff mk/FILES | sed -n '/^[+-][^+-]/s,.,&mk/,p' ) > $TF.diffs
80 grep '^+' $TF.diffs | sed 's,^.,,' | sort > $TF.adds
81 grep '^-' $TF.diffs | sed 's,^.,,' | sort > $TF.rms
/freebsd/usr.bin/top/
H A Dutils.c156 percentages(int cnt, int *out, long *new, long *old, long *diffs) in percentages() argument
166 dp = diffs; in percentages()
192 *out++ = (int)((*diffs++ * 1000 + half_total) / total_change); in percentages()
/freebsd/usr.sbin/cron/doc/
H A DTHANKS15 its brothers and sisters; he also sent some diffs that lead cron toward compil-
22 of diffs I got from anybody. Changes attributable to Scott are:
H A DCHANGES23 I also added a "-e" option to crontab(1). Nine people also sent me diffs
H A DMAIL352 << That's what I like about PD software. Please send me the diffs! >>
/freebsd/share/doc/usd/18.msdiffs/
H A DMakefile2 SRCS= ms.diffs
/freebsd/contrib/ntp/scripts/build/
H A DcheckHtmlFileDates
/freebsd/contrib/ee/
H A Dcreate.make285 diffs="`cmp make.lcl.old make.local`"
286 if [ -n "${diffs}" ]
/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c283 static struct timeval diffs[10]; in raw_filter() local
316 diffs[chudata.ncodechars] = diff; in raw_filter()
331 diffs[i].tv_sec, diffs[i].tv_usec); in raw_filter()
/freebsd/contrib/jemalloc/
H A DFREEBSD-upgrade
/freebsd/contrib/ntp/html/hints/
H A Dsvr4_package8 changed is Makefile - I've included the full file rather than diffs.
H A Dmpeix4 NTP was first ported to MPE several years ago, but those diffs were never
/freebsd/crypto/openssl/doc/designs/ddd/
H A DREPORT.md11 As part of this process, a set of proposed diffs were produced. These proposed
12 diffs were the expected changes which would be needed to the baseline demos to
19 correspondence of our actual final API and usage patterns with the planned diffs
25 Since tracking a set of diffs separately is unwieldy, both the planned and
/freebsd/share/dict/
H A Dfreebsd232 diffs
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h216 OptionSet &diffs);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp69 OptionSet &diffs) { in OptionsSetDiff() argument
78 diffs.insert(*pos_a); in OptionsSetDiff()
/freebsd/contrib/ntp/
H A DINSTALL20 diffs or instructions to the address given in the `README' so they can
/freebsd/contrib/less/
H A DINSTALL23 diffs or instructions to the address given in the `README' so they can
/freebsd/contrib/file/
H A DINSTALL41 diffs or instructions to the address given in the `README' so they can
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG600 This file contains the diffs for the changes needed for the
/freebsd/contrib/tcpdump/
H A DCHANGES1070 Test subsystem now table driven, and saves outputs and diffs to one place
1823 Contact Jeffrey Honig (jch@MITCHELL.CIT.CORNELL.EDU) for the diffs.
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh288 p/1/"(admin cdc check clean comb deledit delget delta diffs edit enter \
/freebsd/contrib/dialog/
H A DCHANGES2017 + add a sample dialog rc-file slackware.rc based on diffs in hdasetup
/freebsd/contrib/xz/
H A DChangeLog6976 line numbers. Future updates should keep the diffs much smaller.
7102 This may reduce the noise in diffs too. When the beginning of
7195 This way the PO file diffs are less noisy but the locations of the

12