代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/312169/13616934
cpp usingdefine.cpp
// Listing 21.1 Using #define
#define DemoVersion
#define DOS_VERSION 5
#include
int main()
{
std::cout
www.eeworm.com/read/307145/13727676
help
genargs - C program generator, R Heathfield, January 2000
Usage:
genargs [-internal] infile outfile logfile helpfile
Purpose: creates a C program with
primitive argv checking
-i
www.eeworm.com/read/144216/5752352
t ftmp-security.t
#!/usr/bin/perl -w
# Test for File::Temp - Security levels
# Some of the security checking will not work on all platforms
# Test a simple open in the cwd and tmpdir foreach of the
# security levels
www.eeworm.com/read/137781/5818130
c gpiomeas.c
/* gpiomeas.c
This program does the following:
- Creates a GPIO session with timeout and error checking
- Signals the device with a CTL0 pulse
- Reads the device's response using for
www.eeworm.com/read/112192/6148054
makefile
# You probably want to take -DREDEBUG out of CFLAGS, and put something like
# -O in, *after* testing (-DREDEBUG strengthens testing by enabling a lot of
# internal assertion checking and some debuggin
www.eeworm.com/read/107896/6187979
spec freeamp-rh5x.spec
#
# NOTES: This script is intended for building rpms for redhat 5.x
# systems. Automatic depedency checking has been turned off for
# this script becuase the rpm will check to see if
www.eeworm.com/read/322905/6301573
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
www.eeworm.com/read/310703/6306595
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/493294/6400244
m cdats.m
%CDATS Support routine for checking datasets
%
% [B,C,LABLIST,P] = CDATS(A,REDUCE)
%
% INPUT
% A Dataset or double
% REDUCE 0/1, Reduce A to labeled samples (1) or not (0, default),