代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/320714/13419478
c exec.c
/*
* linux/fs/exec.c
*
* (C) 1991 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* #!开始的程序检测部分是由tytso 实现的。
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything but
www.eeworm.com/read/320605/13421926
java checkcloneable.java
//: appendixa:CheckCloneable.java
// Checking to see if a reference can be cloned.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.
www.eeworm.com/read/319609/13448314
inc dxfcver.inc
{$B-} { Complete Boolean Evaluation }
{$R-} { Range-Checking }
{$T-} { Typed @ operator }
{$X+} { Extended syntax }
{$P+} { Open string params }
{$J+} { Writeable structured consts }
{$H+} { Use
www.eeworm.com/read/318470/13477898
inc cxver.inc
{$B-} { Complete Boolean Evaluation }
{$R-} { Range-Checking }
{$T-} { Typed @ operator }
{$X+} { Extended syntax }
{$P+} { Open string params }
{$J+} { Writeable structured consts }
{$H+} { Use
www.eeworm.com/read/131315/5936641
h cp-tree.h
/* Definitions for C++ parsing and type checking.
Copyright (C) 1987 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
GNU CC is free s
www.eeworm.com/read/131315/5940762
cc hash-table.cc
/* Hash table for checking keyword links. Implemented using double hashing.
Copyright (C) 1989 Free Software Foundation, Inc.
written by Douglas C. Schmidt (schmidt@ics.uci.edu)
This file is p
www.eeworm.com/read/127694/6002945
c ga_echeck.c
#include "gai_hdr.h"
/*
* Basic error checking of flags, family, socket type, and protocol.
*/
/* include ga_echeck */
int
ga_echeck(const char *hostname, const char *servname,
int flags, int
www.eeworm.com/read/119340/6090336
properties messagesbundle_pt_br.properties
MainWindow.menu.file.open.torrent=Arquivo .torrent
Main.download.state.waiting=Aguardando
Main.download.state.allocating=Alocando
Main.download.state.checking=Verificando
Main.download.state.ready
www.eeworm.com/read/119340/6090344
properties messagesbundle_pt_pt.properties
MainWindow.menu.file.open.torrent=Ficheiro .torrent
Main.download.state.waiting=Esperando
Main.download.state.allocating=Alocando
Main.download.state.checking=Verificando
Main.download.state.ready
www.eeworm.com/read/493101/6406635
c exec.c
/*
* linux/fs/exec.c
*
* (C) 1991 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* #!开始的程序检测部分是由tytso 实现的。
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything but