| /netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
| H A D | findoptdiff | 80 diffs="diffs."$((counter++)) 81 diff "$opt1ll" "$opt2ll" > $diffs 87 head $diffs 88 echo 'Switches:' $switches_to_use >> $diffs 90 rm $diffs
|
| /netbsd-src/external/mit/expat/dist/tests/ |
| H A D | udiffer.py | 55 diffs = list(difflib.unified_diff(first, second, fromfile=config.first, 57 if diffs: 58 sys.stdout.writelines(diffs)
|
| /netbsd-src/external/bsd/tradcpp/dist/tests/ |
| H A D | Makefile | 9 all: run-tests .WAIT show-diffs 21 show-diffs: 37 .PHONY: all run-tests show-diffs clean good
|
| /netbsd-src/external/lgpl3/gmp/dist/tests/mpz/ |
| H A D | t-nextprime.c | 36 run (const char *start, int reps, const char *end, short diffs[]) in run() argument 48 if (diffs != NULL && in run() 49 (! mpz_fits_sshort_p (x) || diffs[i] != (short) mpz_get_ui (x))) in run()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/builtin_commands/ |
| H A D | diff.py | 56 diffs = difflib.diff_bytes(difflib.unified_diff, filelines[0], 60 diffs = [diff.decode(errors="backslashreplace") for diff in diffs] 67 diffs = func(filelines[0], filelines[1], filepaths[0], filepaths[1], 70 for diff in diffs:
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | mklog | 258 diffs = [] 312 diffs.append(d) 341 return diffs 375 diffs = parse_patch(contents) 379 for d in diffs: 386 for d in diffs:
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/legacy/ |
| H A D | mklog | 258 diffs = [] 312 diffs.append(d) 341 return diffs 375 diffs = parse_patch(contents) 379 for d in diffs: 386 for d in diffs:
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/ |
| H A D | CmpDriver | 188 diffs = list(diff.getDiffs()) 189 if diffs: 194 for i,(aElt,bElt) in enumerate(diffs):
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | pflogsumm_quickfix.txt | 1 These diffs for pflogsumm versions 1.1.1 and 1.1.3 work around a 8 Below are diffs for pflogsumm-1.1.1 and pflogsumm-1.1.3 (beta).
|
| /netbsd-src/external/bsd/top/dist/ |
| H A D | utils.c | 424 percentages(int cnt, int *out, long *new, long *old, long *diffs) in percentages() argument 435 dp = diffs; in percentages() 460 *out++ = (int)((*diffs++ * 1000 + half_total) / total_change); in percentages()
|
| /netbsd-src/external/bsd/cron/dist/ |
| H A D | THANKS | 15 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:
|
| /netbsd-src/external/bsd/ntp/dist/clockstuff/ |
| H A D | chutest.c | 285 static struct timeval diffs[10]; in raw_filter() local 318 diffs[chudata.ncodechars] = diff; in raw_filter() 333 diffs[i].tv_sec, diffs[i].tv_usec); in raw_filter()
|
| /netbsd-src/share/doc/usd/18.msdiffs/ |
| H A D | Makefile | 8 SRCS= ms.diffs
|
| /netbsd-src/sbin/mount_portal/examples/ |
| H A D | cvs.1 | 32 [ diffs elided ] 50 so that you can do arbitrary diffs between any version you like.
|
| /netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/ |
| H A D | ChangeLog | 192 (build_diffs): Handle building diffs from either bz2 or xz tarballs, 193 compress diffs using xz instead of bz2. 397 (build_diffs): Only build one set of diffs. 819 options. In snapshot mode, only generate diffs against the previous 946 * snapshot-index.html: Replace individual links to diffs with a 960 related to diff generation only if diffs have been requested. 1052 * gcc_release (upload_files): Put diff files into a "diffs" 1166 * gcc_release: Build diffs for ada and chill. Make "bzip2" a new 1197 "diffs" major mode. 1258 Chill tarballs. Correct error check when building diffs. Check
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/Reviewing/ |
| H A D | find_interesting_reviews.py | 580 diffs = sorted( 582 if len(diffs) == 0: 584 diff = diffs[0]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | config-lang.in | 24 # diff_excludes - files to ignore when building diffs between two versions.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | config-lang.in | 24 # diff_excludes - files to ignore when building diffs between two versions.
|
| /netbsd-src/external/bsd/ntp/dist/html/hints/ |
| H A D | svr4_package | 8 changed is Makefile - I've included the full file rather than diffs.
|
| /netbsd-src/games/warp/ |
| H A D | README | 99 Context diffs are the best, then normal diffs. Don't send ed scripts--
|
| /netbsd-src/external/bsd/top/dist/machine/ |
| H A D | m_netbsd.c | 1411 percentages64(cnt, out, new, old, diffs) in percentages64() argument 1416 u_int64_t *diffs; 1426 dp = diffs; 1446 *out++ = (int)((*diffs++ * 1000 + half_total) / total_change);
|
| /netbsd-src/external/gpl3/autoconf/dist/ |
| H A D | maint.mk | 1217 (unset CDPATH; cd $(srcdir) && $(VC) diff) > vc-diffs || : 1218 if test -s vc-diffs; then \ 1219 cat vc-diffs; \ 1223 rm vc-diffs; \
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ |
| H A D | README.contrib | 25 Unsupported diffs to infback to decode the deflate64 format
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ |
| H A D | README.contrib | 25 Unsupported diffs to infback to decode the deflate64 format
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ |
| H A D | README.contrib | 25 Unsupported diffs to infback to decode the deflate64 format
|