代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/366702/2882158
c pr33697.c
/* { dg-do compile } */
/* We used to ICE for this with type-checking enabled. */
typedef signed short gint16;
typedef unsigned short guint16;
gint16 dissect_old_pflog(gint16 rnr)
{
return (guint
www.eeworm.com/read/366702/2883810
c pr33696.c
/* { dg-do compile } */
/* This used to ICE with type-checking enabled. */
typedef unsigned char uint8_t;
typedef unsigned int uint_least32_t;
extern int foo (long int __off);
void write (uint_leas
www.eeworm.com/read/366702/2884428
c strfmon-1.c
/* Test for strfmon format checking. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wformat" } */
#include "format.h"
void
foo (char *s, size_t
www.eeworm.com/read/361261/2948395
patch pkgcfg.patch
--- configure.in.orig 2006-11-05 19:40:10.000000000 +0000
+++ configure.in 2006-11-05 19:42:10.000000000 +0000
@@ -62,10 +62,10 @@
AC_MSG_CHECKING([for Win32])
case "$host" in
- *-*-mingw*)
-
www.eeworm.com/read/162614/5531279
c strfmon-1.c
/* Test for strfmon format checking. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wformat" } */
#include "format.h"
void
foo (char *s, size_t
www.eeworm.com/read/471444/6892631
c chksja.c
/* chksja.c
*
* a tool for SJA1000 checking.
* written by : Chen Zhenyong
* w3wind@ustc.edu
* 2004/2/12
*/
#include
#include
#include
#include
www.eeworm.com/read/112801/15476465
m4 acinclude.m4
dnl aclocal.m4 -- various bits of this have been borrowed from the m4
dnl configuration files for KDE and GNOME
AC_DEFUN(AC_INSTALL_DIRS,
[
AC_MSG_CHECKING(the fax spool directory)
dnl set up the def
www.eeworm.com/read/100861/15863471
cpp seam_database.cpp
#include "framework.h"
#include "make_world.h"
#include "seam_database.h"
#include "mesh.h" // Needed for the range-checking assert; no big deal.
#include "mesh_seam.h"
Seam_Database::Seam_D
www.eeworm.com/read/428185/8884959
m4 acinclude.m4
dnl AM_LIBXML([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
AC_DEFUN(AM_LIBXML,
[
AC_MSG_CHECKING(for libxml version >= 2.5.1)
if xml2-config --libs print > /dev/null 2>&1; then
vers=`xml2-config
www.eeworm.com/read/177819/9431447
m4 decl.m4
#serial 5
AC_DEFUN(jm_CHECK_DECLARATION,
[
AC_MSG_CHECKING([whether $1 is declared])
AC_CACHE_VAL(jm_cv_func_decl_$1,
[AC_TRY_COMPILE([$2],
[
#ifndef $1
char *(*pfn) = (char *(*)) $1
#e