代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/131315/5941952
c unipatch.c
/*
A filter to turn a unified diff into a degenerate context diff (no '!'s)
for patch. Version 1.1. Author: davison@borland.com
*/
#include
#define ERR(a) {fputs(a,stderr);exit(1);}
#define
www.eeworm.com/read/101042/6258865
h opensslv.h
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
/* Numeric release version identifier:
* MMNNFFPPS: major minor fix patch status
* The status nibble has one of the values 0 for development, 1 t
www.eeworm.com/read/101042/6259192
h opensslv.h
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
/* Numeric release version identifier:
* MMNNFFPPS: major minor fix patch status
* The status nibble has one of the values 0 for development, 1 t
www.eeworm.com/read/478017/6728244
pas pngimage.pas
{Portable Network Graphics Delphi 1.564 (31 July 2006) }
{
The patch listed in this Bug-Tracker has been applied to this file:
http://sourceforge.net/tracker/index.php?func=detail&aid=
www.eeworm.com/read/152804/12080935
changelog
2006-03-09 ejoy
* Inrocporate various patches from debian
* Fixed: building problem using recent gcc
* Fixed: display problem on big endian machines, patch fro
www.eeworm.com/read/150361/12297057
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// patch.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/127689/14340266
c ospfh_d.c
/* Initiate and start the OSPFH */
#include "ospfh.h"
#include "ospfh_patch.h"
struct ospf *
ospfh_init(struct thread_master *master)
{
struct ospf *new = malloc(sizeof (struct ospf));
www.eeworm.com/read/127689/14340321
c ospfh_d.c
/* Initiate and start the OSPFH */
#include "ospfh.h"
#include "ospfh_patch.h"
struct ospf *
ospfh_init(struct thread_master *master)
{
struct ospf *new = malloc(sizeof (struct ospf));
www.eeworm.com/read/127261/14363788
liblinuxlive
#!/bin/bash
# Functions library :: for Linux Live scripts
# Author: Tomas Matejicek
# Chinese Patch Author: atfa
#
# header
# $1 = text to show
www.eeworm.com/read/225273/14545954
h rtcan_sja1000_regs.h
/*
* Copyright (C) 2005,2006 Sebastian Smolorz
*
*
* Based on drivers/can/sja1000.h in linux-can.patch, a CAN socket
* framework f