代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/292796/8332897
m4 programs.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Checking for programs.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation,
www.eeworm.com/read/292796/8332932
m4 libs.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Checking for libraries.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002 Free Software Foundation,
www.eeworm.com/read/170709/9792802
cpp usingdefine.cpp
// Listing 21.1 Using #define
#define DemoVersion
#define DOS_VERSION 5
#include
int main()
{
std::cout
www.eeworm.com/read/268597/11131369
c exec.c
/*
* linux/fs/exec.c
*
* (C) 1991 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything but
* the header into mem
www.eeworm.com/read/335836/12493962
js layerlib.js
/* layerlib.js: Simple Layer library with basic
compatibility checking */
/* detect objects */
var layerobject = ((document.layers) ? (true) : (false));
var dom = ((document.getElementById)
www.eeworm.com/read/147710/12535583
c exec.c
/*
* linux/fs/exec.c
*
* (C) 1991 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything but
* the header into mem
www.eeworm.com/read/146466/12645820
vhd err_check.vhd
-- **************************************************************************
-- Owner: Xilinx Inc.
-- File: err_check.vhd
--
-- Purpose: 8B/10B error checking module. Asserts the error fla
www.eeworm.com/read/146466/12646004
vhd err_check.vhd
-- **************************************************************************
-- Owner: Xilinx Inc.
-- File: err_check.vhd
--
-- Purpose: 8B/10B error checking module. Asserts the error fla
www.eeworm.com/read/135592/13918440
c exec.c
/*
* linux/fs/exec.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* #!-checking implemented by tytso.
*/
/*
* Demand-loading implemented 01.12.91 - no need to read anything but
* the
www.eeworm.com/read/132665/14081095
c valid.c
/*
* valid.c : part of the code use to do the DTD handling and the validity
* checking
*
* See Copyright for the status of this software.
*
* daniel@veillard.com
*/
#define IN_LIBXML