代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/179911/5296874

makefile

# # Makefile for the Linux network (wan) device drivers. # # 3 Aug 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # SUB_DIRS := O_TARGET := wan.o e
www.eeworm.com/read/167185/5464311

me keys.me

.lo .SJ "Living with the Entropic License Manager System" .AU "Alan Parker" .TM ETM-S-91-xx:rap 1.2 1/22/93 .sh 1 "Introduction" .pp Instead of requiring that a given software license be associated pe
www.eeworm.com/read/162614/5518312

c ptrintsum1.c

// PR c++/4401 // This testcase was miscompiled on 64-bit platforms, resulting to // operating on a[0x100000000] instead of a[0]. // { dg-do run } // { dg-options "-O2" } char *a; char b[] = "AAAA";
www.eeworm.com/read/162614/5528997

c pr25682.c

/* PR c/25682 */ /* { dg-do compile } */ /* Test whether we don't ICE on questionable constructs where offsetof should have been used instead. */ struct S { char a[4]; int b; }; char c[(char
www.eeworm.com/read/350097/3130324

makefile

# # Makefile for the USB Mass Storage device drivers. # # 15 Aug 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # O_TARGET := storage.o EXTRA_CFLAGS := -I
www.eeworm.com/read/350097/3131676

makefile

# # Makefile for the Linux IrDA infrared port device drivers. # # 9 Aug 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # O_TARGET := irda.o export-objs =
www.eeworm.com/read/350097/3131767

makefile

# # Makefile for the Linux network (wan) device drivers. # # 3 Aug 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # SUB_DIRS := O_TARGET := wan.o e
www.eeworm.com/read/348288/3157503

h config.h

/* src/config.h. Generated from config.h.in by configure. */ /* src/config.h.in. Generated from configure.ac by autoheader. */ /* Define if .align takes 3 for alignment of 2^3=8 bytes instead of
www.eeworm.com/read/340665/3273072

c ptrintsum1.c

// PR c++/4401 // This testcase was miscompiled on 64-bit platforms, resulting to // operating on a[0x100000000] instead of a[0]. // { dg-do run } // { dg-options "-O2" } char *a; char b[] = "AAAA";
www.eeworm.com/read/339586/3296797

todo

Todo List Todo Before 1.0.0 Release * Remove any calls to malloc with calls to new char[]. (Peer.cxx). * use SUN_LEN instead of sizeof for AF_LOCAL; * Separate the inet_ntop and inet_pt