代码搜索:hack
找到约 2,135 项符合「hack」的源代码
代码结果 2,135
www.eeworm.com/read/209559/4959116
sh machgen.sh
#!/bin/sh
#
# include/asm-sh/machtype.h header generation script for SuperH
#
# Copyright (C) 2003 Paul Mundt
#
# This is pretty much a quick and dirty hack based off of the awk
# script written by rm
www.eeworm.com/read/204040/5036259
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,,
www.eeworm.com/read/182103/5272425
c ftpd.c
/* FIXME: 1. Parse command is a hack. We can do better.
* 2. Some sort of access control?
* 3. OSV: hooks support seems to be bad, as it requires storing of
* entire input
www.eeworm.com/read/180437/5284056
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/180437/5284309
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/178760/5313252
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/170239/5406174
c etherdev.c
/* etherdev.c:
This code supports some basic ethernet device-specific stuff.
This is a hack from Motorola dbug code, primarily fec.c.
General notice:
This code is part of a boot-monit
www.eeworm.com/read/169979/5407665
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/169979/5407917
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/167185/5465476
rundemo
#! /bin/csh -f
# @(#)rundemo 1.8 11/8/91 ERL
# demo cover script, needed as a hack since DEC doesn't have unset!
unsetenv BBOX_QUIT_BUTTON
exec ./rundemo.sh $*