代码搜索:Emulate

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

代码结果 948
www.eeworm.com/read/419980/10824884

c dev_dec21140.c

/* * Cisco C7200 (Predator) DEC21140 Module. * Copyright (C) 2005,2006 Christophe Fillot. All rights reserved. * * DEC21140 FastEthernet chip emulation. * * It allows to emulate a C7200-IO-FE
www.eeworm.com/read/101082/6245340

3cur tgetent.3cur

.TH tgetent 3cur .SH Name tgetent, tgetnum, tgoto, tgetstr, tgetflag \- emulate termcap for old programs .SH Syntax .B int .B tgetent(bp, name) .br .B char *bp, *name; .PP .B int .B tgetflag(id) .br
www.eeworm.com/read/101082/6247235

3cur tgetent.3cur

.TH tgetent 3cur .SH Name tgetent, tgetnum, tgoto, tgetstr, tgetflag \- emulate termcap for old programs .SH Syntax .B int .B tgetent(bp, name) .br .B char *bp, *name; .PP .B int .B tgetflag(id) .br
www.eeworm.com/read/385462/2590901

makefile

obj-y += asid.o obj-y += emulate.o obj-y += entry.o obj-y += intr.o obj-y += svm.o obj-y += vmcb.o
www.eeworm.com/read/468610/1484984

cmd indir.cmd

/* OS/2 rexx script to emulate the "cd dir; command" mechanism in make * which does not work with stupid CMD.EXE * * $XFree86: xc/config/util/indir.cmd,v 3.1 1996/01/24 21:56:12 dawes Exp $ */ cur
www.eeworm.com/read/406309/2278684

cmd indir.cmd

/* OS/2 rexx script to emulate the "cd dir; command" mechanism in make * which does not work with stupid CMD.EXE * * $XFree86: xc/config/util/indir.cmd,v 3.1 1996/01/24 21:56:12 dawes Exp $ */ cur
www.eeworm.com/read/102071/6234510

changelog

2000-02-29 Erik de Castro Lopo * private.h Added #defines to emulate normal compile time options. 2000-02-28 Erik de Castro Lopo * everthing
www.eeworm.com/read/102068/6234543

changelog

2000-02-29 Erik de Castro Lopo * private.h Added #defines to emulate normal compile time options. 2000-02-28 Erik de Castro Lopo * everthing
www.eeworm.com/read/244005/4516033

changelog

2000-02-29 Erik de Castro Lopo * private.h Added #defines to emulate normal compile time options. 2000-02-28 Erik de Castro Lopo * everthing
www.eeworm.com/read/334325/12612580

c swab.c

#include "../config.h" #ifndef HAVE_SWAB /* system has no swab. emulate via bswap */ #include "../bswap.h" #include void swab(const void *from, void *to, ssize_t n) { const int16_t *in