代码搜索:does
找到约 10,000 项符合「does」的源代码
代码结果 10,000
www.eeworm.com/read/144216/5752364
t h2ph.t
#!./perl
# quickie tests to see if h2ph actually runs and does more or less what is
# expected
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
}
print "1..2\n";
# quickly compare two text fi
www.eeworm.com/read/124910/6036475
c system.c
/* SunOS 4 does have `waitpid'. Avoid unix/system.c, which says we don't. */
#include
www.eeworm.com/read/124910/6036556
c system.c
/* BSD 4.4 does have `waitpid'. Avoid unix/system.c, which says we don't. */
#include
www.eeworm.com/read/124910/6036580
c system.c
/* OSF/1 does have `waitpid'. Avoid unix/system.c, which says we don't. */
#include
www.eeworm.com/read/124910/6036614
c system.c
/* Ultrix 4 does have `waitpid'. Avoid unix/system.c, which says we don't. */
#include
www.eeworm.com/read/124910/6038220
h sysdep.h
/* System V does not precede the asm names of C symbols with a `_'. */
#define NO_UNDERSCORES
#include
www.eeworm.com/read/486174/6544936
log version.log
**************************************************************************
MpZbee v0.9.02
**************************************************************************
===================
Fixes/Im
www.eeworm.com/read/402294/11538789
man muttbug.man
.\" -*-nroff-*-
.\"
.\"
.\" Copyright (C) 1996-2000 Thomas Roessler
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under
www.eeworm.com/read/347853/11631069
pro ch18ex01.pro
/*
Turbo Prolog 2.0 Chapter 18, Example Program 1
Copyright (c) 1986, 88 by Borland International, Inc
*/
database
xpositive(symbol, symbol)
xnegative(symbol, symbol)
www.eeworm.com/read/158222/11632595
bugs
* Synchronization points are still a weak point and need some work -
it's trivial to show, one client may block the whole transfer by simply
not responding. Well. If it timeouts, it will be kille