代码搜索:checking

找到约 6,492 项符合「checking」的源代码

代码结果 6,492
www.eeworm.com/read/145180/12746395

c yamd.c

/* Yet Another Malloc Debugger */ /* For now, error checking mostly causes bombs. Later, it will handle things gracefully. */ /* This file and the rest of YAMD is copyright (C) 1999 by Nate Eld
www.eeworm.com/read/144969/12758236

c xstrndup.c

/* Duplicate a bounded initial segment of a string, with out-of-memory checking. Copyright (C) 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/
www.eeworm.com/read/144969/12758324

h xstrndup.h

/* Duplicate a bounded initial segment of a string, with out-of-memory checking. Copyright (C) 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/
www.eeworm.com/read/245849/12777916

m xcorr_all.m

function corr=xcorr_all(a,b,up,down,normalize) % Function computes the crosscorrelation of each column of matrix "a" with each % column of matrix "b". % The function does no input error checking!
www.eeworm.com/read/331132/12847020

c test.c

/* Test program for checking basic CTask functions. Keyboard input: e Terminates program d Snapshot dump to STDOUT h Stop screen output c Resume screen ou
www.eeworm.com/read/331132/12847185

c spawn.c

/* Test program for checking CTask DOS spawn compatibility. NOTE: Task 1 does a "screensnap" every second. This is only useful in a dual-monitor system. The monitor to
www.eeworm.com/read/241809/13114963

pas cpstream.pas

{$I CPDIR.INC} unit cpstream; { Interface to buffered stream 3/1/91 When stream is opened (without error checking) the first character is read. Calling routine
www.eeworm.com/read/136233/13386966

cpp dhtmlcontrol.cpp

// DHTMLControl.cpp : Implementation of CDHTMLControl #include "stdafx.h" #include "DHTMLGrades.h" #include "DHTMLControl.h" //Added by Chuck Wood for error checking #include "..\OLEDBErrorChec
www.eeworm.com/read/319487/13450553

cc ch6tiny.cc

#include class tiny { char v; void assign (int i) { // for range checking if (i & ~0xf) { std::cout
www.eeworm.com/read/112192/6148015

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@w3.org */ #include "glob