代码搜索:Emulate

找到约 948 项符合「Emulate」的源代码

代码结果 948
www.eeworm.com/read/304262/3800956

c filedisk.c

/* This is a virtual disk driver for Windows NT/2000/XP that uses one or more files to emulate physical disks. Copyright (C) 1999-2004 Bo Brant閚. This program is free software; you
www.eeworm.com/read/271579/4227936

c filedisk.c

/* This is a virtual disk driver for Windows NT/2000/XP that uses one or more files to emulate physical disks. Copyright (C) 1999-2004 Bo Brant閚. This program is free software; you
www.eeworm.com/read/402480/2321870

c preopen.c

/* loader-preopen.c -- emulate dynamic linking using preloaded_symbols Copyright (C) 1998, 1999, 2000, 2004, 2006, 2007 Free Software Foundation, Inc. Written by Thomas Tanner,
www.eeworm.com/read/395929/2427876

c vfork.c

/* Emulate vfork using just plain fork, for systems without a real vfork. This function is in the public domain. */ #include "ansidecl.h" extern int fork PARAMS ((void)); int vfork () { return
www.eeworm.com/read/384220/2602939

h iolibio.h

#include "libio.h" /* These emulate stdio functionality, but with a different name (_IO_ungetc instead of ungetc), and using _IO_FILE instead of FILE. */ #ifdef __cplusplus extern "C" { #endif e
www.eeworm.com/read/377874/2695890

c filedisk.c

/* This is a virtual disk driver for Windows NT/2000/XP that uses one or more files to emulate physical disks. Copyright (C) 1999-2004 Bo Brant閚. This program is free software; you
www.eeworm.com/read/154527/5636577

c filedisk.c

/* This is a virtual disk driver for Windows NT/2000/XP that uses one or more files to emulate physical disks. Copyright (C) 1999-2004 Bo Brant閚. This program is free software; you
www.eeworm.com/read/294489/8222830

c filedisk.c

/* This is a virtual disk driver for Windows NT/2000/XP that uses one or more files to emulate physical disks, release 7. Copyright (C) 1999, 2000, 2001, 2002 Bo Brant閚. This progr