代码搜索:checking

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

代码结果 6,492
www.eeworm.com/read/399273/2363426

in configure.in

AC_INIT(sql_oracle.c) AC_REVISION($Revision$) AC_DEFUN(modname,[rlm_sql_oracle]) fail= sql_oracle_ldflags= sql_oracle_cflags= if test x$with_[]modname != xno; then AC_MSG_CHECKING([for oci.h]) dn
www.eeworm.com/read/395929/2430060

m4 acinclude.m4

dnl GAS_CHECK_DECL_NEEDED(name, typedefname, typedef, headers) AC_DEFUN(GAS_CHECK_DECL_NEEDED,[ AC_MSG_CHECKING(whether declaration is required for $1) AC_CACHE_VAL(gas_cv_decl_needed_$1, AC_TRY_LINK(
www.eeworm.com/read/367467/2843612

m4 acinclude.m4

dnl Type of 6th argument to recvfrom(). Usually int or socklen_t. AC_DEFUN([RECVFROM_ARG6_TYPE], [ AC_LANG_PUSH(C++) AC_MSG_CHECKING([for type of 6th argument to recvfrom()]) recvfrom6_t=
www.eeworm.com/read/367467/2844112

m4 aclocal.m4

dnl Type of 6th argument to recvfrom(). Usually int or socklen_t. AC_DEFUN([RECVFROM_ARG6_TYPE], [ AC_LANG_PUSH(C++) AC_MSG_CHECKING([for type of 6th argument to recvfrom()]) recvfrom6_t=
www.eeworm.com/read/367467/2844699

m4 acinclude.m4

dnl Type of 6th argument to recvfrom(). Usually int or socklen_t. AC_DEFUN([RECVFROM_ARG6_TYPE], [ AC_LANG_PUSH(C++) AC_MSG_CHECKING([for type of 6th argument to recvfrom()]) recvfrom6_t=
www.eeworm.com/read/262948/4307485

in configure.in

AC_INIT(rlm_unix.c) AC_REVISION($Revision: 1.4 $) AC_DEFUN(modname,[rlm_unix]) if test x$with_[]modname != xno; then AC_PROG_CC AC_PROG_CPP AC_MSG_CHECKING(for system password file) if test -f
www.eeworm.com/read/255402/4376516

in configure.in

AC_INIT(rlm_unix.c) AC_REVISION($Revision: 1.4 $) AC_DEFUN(modname,[rlm_unix]) if test x$with_[]modname != xno; then AC_PROG_CC AC_PROG_CPP AC_MSG_CHECKING(for system password file) if test -f
www.eeworm.com/read/471793/6881935

m ggclust.m

function result = GGclust(data,param) %checking the parameters given f0=param.c; %data normalization %X=data.X; X=data.X; if exist('param.m')==1, m = param.m;else m = 2;end; if exist('param.e
www.eeworm.com/read/393518/8280950

m pcmu2lin.m

function x=pcmu2lin(p,s) %PCMU2LIN Convert Mu-law PCM to linear X=(P,S) % lin = pcmu2lin(pcmu) where pcmu contains a vector % of mu-law values in the range 0 to 255. % No checking is performed to
www.eeworm.com/read/412167/11212879

asm prog22.asm

; PROG22 - Reset ; ; This Application checks to see if the 8051 had been reset by ; checking the first four memory locations and if they are set ; to R0 = 0AAh, R1 = 055h, R2 = 0F0h and R3 =