代码搜索:patch

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

代码结果 9,523
www.eeworm.com/read/127689/14340290

c ospfh_te.c

/* 填充TLV */ #include "ospfh.h" #include "ospfh_patch.h" #define DEFALT_IP_ADDRESS "0.0.0.0" static void set_linkparams_link_type (struct mpls_te_link *lp) { lp->link_type.header.typ
www.eeworm.com/read/127689/14340308

c ospfh_thread.c

/*ospfh_thread.c*/ #include "ospfh.h" #include "ospfh_patch.h" /* Struct timeval's tv_usec one second value. */ #define TIMER_SECOND_MICRO 1000000L struct timeval timeval_adjust (struct
www.eeworm.com/read/127689/14340348

c ospfh_te.c

/* 填充TLV */ #include "ospfh.h" #include "ospfh_patch.h" #define DEFALT_IP_ADDRESS "0.0.0.0" static void set_linkparams_link_type (struct mpls_te_link *lp) { lp->link_type.header.typ
www.eeworm.com/read/227241/14435945

changelog

Thu Jul 20 15:23:23 EDT 2006 Fix $# in shell highlighter. Fix .in files in ftype Tue Jul 18 14:20:39 EDT 2006 Tags file patch: allows you to put a path in TAGS environment variable. Thu Jul 1
www.eeworm.com/read/116631/14961755

pas r_polysa.pas

unit r_polysa; interface {$IFDEF id386} const MASK_1K = $03FF; procedure R_PolysetDrawSpans8_Opaque(pspanpackage : spanpackage_p); procedure D_Aff8Patch; procedure R_PolysetScanLeftEdge
www.eeworm.com/read/205545/15313611

makefile

NAME = Patch2 OBJS = $(NAME).obj RES = $(NAME).res LINK_FLAG = /subsystem:windows ML_FLAG = /c /coff $(NAME).exe: $(OBJS) $(RES) Link $(LINK_FLAG) $(OBJS) $(RES) .asm.obj: ml $(ML_FLA
www.eeworm.com/read/205545/15313627

makefile

NAME = Patch3 OBJS = $(NAME).obj RES = $(NAME).res LINK_FLAG = /subsystem:windows ML_FLAG = /c /coff $(NAME).exe: $(OBJS) $(RES) Link $(LINK_FLAG) $(OBJS) $(RES) .asm.obj: ml $(ML_FLA
www.eeworm.com/read/14356/330517

h version.h

/* * libmad - MPEG 音频解码库 */ # ifndef LIBMAD_VERSION_H # define LIBMAD_VERSION_H # define MAD_VERSION_MAJOR 0 # define MAD_VERSION_MINOR 14 # define MAD_VERSION_PATCH 2 # define MAD_VE
www.eeworm.com/read/15710/535493

h version.h

/* * libmad - MPEG 音频解码库 */ # ifndef LIBMAD_VERSION_H # define LIBMAD_VERSION_H # define MAD_VERSION_MAJOR 0 # define MAD_VERSION_MINOR 14 # define MAD_VERSION_PATCH 2 # define MAD_VE
www.eeworm.com/read/455833/1609007

h util.h

#include void *xmalloc(size_t sz); void *xrealloc(void *p, size_t sz); #define new(p) ((p) = xmalloc(sizeof(*(p)))) int kernel_version(void); #define KRELEASE(maj,min,patch) ((maj) * 10