代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/470720/1451935
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/470720/1452528
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/470693/1463881
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/470693/1464474
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/240162/4589614
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/240162/4590212
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/236246/4643041
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/233554/4666204
c atoint.c
/*
* atoint - convert an ascii string to a signed long, with error checking
*/
#include
#include
#include "ntp_types.h"
#include "ntp_stdlib.h"
int
atoint(
const char *str
www.eeworm.com/read/233448/4684334
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