代码搜索:Check

找到约 10,000 项符合「Check」的源代码

代码结果 10,000
www.eeworm.com/read/137691/5819733

m4 check_autoconf213.m4

dnl dnl @synopsis CHECK_AUTOCONF213 dnl dnl This macro checks that the found autoconf is really 2.13. dnl AC_PREREQ doesn't make sure that we aren't using autoconf > 2.13. Grrr. dnl dnl @version $Id:
www.eeworm.com/read/132649/5914471

app makefile.dbapi_driver_check.app

# $Id: Makefile.dbapi_driver_check.app,v 1000.0 2003/10/29 20:40:17 gouriano Exp $ APP = dbapi_driver_check SRC = dbapi_driver_check LIB = dbapi_driver xncbi LIBS = $(DL_LIBS) $(ORIG_LIBS)
www.eeworm.com/read/131315/5937310

c ch13.check_soa.c

/**************************************************************** * check_soa -- Retrieve the SOA record from each name server * * for a given domain and print out the serial number. * *
www.eeworm.com/read/131315/5937318

sh ch13.check_soa.sh

#!/bin/sh if test "$1" = "" then echo usage: $0 domain exit 1 fi DOMAIN=$1 # # Use nslookup to discover the nameservers for this domain ($1). # Use awk to grab the name server names from the n
www.eeworm.com/read/131315/5937319

c ch09.check_del.c

/* ** Program to verify subdomain delegation ** ** Paul Albitz ** Hewlett Packard ** ** usage: check_del [-v] [-F] [-o origin] -f dns_file [-o origin] \ **
www.eeworm.com/read/127739/6001096

c check-ber_tlv_tag.c

#include #include #include struct tag_control_s { int taglen; uint8_t tagbuf[8]; int correctly_decodable; int tclass; /* Tag class */ ber_tlv_tag_t tvalu
www.eeworm.com/read/127739/6001100

c check-utf8string.c

#include #include #include #include #include #include #include #include
www.eeworm.com/read/127739/6001442

c check-60.-fnative-integers.c

#undef NDEBUG #include #include #include #include #include #include #include #include static unsigned char buf[4096];