代码搜索:checking

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

代码结果 6,492
www.eeworm.com/read/481537/6642738

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
www.eeworm.com/read/408584/11381796

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/400742/11569736

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/156173/11823531

bootstrap

#! /bin/sh # checking for the GLOBUS_LOCATION if test "x$GLOBUS_LOCATION" = "x"; then echo "ERROR Please specify GLOBUS_LOCATION" >&2 exit 1 fi if [ ! -f ${GLOBUS_LOCATION}/libexec/globus-b
www.eeworm.com/read/342301/12031361

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/256010/12036923

txt 1.txt

2 * linux/fs/exec.c 3 * 4 * Copyright (C) 1991, 1992 Linus Torvalds 5 */ 6 7 /* 8 * #!-checking implemented by tytso. 9 */ 10 /* 11 * Demand-loading implemented 01.12.91 - no need
www.eeworm.com/read/253095/12245185

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/150914/12245492

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/131256/14154264

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/130981/14164659

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