代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/233448/4684379
c 20020213-1.c
/* PR c/5503
Test whether argument checking is done for fputs, bzero and bcmp. */
typedef struct { int i; } FILE;
typedef __SIZE_TYPE__ size_t;
int fputs (const char *, FILE *);
void bzero (void *
www.eeworm.com/read/233448/4686187
c va-1.c
/* Test for strange warning in format checking. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-Wformat" } */
#include "format.h"
void
foo (void *p)
{
pr
www.eeworm.com/read/227819/4768494
sql db_postgresql.sql
/*
* $Id: db_postgresql.sql,v 1.16 2004/02/29 13:06:58 kkalev Exp $
*
* Postgresql schema for FreeRADIUS
*
* All field lengths need checking as some are still suboptimal. -pnixon 2003-07-13
*
*
www.eeworm.com/read/190666/5179521
c 20020213-1.c
/* PR c/5503
Test whether argument checking is done for fputs, bzero and bcmp. */
typedef struct { int i; } FILE;
typedef __SIZE_TYPE__ size_t;
int fputs (const char *, FILE *);
void bzero (void *
www.eeworm.com/read/190666/5179951
c va-1.c
/* Test for strange warning in format checking. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-Wformat" } */
#include "format.h"
void
foo (void *p)
{
pr
www.eeworm.com/read/175402/5347261
cpp 16_1.cpp
//16_1.cpp
#include
#include "account.h"
#include "savings.h"
#include "checking.h"
void main()
{
Savings* pS;
unsigned aN;
float val;
cout
www.eeworm.com/read/173141/5379779
out xasimplenegative.out
ij> --
-- some negative test for error checking
--
xa_datasource 'wombat';
ij> xa_connect user 'negativeTest' password 'xxx';
ij> -- start new transaction
xa_start xa_noflags 0;
ij> -- ERROR: cannot
www.eeworm.com/read/169697/5414207
in pmiconf.h.in
/* pmiconf.h.in. Generated from configure.in by autoheader. */
/* Define to 1 if you have the header file. */
#undef HAVE_ERRNO_H
/* define to enable error checking */
#undef HAVE_ERROR_
www.eeworm.com/read/162614/5529341
c ftrapv-1.c
/* Copyright (C) 2004 Free Software Foundation.
PR other/15526
Verify correct overflow checking with -ftrapv.
Written by Falk Hueffner, 20th May 2004. */
/* { dg-do run } */
/* { dg-optio
www.eeworm.com/read/162614/5529384
c 20020213-1.c
/* PR c/5503
Test whether argument checking is done for fputs, bzero and bcmp. */
typedef struct { int i; } FILE;
typedef __SIZE_TYPE__ size_t;
int fputs (const char *, FILE *);
void bzero (void *