代码搜索:diff

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

代码结果 8,375
www.eeworm.com/read/273665/4200995

patch smbmount-unix-caps.patch

diff -uNr samba-3.0.14a.orig/source/client/smbmount.c samba-3.0.14a/source/client/smbmount.c --- samba-3.0.14a.orig/source/client/smbmount.c 2005-06-02 06:49:31.000000000 -0700 +++ samba-3.0.14a/sourc
www.eeworm.com/read/273665/4201173

patch make-distclean.patch

diff -uNr samba-3.0.7.orig/source/Makefile.in samba-3.0.7/source/Makefile.in --- samba-3.0.7.orig/source/Makefile.in 2004-10-25 10:06:08.000000000 -0700 +++ samba-3.0.7/source/Makefile.in 2004-10-25 1
www.eeworm.com/read/430448/1930257

c find_sensor.c

#include "./ds18x20.h" /* find DS18X20 Sensors on 1-Wire-Bus input/ouput: diff is the result of the last rom-search output: id is the rom-code of the sensor found */ void DS18X20_find_sens
www.eeworm.com/read/430445/1930546

c find_sensor.c

#include "./ds18x20.h" /* find DS18X20 Sensors on 1-Wire-Bus input/ouput: diff is the result of the last rom-search output: id is the rom-code of the sensor found */ void DS18X20_find_sens
www.eeworm.com/read/428548/1958900

xargs-works

[ -n "$d" ] || d=.. find "$d" -name \*works -type f | xargs md5sum > logfile.gnu find "$d" -name \*works -type f | busybox xargs md5sum > logfile.bb diff -u logfile.gnu logfile.bb
www.eeworm.com/read/418008/2095212

xargs-works

[ -n "$d" ] || d=.. find "$d" -name \*works -type f | xargs md5sum > logfile.gnu find "$d" -name \*works -type f | busybox xargs md5sum > logfile.bb diff -u logfile.gnu logfile.bb
www.eeworm.com/read/413812/2159176

diffs libpng-1.2.4-gnuwin32.diffs

Binary files libpng-1.2.4-orig/contrib/gregbook/readpng.o and libpng-1.2.4/contrib/gregbook/readpng.o differ diff -cr -x config.log -x config.status -x config.cache -x '*.Po' -I 'libpng-1.2.4-orig*'
www.eeworm.com/read/402551/2319130

makefile

JAVA=java JAVAC=javac JFLEX=jflex CUP=$(JAVA) java_cup.Main < all: test test: output.txt @(diff output.txt output.good && echo "Test OK!") || echo "Test failed!" output.txt: Yylex.class test.txt
www.eeworm.com/read/402551/2319145

makefile

JAVA=java JAVAC=javac JFLEX=jflex CUP=$(JAVA) java_cup.Main < all: test test: output.txt @(diff output.txt output.good && echo "Test OK!") || echo "Test failed!" output.txt: Main.class test.txt $
www.eeworm.com/read/400650/2348706

c euler2_solver.c

#include "diff_system.h" #include "euler2_solver.h" #include "numeric_vector.h" Euler2Solver::Euler2Solver (sys_type& s) : UnsteadySolver(s), theta(1.) { } Euler2Solver::~Euler2Solver () { }