代码搜索:Emulation
找到约 6,488 项符合「Emulation」的源代码
代码结果 6,488
www.eeworm.com/read/300969/13874459
c gethostname.c
/* gethostname(2) system call emulation */
#include
#include
#include
#include
#include
#include
#define HOSTNAME_
www.eeworm.com/read/144213/5752731
h stdlib.h
/*
** stdlib.h
**
** Emulation of the Unix stdlib.h header file for PRIMOS
**
** Author: Peter Eriksson
*/
#ifndef __STDLIB_H__
#define __STDLIB_H__
extern char *malloc();
exter
www.eeworm.com/read/144213/5752734
h errno.h
/*
** errno.h
**
** Emulation of the Unix errno.h header file for PRIMOS
**
** Author: Peter Eriksson
*/
#ifndef __ERRNO_H__
#define __ERRNO_H__
#include
#define ENOEN
www.eeworm.com/read/144212/5752737
c vprint.c
/* vprint.c -- v[fs]printf() for 4.[23] BSD systems. */
/* Copyright (C) 1987,1989 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software; you c
www.eeworm.com/read/136821/5851604
h temulation.h
/* -------------------------------------------------------------------------- */
/* */
/* [emulation.h] Fundamental
www.eeworm.com/read/131315/5943353
h stdlib.h
/*
** stdlib.h
**
** Emulation of the Unix stdlib.h header file for PRIMOS
**
** Author: Peter Eriksson
*/
#ifndef __STDLIB_H__
#define __STDLIB_H__
extern char *malloc();
exter
www.eeworm.com/read/131315/5943356
h errno.h
/*
** errno.h
**
** Emulation of the Unix errno.h header file for PRIMOS
**
** Author: Peter Eriksson
*/
#ifndef __ERRNO_H__
#define __ERRNO_H__
#include
#define ENOEN
www.eeworm.com/read/130382/5958141
c poclink.c
#include "version.h"
#include "vpn.h"
#include "vpndbg.h"
#include "pgpNetKernel.h"
NDIS_STATUS PolicyManagerInitialize(
IN PDRIVER_OBJECT DriverObject,
IN PUNICODE_STRING RegistryPath,
www.eeworm.com/read/126765/6011995
c mathsoftlib.c
/* mathSoftLib.c - high-level floating-point emulation library */
/* Copyright 1984-1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01a,07apr
www.eeworm.com/read/124989/6034864
h vga.h
/*
*
* modified
* by Steve M. Gehlbach
*
* Originally from linux/drivers/video/vga16.c by
* Ben Pfaff and Petr Vandrovec
* Copyrigh