代码搜索:diff

找到约 8,375 项符合「diff」的源代码

代码结果 8,375
www.eeworm.com/read/233007/4695383

c cpbin.c

#include "stddef.h" #include "stdio.h" main(int argc,char *argv[]) { FILE *file1,*file2; int count=0,start_position=0,diff=0,same=0,diffmeasure,diffmax=0; if ((file1=fopen(argv[1],"rb"))==NULL)
www.eeworm.com/read/229403/4756128

patch linux-libc-headers-2.6.8-cleanup.patch

diff -urN linux-libc-headers-2.6.8.0-dist/include/asm-mips/addrspace.h linux-libc-headers-2.6.8.0/include/asm-mips/addrspace.h --- linux-libc-headers-2.6.8.0-dist/include/asm-mips/addrspace.h 2004-03-
www.eeworm.com/read/229403/4756269

patch 001-debian.patch

diff -urN binutils-2.14.90.0.8-dist/bfd/elf64-alpha.c binutils-2.14.90.0.8/bfd/elf64-alpha.c --- binutils-2.14.90.0.8-dist/bfd/elf64-alpha.c 2004-01-14 15:07:43.000000000 -0600 +++ binutils-2.14.90.0.
www.eeworm.com/read/229403/4756440

patch vtun.patch

diff -urN vtun/Makefile.in vtun-2.6/Makefile.in --- vtun/Makefile.in 2002-12-20 09:55:47.000000000 -0700 +++ vtun-2.6/Makefile.in 2003-06-05 12:38:31.000000000 -0600 @@ -28,7 +28,7 @@ LEXFLAGS = -t
www.eeworm.com/read/229403/4756481

patch e2fsprogs-1.37-2.patch

diff -urN e2fsprogs-1.37/ChangeLog e2fsprogs-1.37-patched/ChangeLog --- e2fsprogs-1.37/ChangeLog 2005-03-21 21:37:01.000000000 -0600 +++ e2fsprogs-1.37-patched/ChangeLog 2005-06-18 16:34:01.000000000
www.eeworm.com/read/205930/5014112

c cpbin.c

#include "stddef.h" #include "stdio.h" main(int argc,char *argv[]) { FILE *file1,*file2; int count=0,start_position=0,diff=0,same=0,diffmeasure,diffmax=0; if ((file1=fopen(argv[1],"rb"))==NULL)
www.eeworm.com/read/176316/5338680

20 kbuild-2.2.20

diff -Nur --exclude CVS linux-2.2.20/Makefile linux-int-2.2.20/Makefile --- linux-2.2.20/Makefile Fri Nov 2 17:39:05 2001 +++ linux-int-2.2.20/Makefile Thu Mar 7 19:48:01 2002 @@ -118,11 +118,12 @@
www.eeworm.com/read/176316/5338682

18 kbuild-2.4.18

diff -Nur --exclude CVS linux-2.4.18/Makefile linux-int-2.4.18/Makefile --- linux-2.4.18/Makefile Mon Feb 25 20:37:52 2002 +++ linux-int-2.4.18/Makefile Wed Feb 27 01:18:49 2002 @@ -120,9 +120,10 @@
www.eeworm.com/read/169190/5426536

runtest

#! /bin/sh # Run PCRE tests cf=diff # Select which tests to run; if no selection, run all do1=no do2=no do3=no do4=no while [ $# -gt 0 ] ; do case $1 in 1) do1=yes;; 2) do2=yes;; 3)
www.eeworm.com/read/340403/3286615

9 interfamily-beet-patch-2.6.9

diff -urN linux-2.6.9-simple-patch/include/net/xfrm.h linux-2.6.9-interfamily/include/net/xfrm.h --- linux-2.6.9-simple-patch/include/net/xfrm.h 2004-10-19 00:54:55.000000000 +0300 +++ linux-2.6.9-int