代码搜索:checking

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

代码结果 6,492
www.eeworm.com/read/340665/3280249

c vla-init-1.c

/* Test for tree-checking error when initializing a variable-length array (not allowed): constructor_max_index needs to be an INTEGER_CST. */ /* Origin: Joseph Myers . */ /* { dg
www.eeworm.com/read/336126/3353854

java dividebyzerotest.java

// DivideByZeroTest.java // A simple exception handling example. // Checking for a divide-by-zero-error. import java.text.DecimalFormat; import javax.swing.*; import java.awt.*; import java.awt
www.eeworm.com/read/334125/3372734

m4 sqlite3.m4

######################################################## # Compile with SQLITE3 support? SQLITE3_LIBS="" with_sqlite3_support=no AC_MSG_CHECKING([for SQLITE3 support]) AC_ARG_WITH(sqlite3, AS_HELP_S
www.eeworm.com/read/316872/3589548

c arch_checks.c

/* * File: arch/blackfin/mach-common/arch_checks.c * Based on: * Author: Robin Getz * * Created: 25Jul07 * Description: Do some checking to make sure
www.eeworm.com/read/316872/3601681

h uaccess.h

#ifndef __ALPHA_UACCESS_H #define __ALPHA_UACCESS_H #include #include /* * The fs value determines whether argument validity checking should be * performed or not.
www.eeworm.com/read/298657/3860874

h bp-checks.h

/* Bounded-pointer checking macros for C. Copyright (C) 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Greg McGary The GNU C
www.eeworm.com/read/292705/3948028

h uaccess.h

#ifndef __ALPHA_UACCESS_H #define __ALPHA_UACCESS_H #include #include /* * The fs value determines whether argument validity checking should be * performed or not.
www.eeworm.com/read/285857/4044393

h xalloc.h

/* xalloc.h -- malloc with out-of-memory checking Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2003, 2004 Free Software Foundation, Inc. This program is f
www.eeworm.com/read/279968/4129963

h bp-checks.h

/* Bounded-pointer checking macros for C. Copyright (C) 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Greg McGary The GNU C
www.eeworm.com/read/276997/4159517

py option.py

"""optik.option Defines the Option class and some standard value-checking functions. Cheetah modifications: added "Cheetah.Utils.optik." prefix to all intra-Optik imports. """ __revision__ = "$I