代码搜索:Emulate
找到约 948 项符合「Emulate」的源代码
代码结果 948
www.eeworm.com/read/316872/3603912
c tick-broadcast.c
/*
* linux/kernel/time/tick-broadcast.c
*
* This file contains functions which emulate a local clock-event
* device via a broadcast event source.
*
* Copyright(C) 2005-2006, Thomas Gleixner
www.eeworm.com/read/429920/1943959
c util_lib.c
/*
* util_lib.c
* Utility functions to emulate MACT
*
* by Jonathon Fowler
*
* Since we weren't given the source for MACT386.LIB so I've had to do some
* creative interpolation here.
*
*/
//-
www.eeworm.com/read/429920/1943963
c file_lib.c
/*
* file_lib.c
* File functions to emulate MACT
*
* by Jonathon Fowler
*
* Since we weren't given the source for MACT386.LIB so I've had to do some
* creative interpolation here.
*
*/
//----
www.eeworm.com/read/400494/2350445
h getpagesize.h
/* Emulate getpagesize on systems that lack it. */
#ifndef HAVE_GETPAGESIZE
#ifdef VMS
#define getpagesize() 512
#endif
#ifdef HAVE_UNISTD_H
#include
#endif
#ifdef _SC_PAGESIZE
#define
www.eeworm.com/read/262948/4307791
in radtest.in
#! /bin/sh
#
# radtest Emulate the user interface of the old
# radtest that used to be part of FreeRADIUS.
#
# Version: $Id: radtest.in,v 1.7 2002/09/30 19:05:02 aland Exp $
#
prefix="@prefix@"
exec
www.eeworm.com/read/259371/4344151
c oldbind.compat.c
/*
** OLDBIND.COMPAT.C
**
** Very old systems do not have res_query(), res_querydomain() or
** res_search(), so emulate them here.
**
** You really ought to be upgrading to a newer version of B
www.eeworm.com/read/255402/4376822
in radtest.in
#! /bin/sh
#
# radtest Emulate the user interface of the old
# radtest that used to be part of FreeRADIUS.
#
# Version: $Id: radtest.in,v 1.7 2002/09/30 19:05:02 aland Exp $
#
prefix="@prefix@"
exec
www.eeworm.com/read/295630/8149704
c fet140_i2c_04.c
//-----------------------------------------------------------------------------
// MSP430F169 TMP100 I2C Slave Emulation II
//
// Uses ADC12 and I2C modules to emulate behaviour of the TMP100
// t
www.eeworm.com/read/108406/15586992
c fet140_i2c_04.c
//-----------------------------------------------------------------------------
// MSP430F169 TMP100 I2C Slave Emulation II
//
// Uses ADC12 and I2C modules to emulate behaviour of the TMP100
// t
www.eeworm.com/read/199841/7097705
c colormap.c
#include "nxlib.h"
/*
* Local colormap functions to emulate X11 colormap scheme
*/
static nxColormap *colormap_hash[32];
static int colormap_id = 1;
static Colormap _defaultColormap = 0;
static Co