代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/283355/4080234
patch gcc-3.3.2-trap-posix.patch
#
# Submitted-By: Marc Kleine-Budde , 2005-04-20
#
# Error:
#
# creating libintl.h
# Configuring etc...
# loading cache ../config.cache
# checking for a BSD compatible install...
www.eeworm.com/read/283355/4080315
patch gcc-3.3.3-trap-posix.patch
#
# Submitted-By: Marc Kleine-Budde , 2005-04-20
#
# Error:
#
# creating libintl.h
# Configuring etc...
# loading cache ../config.cache
# checking for a BSD compatible install...
www.eeworm.com/read/283355/4080339
patch gcc-3.3.4-trap-posix.patch
#
# Submitted-By: Marc Kleine-Budde , 2005-04-20
#
# Error:
#
# creating libintl.h
# Configuring etc...
# loading cache ../config.cache
# checking for a BSD compatible install...
www.eeworm.com/read/283355/4080370
patch gcc-3.3.1-trap-posix.patch
#
# Submitted-By: Marc Kleine-Budde , 2005-04-20
#
# Error:
#
# creating libintl.h
# Configuring etc...
# loading cache ../config.cache
# checking for a BSD compatible install...
www.eeworm.com/read/282196/4106523
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/449675/1674539
java dirtycheckevent.java
//$Id: DirtyCheckEvent.java 7785 2005-08-08 23:24:44Z oneovthafew $
package org.hibernate.event;
/** Defines an event class for the dirty-checking of a session.
*
* @author Steve Ebersole
*/
publ
www.eeworm.com/read/440906/1782057
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/440906/1782676
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/439082/1818602
c binfmt_script.c
/*
* linux/fs/binfmt_script.c
*
* Copyright (C) 1996 Martin von L鰓is
* original #!-checking implemented by tytso.
*/
#include
#include
#include
www.eeworm.com/read/438717/1823340
py www3.py
#! /usr/bin/env python
# www3.py -- print the contents of a URL on stdout
# - error checking
# - Error 302 handling
import sys
import urllib
import types
def main():
if len(sys.argv) != 2 or sys.a