代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/340665/3280658
c 990506-0.c
/* Verify that a diagnostic is issued without crashing due to
--enable-checking catching a bug in the C front end. */
/* { dg-do compile } */
x()
{
foo (i);
/* { dg-error "undeclared" "undecla
www.eeworm.com/read/338256/3319047
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity dcfifo_fefifo is
generic(
lpm_widthad : integer := 1;
lpm_numwords : integer := 1;
underflow_checking: string := "
www.eeworm.com/read/338256/3319280
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity dcfifo_fefifo is
generic(
lpm_widthad : integer := 1;
lpm_numwords : integer := 1;
underflow_checking: string := "
www.eeworm.com/read/336570/3349265
c conntest2.c
#include
int main()
{
Connection conn;
DbRetVal rv = conn.open("praba", "manager");
if (rv != OK) return 1;
//checking whether it returns already connected error
rv = con
www.eeworm.com/read/334125/3372917
m4 fsusage.m4
#################################################
# these tests are taken from the GNU fileutils package
AC_CHECKING(how to get filesystem space usage)
AC_CHECK_HEADERS(sys/statfs.h sys/statvfs.h sys/
www.eeworm.com/read/334125/3373482
pm input.pm
# Samba Build System
# - the input checking functions
#
# Copyright (C) Stefan (metze) Metzmacher 2004
# Copyright (C) Jelmer Vernooij 2004
# Released under the GNU GPL
use strict;
package smb_bui
www.eeworm.com/read/328214/3446070
c lp.c
/*
* Copyright (C) 1992 by Jim Weigand and Linus Torvalds
* Copyright (C) 1992,1993 by Michael K. Johnson
* - Thanks much to Gunter Windau for pointing out to me where the error
* checking o
www.eeworm.com/read/325387/3484323
conf
# Copyright (C) Igor Sysoev
echo "checking for perl"
NGX_PERL_VER=`$NGX_PERL -v 2>&1 | grep '^This is perl' 2>&1 \
| sed -e 's/^This is perl, \(.*\)/\1/'`
if test
www.eeworm.com/read/323894/3507258
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity dcfifo_fefifo is
generic(
lpm_widthad : integer := 1;
lpm_numwords : integer := 1;
underflow_checking: string := "
www.eeworm.com/read/319702/3552919
java serverhostkeyverifier.java
package ch.ethz.ssh2;
/**
* A callback interface used to implement a client specific method of checking
* server host keys.
*
* @author Christian Plattner, plattner@inf.ethz.ch
* @vers