代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/177819/9431131
c xmalloc.c
/* xmalloc.c -- malloc with out of memory checking
Copyright (C) 1990-1999, 2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under
www.eeworm.com/read/169665/9847044
c guidev_cmpwithlcd.c
/*! @file GUIDEV_CmpWithLCD.c
* Implementation of Checking for memory devices
*
* @author hiber modified
* @author Copyleft (C) 1981-2006, All Rights Givenup
* @date 04/18/2006
* @ve
www.eeworm.com/read/168060/9940666
c tprt.c
/*
Test program for checking CTask printer buffering.
The program will send the file given as parameter to the printer.
*/
#include
#include
#include
www.eeworm.com/read/357852/10200129
h vector.h
#ifndef VECTOR_H
#define VECTOR_H
/** Template based array type with range checking, iterators
and exception handling.
Note that member function definitions are in the header file.
*/
#i
www.eeworm.com/read/418695/10935562
m set.m
%SET Set mapping parameters
%
% W = set(W,name,value)
%
% Sets the parameter of the given name (as string) of the mapping W to value.
% No error checking is done. If this is desired, use the mapping c
www.eeworm.com/read/166273/7093812
txt wr1.txt
Checking file system on I:
The type of the file system is FAT32.
One of your disks needs to be checked for consistency. You
may cancel the disk check, but it is strongly recommended
that you c
www.eeworm.com/read/458682/7291692
sh tree2.sh
#!/bin/bash
# tree2.sh
# Lightly modified/reformatted by ABS Guide author.
# Included in ABS Guide with permission of script author (thanks!).
## Recursive file/dirsize checking script, by Patsie
##
www.eeworm.com/read/454368/7393044
setbinpath
# --- !/bin/bash
BINDIR="`pwd`/bin"
echo "Adding $BINDIR to execution path ... "
if [ "$PATH" ]; then
echo "Checking your path ... "
#echo -e "using $LD_LIBRARY_PATH" ;
OLDIFS=$IFS ;
IFS="$IFS
www.eeworm.com/read/447298/7554771
c testoom.c
/*
* testOOM.c: Test out-of-memory handling
*
* See Copyright for the status of this software.
*
* hp@redhat.com
*/
/* FIXME this test would be much better if instead of just checking
* for de
www.eeworm.com/read/299193/7880445
h rtcsample.h
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* Demonstration of the use of the Run-Time Error Checking (RTC) API without
* using the C Run-Time Library (CRT).
*
*/