代码搜索:hack

找到约 2,135 项符合「hack」的源代码

代码结果 2,135
www.eeworm.com/read/209211/4981570

c flfmt.c

#include "stdinc.h" #include "dat.h" #include "fns.h" #include "flfmt9660.h" #define blockWrite _blockWrite /* hack */ static void usage(void); static u64int fdsize(int fd); static void partition(in
www.eeworm.com/read/196974/5098928

c interface.c

#include #include #include "mpg123.h" #include "mpglib.h" /* Global mp .. it's a hack */ struct mpstr *gmp; static int rewindBytes = 0; BOOL InitMP3(struct mpstr *mp) { mem
www.eeworm.com/read/191270/5166612

c interface.c

#include #include #include "mpg123.h" #include "mpglib.h" /* Global mp .. it's a hack */ struct mpstr *gmp; static int rewindBytes = 0; BOOL InitMP3(struct mpstr *mp) { mem
www.eeworm.com/read/182103/5271061

h system.h

#ifndef SYSTEM_H #define SYSTEM_H #include /* HACK */ #if defined(__i386__) #include #endif /* functions */ extern rtems_task Init(rtems_task_argument argument); #include
www.eeworm.com/read/179911/5298387

h asmmacro.h

#ifndef _ASM_IA64_ASMMACRO_H #define _ASM_IA64_ASMMACRO_H /* * Copyright (C) 2000 Hewlett-Packard Co * Copyright (C) 2000 David Mosberger-Tang */ #if 1 /* * This is a hack t
www.eeworm.com/read/350097/3133277

h asmmacro.h

#ifndef _ASM_IA64_ASMMACRO_H #define _ASM_IA64_ASMMACRO_H /* * Copyright (C) 2000 Hewlett-Packard Co * Copyright (C) 2000 David Mosberger-Tang */ #if 1 /* * This is a hack t
www.eeworm.com/read/409921/2219553

h precomp.h

#ifndef _CRT_PRECOMP_H #define _CRT_PRECOMP_H /* We don't want to use the Microsoft CRT inline functions so we hack around them in msvc build */ #define _INC_WTIME_INL #define _INC_UTIME_INL
www.eeworm.com/read/351636/3101324

cmake createlanguagesupport.cmake

MACRO(ADD_PYTHON_TYPEMAP simple_name cpp_name swig_name template_params_without_u) # TODO: remove this hack once bug #6177 is fixed STRING(REGEX REPLACE "(^| ||,)" "\\1\\2u
www.eeworm.com/read/158106/5598147

c interface.c

#include #include #include "mpg123.h" #include "mpglib.h" /* Global mp .. it's a hack */ struct mpstr *gmp; static int rewindBytes = 0; BOOL InitMP3(struct mpstr *mp) { mem
www.eeworm.com/read/103514/15730057

c readpcx.c

/* Zgv v3.3 - GIF, JPEG and PBM/PGM/PPM viewer, for VGA PCs running Linux. * Copyright (C) 1993-1999 Russell Marks. See README for license details. * * readpcx.c - PCX decoder. This is a quick hack