代码搜索:checking

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

代码结果 6,492
www.eeworm.com/read/100411/15874470

m4 gnome-guile-checks.m4

dnl dnl GNOME_CHECK_GUILE (failflag) dnl dnl if failflag is "fail" then GNOME_CHECK_GUILE will abort if guile is not found. dnl AC_DEFUN([GNOME_CHECK_GUILE], [ saved_ldflags="$LDFLAGS" saved_cppfla
www.eeworm.com/read/189298/8477410

c strdup.c

/* ** Make a copy of a string in dynamically allocated memory. Note: ** caller is responsible for checking whether the memory was ** allocated! This allows the caller to respond to an error in
www.eeworm.com/read/465112/6966552

c crc.c

/* Cyclic redundancy check calculation routines John Walker -- May 1973 */ /* This is the precomputed remainder table for generating and checking cyclic redundancy check characters
www.eeworm.com/read/364251/7075864

h schemasinternals.h

/* * Summary: internal interfaces for XML Schemas * Description: internal interfaces for the XML Schemas handling * and schema validity checking * The Schemas development is a Work I
www.eeworm.com/read/450639/7479750

c crc.c

/* Cyclic redundancy check calculation routines John Walker -- May 1973 */ /* This is the precomputed remainder table for generating and checking cyclic redundancy check characters
www.eeworm.com/read/447298/7554658

h xmlschemastypes.h

/* * Summary: implementation of XML Schema Datatypes * Description: module providing the XML Schema Datatypes implementation * both definition and validity checking * * Copy: Se
www.eeworm.com/read/447298/7554667

h valid.h

/* * Summary: The DTD validation * Description: API for the DTD handling and the validity checking * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */
www.eeworm.com/read/447298/7554680

h xmlschemas.h

/* * Summary: incomplete XML Schemas structure implementation * Description: interface to the XML Schemas handling and schema validity * checking, it is incomplete right now. *
www.eeworm.com/read/447298/7554689

h chvalid.h

/* * Summary: Unicode character range checking * Description: this module exports interfaces for the character * range validation APIs * * This file is automatically generated from the cvs
www.eeworm.com/read/444799/7606478

c strdup.c

/* ** Make a copy of a string in dynamically allocated memory. Note: ** caller is responsible for checking whether the memory was ** allocated! This allows the caller to respond to an error in