代码搜索:hack
找到约 2,135 项符合「hack」的源代码
代码结果 2,135
www.eeworm.com/read/271765/10981177
c test.c
/* This is the worst code you have ever seen written on purpose.... this code is just a big hack to test
out the functionality of the library */
#ifdef SONY_PS2
#include
#include
www.eeworm.com/read/364251/7075538
h elfgcchack.h
/*
* elfgcchack.h: hack by Arjan van de Ven to speed
* up the code when using gcc for call within the library.
*
* Based on the analysis http://people.redhat.com/
www.eeworm.com/read/136959/13351740
c dspclock.c
/* public domain TSR clock code. By Michelangelo Jones, 1:141/575 or
// 1:1/124. Very little support available; this is a quick hack, not
// an example of the best way to write a clock TSR! Use at own
www.eeworm.com/read/309649/13667515
c dspclock.c
/* +++Date last modified: 05-Jul-1997 */
/* public domain TSR clock code. By Michelangelo Jones, 1:141/575 or
// 1:1/124. Very little support available; this is a quick hack, not
// an example of
www.eeworm.com/read/145991/5741206
c arcsqs.c
/*
* $Header: arcsqs.c,v 1.2 88/06/01 16:31:39 hyc Locked $
*/
/* ARC - Archive utility - SQUASH
(C) COPYRIGHT 1985 by System Enhancement Associates; ALL RIGHTS RESERVED
This is a quick hack
www.eeworm.com/read/145991/5741459
c arcsqs.c
/*
* $Header: arcsqs.c,v 1.2 88/06/01 16:31:39 hyc Locked $
*/
/* ARC - Archive utility - SQUASH
(C) COPYRIGHT 1985 by System Enhancement Associates; ALL RIGHTS RESERVED
This is a quick hack
www.eeworm.com/read/125819/6020870
c string.c
/* Dumb strings stub.
Wanted a quick hack for now - will use the libc version later.
*/
char *_strcpy(char *dest, const char *source)
{
char *d = dest;
const char *s = source;
while (*d
www.eeworm.com/read/124989/6034729
readme
mkQNXnbi is a quick hack to generate tagged images from QNX boot images.
To boot a QNX client with Etherboot you have to consider the following:
1. You MUST have another QNX box running in the networ
www.eeworm.com/read/124109/6055767
c string.c
/* Dumb strings stub.
Wanted a quick hack for now - will use the libc version later.
*/
char *_strcpy(char *dest, const char *source)
{
char *d = dest;
const char *s = source;
while (*d
www.eeworm.com/read/121089/6070602
asm move.asm
;
; memory routines
;
; Modifications:
;
; 01-Dec-1986 mz Optimize odd move using rcl hack
;
.xlist
include ..\h\cmacros.inc
.list
sBegin code
assumes cs,code
cProc Move,,