代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/477157/6739435
c genhd.c
/*
* Code extracted from
* linux/kernel/hd.c
*
* Copyright (C) 1991-1998 Linus Torvalds
*
* devfs support - jj, rgooch, 980122
*
* Moved partition checking code to fs/partitions*
www.eeworm.com/read/342008/12047410
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/152141/12136563
c xmalloc.c
/* xmalloc.c -- malloc with out of memory checking
Copyright (C) 1990-1999, 2000, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/253219/12239156
m4 headers.m4
# This file is part of Autoconf. -*- Autoconf -*-
# Checking for headers.
#
# Copyright (C) 1988, 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free Software
# Foundation, Inc.
#
# This program is free s
www.eeworm.com/read/130965/14165573
c xstrdup.c
/* xstrdup.c -- copy a string with out of memory checking
Copyright (C) 1990, 1996, 1998, 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/117180/14938033
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/4011/23118
cpp softbody.cpp
#include "Softbody.h"
void cSoftbodyMesh::Revert(float Stiffness, D3DXMATRIX *matTransform)
{
// Error checking
if(!m_NumPoints || m_Points == NULL)
return;
// Process softbody for
www.eeworm.com/read/38039/1095776
mnu plotqual.mnu
PLOT#QUALITY
# remove the # sign and enter foreign help string in this line
Quality#0
Generate a plot with no sorting or overlap checking.
# remove the # sign and enter foreign help string in this li
www.eeworm.com/read/480930/1305272
c jazzdma.c
/*
* Mips Jazz DMA controller support
* Copyright (C) 1995, 1996 by Andreas Busse
*
* NOTE: Some of the argument checking could be removed when
* things have settled down. Also, instead of return
www.eeworm.com/read/470720/1444885
c friend13.c
// { dg-do compile }
// Perform access checking to parameter and return type of
// function template correctly when only specialization is friend.
template
typename T::Inner
foo () {
re