代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/431298/8690335
c diff.c
#include "tdestr.h"
#include "common.h"
#include "define.h"
#include "tdefunc.h"
/*
* Name: define_diff
* Purpose: get info needed to initialize diff
* Date: October 31, 1992
www.eeworm.com/read/287151/8717824
c diff.c
#include "tdestr.h"
#include "common.h"
#include "define.h"
#include "tdefunc.h"
/*
* Name: define_diff
* Purpose: get info needed to initialize diff
* Date: October 31, 1992
www.eeworm.com/read/286953/8736130
c for_diff.c
#include
void main ()
{
int counter;
for (counter = -100; counter
www.eeworm.com/read/429936/8782006
diff tinyudp.diff
214a217,221
> #ifdef TFTP_SERVER_SUPPORT
> //wwzh add for tftp server at 2004-03-18
> gl_dstport = htons(up->srcPort);
> #endif
>
www.eeworm.com/read/429936/8782110
diff tftp.diff
45c45
< #if CHECK_GOLBAL == YES
---
> #if defined (CHECK_GOLBAL)
173,184c173
<
< sys_printf("Current Code Pattern:%s \n",CODE_PATTERN_STRING); //By Charles addition for code pattern check 04-30-20
www.eeworm.com/read/286090/8789738
1 diff.1
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
.TH DIFF "1" "April 2004" "diffutils 2.8.7" "User Commands"
.SH NAME
diff \- compare files line by line
.SH SYNOPSIS
.B diff
[\fIOPTION
www.eeworm.com/read/286090/8789740
1 diff3.1
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
.TH DIFF3 "1" "April 2004" "diffutils 2.8.7" "User Commands"
.SH NAME
diff3 \- compare three files line by line
.SH SYNOPSIS
.B diff3
[
www.eeworm.com/read/286090/8789948
texi diff.texi
\input texinfo @c -*-texinfo-*-
@comment $Id: diff.texi,v 1.25 2004/04/12 07:44:35 eggert Exp $
@comment %**start of header
@setfilename diff.info
@include version.texi
@settitle Comparing and Merging
www.eeworm.com/read/286090/8789954
info diff.info
www.eeworm.com/read/286090/8790221
c diff.c
/* diff - compare files line by line
Copyright (C) 1988, 1989, 1992, 1993, 1994, 1996, 1998, 2001, 2002,
2004 Free Software Foundation, Inc.
This file is part of GNU DIFF.
GNU DIFF is f