代码搜索:misc
找到约 10,000 项符合「misc」的源代码
代码结果 10,000
www.eeworm.com/read/190428/8443880
c misc.c
/*
* Layer Two Tunnelling Protocol Daemon
* Copyright (C) 1998 Adtran, Inc.
* Copyright (C) 2002 Jeff McAdams
*
* Mark Spencer
*
* This software is distributed under the terms
* of the GPL, wh
www.eeworm.com/read/189512/8466669
c misc.c
/* Copyright (c) 1994 Burra Gopal, Udi Manber. All Rights Reserved. */
/*
* misc.c: Miscellaneous routines used everywhere.
*/
#include "defs.h"
#define MYEOF 0xffffffff
/*
* These are the glo
www.eeworm.com/read/189325/8475276
o misc.o
www.eeworm.com/read/189325/8475287
c misc.c
#include "defs.h"
#define NEXT(x,radix) (x+1)%radix
#define INC(x,radix) x=NEXT(x,radix)
int enqueue(queue_t *q,uint val)
{
if (!q)
return 0;
if(NEXT(q->tail,q->size) == q
www.eeworm.com/read/189056/8493740
h misc.h
/* Declarations for miscelaneous routines.
Copyright (C) 2000 Kalum Somaratna
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General P
www.eeworm.com/read/189056/8493763
c misc.c
/* Miscelaneous routines that don't quite fit anywhere else :).
Copyright (C) 2000 Kalum Somaratna
This program is free software; you can redistribute it and/or modify
it under the terms
www.eeworm.com/read/290066/8508155
c misc.c
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/289593/8540734
c misc.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include "Misc
www.eeworm.com/read/289593/8540736
h misc.h
/*
*
* Multithreaded HTTP Download Accelarator: Aget
* (c) 2002, Murat Balaban
*
* See COPYING for copyright and copying restrictions
*
*/
#ifndef MISC_H
#define MISC_H
www.eeworm.com/read/433100/8546489