代码搜索:Emulate

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

代码结果 948
www.eeworm.com/read/131315/5940488

c bcmp.c

/* Emulate bcmp using memcmp Copyright (C) 1991 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or modify it unde
www.eeworm.com/read/131315/5940528

c getcwd.c

/* Emulate getcwd using getwd. Copyright 1991 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or modify it under
www.eeworm.com/read/126411/6017658

substr2

# # substr -- a function to emulate the ancient ksh builtin # # -l == remove shortest from left # -L == remove longest from left # -r == remove shortest from right (the default) # -R == remove longes
www.eeworm.com/read/101082/6242271

ti pc.ti

# # PC - Personal Computers and Workstations emulating terminals. # @(#)pc.ti 4.1 (ULTRIX) 7/2/90 # # This category is strange. The typical personal computer offers a program # to emulate a "terminal
www.eeworm.com/read/493401/6402321

h timer.h

// timer.h // Data structures to emulate a hardware timer. // // A hardware timer generates a CPU interrupt every X milliseconds. // This means it can be used for implementing time-slicing, or for //
www.eeworm.com/read/493401/6402324

cc timer.cc

// timer.cc // Routines to emulate a hardware timer device. // // A hardware timer generates a CPU interrupt every X milliseconds. // This means it can be used for implementing time-slicing
www.eeworm.com/read/481225/6645147

h timer.h

// timer.h // Data structures to emulate a hardware timer. // // A hardware timer generates a CPU interrupt every X milliseconds. // This means it can be used for implementing time-slicing, or for //
www.eeworm.com/read/481225/6645150

cc timer.cc

// timer.cc // Routines to emulate a hardware timer device. // // A hardware timer generates a CPU interrupt every X milliseconds. // This means it can be used for implementing time-slicing
www.eeworm.com/read/261210/11659357

h pptp_options.h

/* pptp_options.h ...... various constants used in the PPTP protocol. * #define STANDARD to emulate NT 4.0 exactly. * C. Scott Ananian
www.eeworm.com/read/227822/14410727

h slirp_config.h

/* * User definable configuration options */ /* Undefine if you don't want talk emulation */ #undef EMULATE_TALK /* Define if you want the connection to be probed */ /* XXX Not working yet, so ign