代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/171026/5399850

h opensslconf.h

/* MacOS/opensslconf.h */ #if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) #define OPENSSLDIR "/usr/local/ssl" #endif
www.eeworm.com/read/171026/5400353

h opensslconf.h

/* MacOS/opensslconf.h */ #if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) #define OPENSSLDIR "/usr/local/ssl" #endif
www.eeworm.com/read/171026/5400366

h opensslconf.h

/* MacOS/opensslconf.h */ #if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) #define OPENSSLDIR "/usr/local/ssl" #endif
www.eeworm.com/read/167046/5470208

h uclibc_clk_tck.h

/* Follow glibc's example and use 1024 for CLK_TCK to implement sysconf and * clock.c instead of the normal default of 100. * * WARNING: It is assumed that this is a constant integer value usable i
www.eeworm.com/read/163821/5508693

h uclibc_clk_tck.h

/* Follow glibc's example and use 1024 for CLK_TCK to implement sysconf and * clock.c instead of the normal default of 100. * * WARNING: It is assumed that this is a constant integer value usable i
www.eeworm.com/read/350097/3130037

makefile

# # Makefile for the kernel block device drivers. # # 12 June 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # # Note : at this point, these fil
www.eeworm.com/read/350097/3130107

makefile

# Makefile for the Linux sound card driver # # 18 Apr 1998, Michael Elizabeth Chastain, # Rewritten to use lists instead of if-statements. # All of the (potential) objects tha
www.eeworm.com/read/350097/3130436

makefile

# # Makefile for the kernel ata, atapi, and ide block device drivers. # # 12 September 2000, Bartlomiej Zolnierkiewicz # Rewritten to use lists instead of if-statements. # # Note :
www.eeworm.com/read/340665/3273844

c lookup17.c

// Bug: t->B is resolved to the type instead of the field. struct A { struct B { } *B; int i, j, k, l, m; }; struct A a; int main () { void *p = a.B; }
www.eeworm.com/read/339586/3297280

cpp exception.cpp

#include CPPUNIT_NS_BEGIN #ifdef CPPUNIT_ENABLE_SOURCELINE_DEPRECATED /*! * \deprecated Use SourceLine::isValid() instead. */ const std::string Exception::UNKNOWNFILENAME =