代码搜索:patch

找到约 9,523 项符合「patch」的源代码

代码结果 9,523
www.eeworm.com/read/115273/6118499

am makefile.am

# # $Header: /cvsroot/lesstif/lesstif/test/extra/Xlab/Makefile.am,v 1.1 2002/05/15 10:36:43 amai Exp $ # MAINTAINERCLEANFILES=Makefile.in EXTRA_DIST= PlaySession RecordAll xlab.patch \
www.eeworm.com/read/115272/6119821

am makefile.am

# # $Header: /cvsroot/lesstif/lesstif/test/extra/Xlab/Makefile.am,v 1.1 2002/05/15 10:36:43 amai Exp $ # MAINTAINERCLEANFILES=Makefile.in EXTRA_DIST= PlaySession RecordAll xlab.patch \
www.eeworm.com/read/105300/6199591

asm nticedump.asm

%include "ntice.inc" %include "ntddk.inc" BITS 32 PatchData istruc NTIcedumpHdr at NTIcedumpHdr.ID, db NTICEDUMP_ID ; speaks for itself at NTIcedumpHdr.Len, dw PATCH_HEADER_SIZE ; he
www.eeworm.com/read/101066/6256327

s bugfix.s

/* bugfix.s - Motorola 68040 FP miscellaneous patch routines (EXC) */ /* Copyright 1991-1993 Wind River Systems, Inc. */ .data .globl _copyright_wind_river .long _copyright_wind_river /* modifica
www.eeworm.com/read/405540/11460832

changelog 1.6_branch.changelog

2000-12-30 Dan Harkless * Makefile.in (dist, DISTFILES): Committed Karl Eichwalder 's patch to not distribute CVS directories. * README: Changed 1.5.3 in the F
www.eeworm.com/read/152804/12081451

changelog

zhcon (1:0.2.3-8.1) unstable; urgency=HIGH * NMU * Forward ported patch from security team to prevent unauthorised file access [src/configfile.cpp, CAN-2005-0072]. Closes: #292210 -- Joey H
www.eeworm.com/read/251956/12309708

changelog

libosip (0.9.7) * fix a bug in hdr_wwwauthenticate.c. * patch for debian packaging and version management. * extra free removed for pSOS (smutex_destroy/ssem_destroy) * fix crash when osip can't b
www.eeworm.com/read/336465/12441946

nlogo ---voting.nlogo

patches-own [ vote ;; my vote (0 or 1) total ;; sum of votes around me ] to setup ca ask patches [ set vote random 2 recolor-patch ] end to go ask patches [ set total (sum
www.eeworm.com/read/127689/14340260

c ospfh_socket.c

/*ospfh_socket.c*/ #include "ospfh.h" #include "ospfh_patch.h" void ospf_sock_init () { // int ospf_sock; WSADATA WSAData; if (WSAStartup(MAKEWORD(2,2), &WSAData)!=0) {
www.eeworm.com/read/127689/14340264

c ospfh_packet.c

/* The receiving and sending of the ospfh packet */ #include "ospfh.h" #include "ospfh_patch.h" struct ospf_packet * ospf_packet_new (size_t size) { struct ospf_packet *new; ne