代码搜索:hack
找到约 2,135 项符合「hack」的源代码
代码结果 2,135
www.eeworm.com/read/187332/5224651
c kill.c
/*
*
* $Id: kill.c,v 1.4 2004/08/24 08:58:29 janakj Exp $
*
* in this file, we implement the ability to send a kill signal to
* a child after some time; its a quick ugly hack, for example kill
*
www.eeworm.com/read/173916/5366634
c ans.c
/* ans.c - Interface for text2atm and atm2text to ANS */
/* Written 1996-2000 by Werner Almesberger, EPFL-LRC/ICA */
/*
* This stuff is a temporary hack to avoid using gethostbyname_nsap and such
www.eeworm.com/read/349936/3137204
c ans.c
/* ans.c - Interface for text2atm and atm2text to ANS */
/* Written 1996-2000 by Werner Almesberger, EPFL-LRC/ICA */
/*
* This stuff is a temporary hack to avoid using gethostbyname_nsap and such
www.eeworm.com/read/346982/3179168
cpp main.cpp
// this code compiles and runs with our latest prototype for this specification
#include "scv.h"
// hack to fake a true fifo_mutex
#define fifo_mutex sc_mutex
const unsigned ram_size = 256;
class
www.eeworm.com/read/341356/3252538
pl send-trap.pl
#!@install.perl.bin@
#
# a quick hack of a script to send traps
# by Ben Reed (ben@opennms.org)
#
# whee!
$|++;
use lib '.';
use Net::SNMP;
use Getopt::Mixed qw(nextOption);
use Time::HiRes qw(uslee
www.eeworm.com/read/338466/3317865
c ans.c
/* ans.c - Interface for text2atm and atm2text to ANS */
/* Written 1996-2000 by Werner Almesberger, EPFL-LRC/ICA */
/*
* This stuff is a temporary hack to avoid using gethostbyname_nsap and such
www.eeworm.com/read/310527/3696250
c ans.c
/* ans.c - Interface for text2atm and atm2text to ANS */
/* Written 1996-2000 by Werner Almesberger, EPFL-LRC/ICA */
/*
* This stuff is a temporary hack to avoid using gethostbyname_nsap and such
www.eeworm.com/read/301877/3831162
h macmain.h
// This embarassing hack exists purely because EMACS' electric-c indentation
// mode is too clever by half...
#ifdef __cplusplus
#define BEGIN_EXTERN_C extern "C" {
#define END_EXTERN_C };
#else
#defi
www.eeworm.com/read/276787/4163312
control bluez-dtl1-workaround.control
Package: bluez-dtl1-workaround
Version: 1.0-r1
Description: A nasty hack for for dtl1-cs driver to workaround suspend/resume.
Section: console
Priority: optional
Maintainer: Angstrom Developers
www.eeworm.com/read/431110/1912312
c utils.c
#include "ipsec_hack.h"
int read_hex_int(char *c) {
unsigned int result = 0;
while (*c != '\0') {
if (*c >= '0' && *c