代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/170836/9785566
lcc makefile.lcc
# Makefile for putty under lcc.
#
# This file was created by `mkfiles.pl' from the `Recipe' file.
# DO NOT EDIT THIS FILE DIRECTLY; edit Recipe or mkfiles.pl instead.
#
# Extra options you can se
www.eeworm.com/read/170836/9785792
vc makefile.vc
# Makefile for putty under Visual C.
#
# This file was created by `mkfiles.pl' from the `Recipe' file.
# DO NOT EDIT THIS FILE DIRECTLY; edit Recipe or mkfiles.pl instead.
#
# Extra options you c
www.eeworm.com/read/170836/9785918
mpw makefile.mpw
# Makefile for putty under MPW.
#
# This file was created by `mkfiles.pl' from the `Recipe' file.
# DO NOT EDIT THIS FILE DIRECTLY; edit Recipe or mkfiles.pl instead.
#
# Extra options you can se
www.eeworm.com/read/414988/11087330
java sequence9.java
// holding/Sequence9.java
// TIJ4 Chapter Holding, Exercise 9, page 409
// Modify innerclasses/Sequence.java so that Sequence works with an Iterator
// instead of a Selector.
import java.util.*;
www.eeworm.com/read/110490/15532506
configuration-file readme.configuration-file
Unlike many daemons, Pure-FTPd doesn't read any configuration file (but for
LDAP and SQL). Instead, it uses command-line options. For instance, the '-H'
flag is designed to speed up highly loaded serv
www.eeworm.com/read/109611/15553547
c alloca.c
/*
alloca -- (mostly) portable public-domain implementation -- D A Gwyn
last edit: 86/05/30 rms
include config.h, since on VMS it renames some symbols.
Use xmalloc instead of malloc.
www.eeworm.com/read/105052/15678980
changelog
2004-01-25 Yoshinori K. Okuji
* docs/grub.texi (Obtaining and Building GRUB): Instead of
describing how to use the anoncvs method, specify the URL of
the description page on Sa
www.eeworm.com/read/102417/15781532
c alloca.c
/*
alloca -- (mostly) portable public-domain implementation -- D A Gwyn
last edit: 86/05/30 rms
include config.h, since on VMS it renames some symbols.
Use xmalloc instead of malloc.
www.eeworm.com/read/100302/15877443
c log.c
/*
* @(#) log.c RCS: $Revision: 1.6 $ $Date: 95/03/08 15:54:50 $
*
* Logging facility
*
* #define _USE_SYSLOG if you want to use logging via a socket to syslogd
* instead of logging to a file.