代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/171934/5390974

c auth_tag_ref.c

/* * PLEASE NOTE: * * This file is automatically generated by tag_dll.awk. * It contains tag_typedef_t for tag references. * * Do not, repeat, do not edit this file. Edit 'auth_tag.c' instead
www.eeworm.com/read/171934/5391001

c stun_tag_ref.c

/* * PLEASE NOTE: * * This file is automatically generated by tag_dll.awk. * It contains tag_typedef_t for tag references. * * Do not, repeat, do not edit this file. Edit 'stun_tag.c' instead
www.eeworm.com/read/169775/5410682

h combase.h

/* comBase.h - VxDCOM Base Definitions */ /* Copyright (c) 1999 Wind River Systems, Inc. */ /* modification history -------------------- 01l,21dec01,nel Use offset for DCC instead of adjustment in
www.eeworm.com/read/165926/5476435

c c_dd94.c

/* * This file was generated automatically by ExtUtils::ParseXS version 2.12 from the * contents of C_dd94.xs. Do not edit this file, edit C_dd94.xs instead. * * ANY CHANGES MADE HERE WILL BE
www.eeworm.com/read/162614/5523256

f90 select_1.f90

! from PR 15962, we used to require constant expressions instead of ! initialization expressions in case-statements function j(k) integer :: k integer :: j integer, parameter :: i(2) = (/1,2/) select
www.eeworm.com/read/350097/3129911

makefile

# # Makefile for the kernel SPARC audio drivers. # # 7 October 2000, Bartlomiej Zolnierkiewicz # Rewritten to use lists instead of if-statements. # O_TARGET := sparcaudio.o expor
www.eeworm.com/read/350097/3130966

makefile

# # Makefile for linux/drivers/scsi # # 30 May 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # # 20 Sep 2000, Torben Mathiasen # Changed
www.eeworm.com/read/350097/3132042

makefile

# Makefile for the Linux video drivers. # 5 Aug 1999, James Simmons, # Rewritten to use lists instead of if-statements. O_TARGET := matrox.o # All of the (potential)
www.eeworm.com/read/349545/3143801

m setstr.m

%SETSTR Convert numeric values into character string. % SETSTR has been renamed to CHAR. SETSTR still works but may be % removed in the future. Use CHAR instead. % % See also CHAR, ISCHAR.
www.eeworm.com/read/340665/3276270

c builtin.c

// Bug: g++ overloads strlen instead of bashing the builtin version. // Special g++ Options: -w // Build don't link: extern "C" void strlen (const char *); void f () { strlen("Hi"); }