代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/244318/12872250
h processes.h
#include
#include
#include
typedef struct _process process;
struct _process
{
process *next, *prev;
int pid, utime;
int diff;
www.eeworm.com/read/136971/13350555
in zdiff.in
:
#!/bin/sh
# sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh
# Zcmp and zdiff are used to invoke the cmp or the diff pro-
# gram on compressed files. All options specified are
www.eeworm.com/read/306634/13740824
pas tfileselectorfrmunit.pas
(* $Id: TFileSelectorFrmunit.pas,v 1.3 2002/12/27 16:22:43 turbo Exp $
*
* Base form for dialogs which have to select a file from a list of files
* in a combobox (like 'diff' and 'log' commands)
www.eeworm.com/read/152843/5662642
c nvidia-agp.c
/*
* Nvidia AGPGART routines.
* Based upon a 2.4 agpgart diff by the folks from NVIDIA, and hacked up
* to work in 2.5 by Dave Jones
*/
#include
#includ
www.eeworm.com/read/140582/5786426
txt description.txt
This test will succeed if notify_delete-2.00.diff is applied to pluto. This
patch worked without failed HUNKs as of 2003 February 6th.
From the Design list:
Expect the test to fail when formally run
www.eeworm.com/read/132649/5914954
sh test_pcre.sh
#! /bin/sh
# This file is generated by configure from RunTest.in. Make any changes
# to that file.
# Run PCRE tests
cf=diff
testdata=testdata
pcre=test_pcre
# Select which tests to run; if no sele
www.eeworm.com/read/131315/5941664
psfig tmac.psfig
.\" These are macros to make psfig work with groff.
.\" They require that psfig be patched as described in ../grops/psfig.diff.
.de psfig-defs
ps: mdef 100
% wid ht llx lly urx ury psfigstart -
/psf
www.eeworm.com/read/131315/5943307
in zdiff.in
:
#!/bin/sh
# sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh
# Zcmp and zdiff are used to invoke the cmp or the diff pro-
# gram on compressed files. All options specified are
www.eeworm.com/read/125133/6032819
try-vm-fail
#!/bin/sh
cpp "tests/$1.idel" | bin/idelasm >image 2>output &&
if bin/idelvm image >output 2>&1
then exit 1
else diff -q output "tests/$1.failure"
fi
www.eeworm.com/read/125133/6032994
try-vm-fail
#!/bin/sh
cpp "tests/$1.idel" | bin/idelasm >image 2>output &&
if bin/idelvm image >output 2>&1
then exit 1
else diff -q output "tests/$1.failure"
fi