代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/222917/4815260
m4 config.m4
dnl
dnl $Id: config.m4,v 1.13.4.3 2003/10/03 05:25:48 sniper Exp $
dnl
AC_MSG_CHECKING(for Servlet support)
AC_ARG_WITH(servlet,
[ --with-servlet[=DIR] Include servlet support. DIR is the base in
www.eeworm.com/read/222917/4815285
m4 config.m4
dnl
dnl $Id: config.m4,v 1.11.2.6.4.1 2005/07/28 14:47:53 hyanantha Exp $
dnl
AC_MSG_CHECKING(for CLI build)
AC_ARG_ENABLE(cli,
[ --disable-cli Disable building CLI version of PHP
www.eeworm.com/read/190666/5179954
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/340665/3281003
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/292758/3939560
m4 config.m4
AC_MSG_CHECKING(for mod_jk module)
AC_ARG_WITH(mod_jk,
[ --with-mod_jk Include the mod_jk (static).],
[
modpath_current=modules/jk
module=jk
libname=lib_jk.la
BUILTIN_LIBS
www.eeworm.com/read/440906/1782680
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/398634/2373180
m4 compiler_flag.m4
# option, cache_name, variable,
# code to execute if yes, code to exectute if fail
AC_DEFUN([AC_SYS_COMPILER_FLAG],
[
AC_MSG_CHECKING($1)
OLD_CFLAGS="[$]CFLAGS"
AC_CACHE_VAL(mysql_cv_option_$2,
www.eeworm.com/read/384760/2597628
ac sequence.ac
# $Id: sequence.ac,v 12.3 2005/11/24 00:49:24 bostic Exp $
# Try and configure sequence support.
AC_DEFUN(AM_SEQUENCE_CONFIGURE, [
AC_MSG_CHECKING([for 64-bit integral type support for sequences])
www.eeworm.com/read/366702/2876118
f03 c_loc_tests_11.f03
! { dg-do compile }
! Test argument checking for C_LOC with subcomponent parameters.
module c_vhandle_mod
use iso_c_binding
type double_vector_item
real(kind(1.d0)), allocatable :: v(:)
e
www.eeworm.com/read/366702/2877757
f90 intrinsic_size.f90
! { dg-do compile }
!
! Argument checking; dim and kind have to be scalar
!
! PR fortran/33297
!
integer array(5), i1, i2
print *, size(array,(/i1,i2/)) ! { dg-error "must be a scalar" }
print