Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/contrib/bmake/
H A Dimport.sh78 ${GIT} diff mk/FILES | sed -n '/^[+-][^+-]/s,.,&mk/,p' ) > $TF.diffs
79 grep '^+' $TF.diffs | sed 's,^.,,' | sort > $TF.adds
80 grep '^-' $TF.diffs | sed 's,^.,,' | sort > $TF.rms
/freebsd-14.2/usr.bin/top/
H A Dutils.c177 percentages(int cnt, int *out, long *new, long *old, long *diffs) in percentages() argument
187 dp = diffs; in percentages()
213 *out++ = (int)((*diffs++ * 1000 + half_total) / total_change); in percentages()
/freebsd-14.2/share/doc/usd/18.msdiffs/
H A DMakefile4 SRCS= ms.diffs
/freebsd-14.2/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-14.2/contrib/ee/
H A Dcreate.make285 diffs="`cmp make.lcl.old make.local`"
286 if [ -n "${diffs}" ]
/freebsd-14.2/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-14.2/contrib/jemalloc/
H A DFREEBSD-upgrade145 ) > FREEBSD-diffs
/freebsd-14.2/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-14.2/share/dict/
H A Dfreebsd232 diffs
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h216 OptionSet &diffs);
/freebsd-14.2/sys/contrib/zlib/contrib/
H A DREADME.contrib25 Unsupported diffs to infback to decode the deflate64 format
/freebsd-14.2/contrib/diff/
H A DNEWS81 * Recursive diffs now sort file names according to the LC_COLLATE locale
83 * Recursive diffs now detect and report directory loops.
H A DChangeLog2870 file0-file1 diffs don't line up with the file0-file2 diffs.
2877 (FC, FO): New macros; they replace FILE1, FILE0 for two-way diffs,
2878 to distinguish them from three-way diffs.
3713 diffs to be sensitive to missing final newline. Because
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp69 OptionSet &diffs) { in OptionsSetDiff() argument
78 diffs.insert(*pos_a); in OptionsSetDiff()
/freebsd-14.2/contrib/ntp/
H A DINSTALL20 diffs or instructions to the address given in the `README' so they can
/freebsd-14.2/contrib/less/
H A DINSTALL23 diffs or instructions to the address given in the `README' so they can
/freebsd-14.2/contrib/diff/doc/
H A Ddiff.texi144 This manual first concentrates on making diffs, and later shows how to
145 use diffs to update files.
578 that show context so that they can apply the diffs even if they have
580 the diffs in this case by searching in the files for the lines of
585 imperfect diffs.
697 @cindex time stamp format, context diffs
812 @cindex time stamp format, unified diffs
2514 diffs in the proper order.
2662 so most reversed normal diffs begin with a delete, which fails, and
2677 For context diffs, and to a lesser extent normal diffs, @command{patch} can
[all …]
/freebsd-14.2/contrib/sqlite3/
H A DINSTALL41 diffs or instructions to the address given in the `README' so they can
/freebsd-14.2/contrib/file/
H A DINSTALL41 diffs or instructions to the address given in the `README' so they can
/freebsd-14.2/crypto/heimdal/appl/telnet/
H A DREADME.ORIG600 This file contains the diffs for the changes needed for the
/freebsd-14.2/contrib/tcpdump/
H A DCHANGES996 Test subsystem now table driven, and saves outputs and diffs to one place
1749 Contact Jeffrey Honig ([email protected]) for the diffs.

12