Home
last modified time | relevance | path

Searched refs:checking (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/freebsd-12.1/contrib/binutils/
H A Dconfigure5849 echo "$as_me:$LINENO: checking for $ac_word" >&5
5895 echo "$as_me:$LINENO: checking for $ac_word" >&5
5940 echo "$as_me:$LINENO: checking for $ac_word" >&5
5985 echo "$as_me:$LINENO: checking for $ac_word" >&5
6031 echo "$as_me:$LINENO: checking for $ac_word" >&5
6076 echo "$as_me:$LINENO: checking for $ac_word" >&5
6135 echo "$as_me:$LINENO: checking for $ac_word" >&5
6182 echo "$as_me:$LINENO: checking for $ac_word" >&5
6244 echo "$as_me:$LINENO: checking for $ac_word" >&5
6284 echo "$as_me:$LINENO: checking for $ac_word" >&5
[all …]
/freebsd-12.1/contrib/apr-util/
H A Dconfigure12207 $as_echo_n "checking for -l$bdb_libname... " >&6; }
12609 $as_echo_n "checking for -l$bdb_libname... " >&6; }
13007 $as_echo_n "checking for -l$bdb_libname... " >&6; }
13405 $as_echo_n "checking for -l$bdb_libname... " >&6; }
13803 $as_echo_n "checking for -l$bdb_libname... " >&6; }
14215 $as_echo_n "checking for -l$bdb_libname... " >&6; }
14616 $as_echo_n "checking for -l$bdb_libname... " >&6; }
15017 $as_echo_n "checking for -l$bdb_libname... " >&6; }
15418 $as_echo_n "checking for -l$bdb_libname... " >&6; }
15823 $as_echo_n "checking for -l$bdb_libname... " >&6; }
[all …]
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zlook/
H A Dzlook.c203 boolean_t checking = B_FALSE; in main() local
243 checking = B_TRUE; in main()
247 checking = B_TRUE; in main()
251 checking = B_TRUE; in main()
260 if ((checking && looking) || (checking && reading) || in main()
262 (!checking && !reading && !looking)) in main()
272 if (checking) { in main()
/freebsd-12.1/contrib/gdb/
H A Dltconfig1628 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
1629 echo "$progname:1591: checking for dlopen in -ldl" >&5
1667 echo $ac_n "checking for dlopen""... $ac_c" 1>&6
1668 echo "$progname:1630: checking for dlopen" >&5
1715 echo "$progname:1677: checking for dlopen in -lsvld" >&5
1754 echo "$progname:1716: checking for dld_link in -ldld" >&5
1792 echo $ac_n "checking for shl_load""... $ac_c" 1>&6
1793 echo "$progname:1755: checking for shl_load" >&5
1841 echo "$progname:1803: checking for shl_load in -ldld" >&5
1908 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
[all …]
/freebsd-12.1/crypto/openssl/doc/man3/
H A DX509_VERIFY_PARAM_set_flags.pod95 X509_VERIFY_PARAM_add0_policy() enables policy checking (it is disabled
98 X509_VERIFY_PARAM_set1_policies() enables policy checking (it is disabled
227 B<X509_V_FLAG_CRL_CHECK> enables CRL checking for the certificate chain leaf
245 B<X509_V_FLAG_POLICY_CHECK> enables certificate policy checking, by default
246 no policy checking is performed. Additional information is sent to the
247 verification callback relating to policy checking.
252 B<RFC3280>. Policy checking is automatically enabled if any of these flags
270 check the signature anyway. A side effect of not checking the root CA
283 The B<X509_V_FLAG_NO_ALT_CHAINS> flag suppresses checking for alternative
345 If CRLs checking is enable CRLs are expected to be available in the
[all …]
H A DSSL_CTX_add1_chain_cert.pod62 sanity checking and rearranging them if necessary), the flag
118 Applications can issue non fatal warnings when checking chains by setting
119 the flag B<SSL_BUILD_CHAIN_FLAG_IGNORE_ERRORS> and checking the return
/freebsd-12.1/contrib/opie/
H A Dconfigure980 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
981 echo "configure:982: checking whether ln -s works" >&5
2060 echo "configure:2061: checking for crypt in -lcrypt" >&5
2414 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2415 echo "configure:2416: checking for $ac_hdr" >&5
2644 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2645 echo "configure:2646: checking for $ac_func" >&5
2769 echo $ac_n "checking for alloca""... $ac_c" 1>&6
2770 echo "configure:2771: checking for alloca" >&5
2970 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td847 // corresponding raw intrinsic on gfx9+ because the behavior of bound checking
850 // they behave differently in bounds checking and swizzling.
854 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
866 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
878 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
891 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
903 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
923 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
934 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
1009 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
[all …]
/freebsd-12.1/contrib/gcc/config/i386/
H A Dx-mingw326 # On MinGW, we use "%IA64d" to print 64-bit integers, and the format-checking
7 # code does not handle that, so we have to disable checking here.
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dsmile15 # Bit 1 (mask 0x02): Whether shared String value checking was enabled during encoding, default …
16 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default…
/freebsd-12.1/contrib/netbsd-tests/fs/tmpfs/
H A DREADME3 you will notice that they start checking the most basic things and end
4 checking the less common ones. Furthermore, tests try not to use features
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dconfigure.ac33 # Dependency checking.
104 AC_ARG_ENABLE(checking, optenable
105 [ --enable-checking enable expensive run-time checks],,
/freebsd-12.1/contrib/subversion/
H A Dconfigure5026 $as_echo_n "checking for APR-util... " >&6; }
11098 $as_echo_n "checking for objdir... " >&6; }
11235 $as_echo_n "checking for file... " >&6; }
20390 $as_echo_n "checking for Qt... " >&6; }
20431 $as_echo_n "checking for $ac_word... " >&6; }
20530 $as_echo_n "checking for KWallet... " >&6; }
23472 $as_echo_n "checking for $ac_word... " >&6; }
23542 $as_echo_n "checking for JDK... " >&6; }
23682 $as_echo_n "checking for JDK... " >&6; }
23825 $as_echo_n "checking for JDK... " >&6; }
[all …]
/freebsd-12.1/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec13 pam_passwdqc is a simple password strength checking module for
15 to checking regular passwords, it offers support for passphrases and
/freebsd-12.1/sys/contrib/libsodium/
H A DREADME.markdown33 The integrity checking instructions (including the signing key for libsodium)
34 …n the [installation](https://download.libsodium.org/doc/installation/index.html#integrity-checking)
/freebsd-12.1/contrib/ntp/html/hints/
H A Dsvr4-dell7 (XXX But there is no checking for SETTIMEOFDAY_BROKEN in the code)
/freebsd-12.1/usr.bin/dtc/
H A DMakefile4 SRCS= dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
/freebsd-12.1/etc/mtree/
H A DREADME22 d) Sanity checking changes to these files can be done by following
44 e) Further sanity checking of the system builds with DESTDIR=/someplace
/freebsd-12.1/contrib/tcsh/
H A Dconfigure2012 $as_echo_n "checking for $2.$3... " >&6; }
2113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2114 $as_echo_n "checking for $2... " >&6; }
4533 $as_echo_n "checking for ld used by $CC... " >&6; }
4563 $as_echo_n "checking for GNU ld... " >&6; }
4566 $as_echo_n "checking for non-GNU ld... " >&6; }
4607 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4667 $as_echo_n "checking for 64-bit host... " >&6; }
5220 $as_echo_n "checking for iconv... " >&6; }
5281 $as_echo_n "checking for working iconv... " >&6; }
[all …]
/freebsd-12.1/contrib/gcc/config/
H A Dt-sol21 # Solaris-specific format checking and pragmas
/freebsd-12.1/contrib/bmake/
H A Dconfigure.in139 echo $ECHO_N "checking whether sys/cdefs.h is compatible... $ECHO_C" >&6
222 echo "checking if compiler supports __func__" >&6
228 echo $ECHO_N "checking if diff -u works... $ECHO_C" >&6
239 echo "checking for MACHINE & MACHINE_ARCH..." >&6
/freebsd-12.1/contrib/ntp/
H A Dconfigure10524 $as_echo_n "checking for objdir... " >&6; }
10661 $as_echo_n "checking for file... " >&6; }
15383 $as_echo_n "checking for working fork... " >&6; }
15436 $as_echo_n "checking for working vfork... " >&6; }
15794 $as_echo_n "checking for $ac_word... " >&6; }
15837 $as_echo_n "checking for $ac_word... " >&6; }
16251 $as_echo_n "checking for long double... " >&6; }
17279 $as_echo_n "checking for working fork... " >&6; }
18474 $as_echo_n "checking for inline... " >&6; }
24590 $as_echo_n "checking for SIGIO... " >&6; }
[all …]
/freebsd-12.1/contrib/netbsd-tests/usr.bin/config/
H A Dd_shadow_instance16 # The two child* instances are aliases, and at some point the orphan-checking
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dconfigure1409 echo "$as_me:$LINENO: checking for $ac_word" >&5
1474 echo "$as_me:$LINENO: checking for $ac_word" >&5
1573 echo "$as_me:$LINENO: checking for $ac_word" >&5
1611 echo "$as_me:$LINENO: checking for $ac_word" >&5
1652 echo "$as_me:$LINENO: checking for $ac_word" >&5
1690 echo "$as_me:$LINENO: checking for $ac_word" >&5
1739 echo "$as_me:$LINENO: checking for $ac_word" >&5
1777 echo "$as_me:$LINENO: checking for $ac_word" >&5
1819 echo "$as_me:$LINENO: checking for $ac_word" >&5
1857 echo "$as_me:$LINENO: checking for $ac_word" >&5
[all …]
/freebsd-12.1/contrib/binutils/libiberty/
H A Dconfigure1410 echo "$as_me:$LINENO: checking for $ac_word" >&5
1475 echo "$as_me:$LINENO: checking for $ac_word" >&5
1574 echo "$as_me:$LINENO: checking for $ac_word" >&5
1612 echo "$as_me:$LINENO: checking for $ac_word" >&5
1653 echo "$as_me:$LINENO: checking for $ac_word" >&5
1691 echo "$as_me:$LINENO: checking for $ac_word" >&5
1763 echo "$as_me:$LINENO: checking for $ac_word" >&5
1801 echo "$as_me:$LINENO: checking for $ac_word" >&5
1843 echo "$as_me:$LINENO: checking for $ac_word" >&5
1881 echo "$as_me:$LINENO: checking for $ac_word" >&5
[all …]

12345678910>>...19