代码搜索:Emulation
找到约 6,488 项符合「Emulation」的源代码
代码结果 6,488
www.eeworm.com/read/113399/6131547
c gethostname.c
/* gethostname(2) system call emulation */
#include
#include
#include
#include
#include
#include
#define HOSTNAME_
www.eeworm.com/read/105064/6200382
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/105064/6200385
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/101066/6256276
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/169775/5410190
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/168542/5445021
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/152843/5660170
makefile
#
# Makefile for the ia32 kernel emulation subsystem.
#
obj-$(CONFIG_IA32_EMULATION) := ia32entry.o sys_ia32.o ia32_ioctl.o \
ia32_signal.o tls32.o \
ia32_binfmt.o fpu32.o ptrace32.o syscall32.o sy
www.eeworm.com/read/204654/15335680
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/204654/15335683
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/100052/15571765
c symlink.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Symlink emulation for Win32.
*/
#include
#include
#define M