代码搜索:checking

找到约 6,492 项符合「checking」的源代码

代码结果 6,492
www.eeworm.com/read/351171/3110602

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/262948/4307330

sql postgresql.sql

/* * $Id: postgresql.sql,v 1.1.2.8 2007/01/05 15:27:05 pnixon Exp $ * * Postgresql schema for FreeRADIUS * * All field lengths need checking as some are still suboptimal. -pnixon 2003-07-13 * *
www.eeworm.com/read/255402/4376360

sql postgresql.sql

/* * $Id: postgresql.sql,v 1.1.2.10 2007/07/16 11:22:49 pnixon Exp $ * * Postgresql schema for FreeRADIUS * * All field lengths need checking as some are still suboptimal. -pnixon 2003-07-13 *
www.eeworm.com/read/252364/4408929

d01f2f0c9c92001b1480d697f94b239e

//: 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/158865/5594351

c typeck.c

/* Build expressions with type checking for C++ compiler. Copyright (C) 1987, 88, 89, 92-98, 1999 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part
www.eeworm.com/read/158865/5594359

h cp-tree.h

/* Definitions for C++ parsing and type checking. Copyright (C) 1987, 92-97, 1998, 1999 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part of GNU CC
www.eeworm.com/read/158865/5594448

c typeck.c

/* Build expressions with type checking for CHILL compiler. Copyright (C) 1992, 93, 1994, 1998, 1999 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can r
www.eeworm.com/read/230048/6789175

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/292797/8332624

acinstall

#! /bin/sh # Install an aclocal-style M4 file. A script is needed to do this # because we want to do serial-number checking; newer versions of # macro files should always be preferred. # Usage: #
www.eeworm.com/read/172577/9701046

c sysctl.c

/* * sysctl.c: General linux system control interface * * Begun 24 March 1995, Stephen Tweedie * Added /proc support, Dec 1995 * Added bdflush entry and intvec min/max checking, 2/23/96, Tom Dyas