| /freebsd/crypto/openssl/doc/man3/ |
| H A D | X509_VERIFY_PARAM_set_flags.pod | 107 policy checking. 109 X509_VERIFY_PARAM_set1_policies() enables policy checking (it is disabled 255 B<X509_V_FLAG_CRL_CHECK> enables CRL checking for the certificate chain leaf 258 B<X509_V_FLAG_CRL_CHECK_ALL> expands CRL checking to the entire certificate 261 B<X509_V_FLAG_IGNORE_CRITICAL> disables critical extension checking. By default 273 B<X509_V_FLAG_POLICY_CHECK> enables certificate policy checking, by default 274 no policy checking is performed. Additional information is sent to the 275 verification callback relating to policy checking. 280 B<RFC3280>. Policy checking is automatically enabled if any of these flags 283 If B<X509_V_FLAG_NOTIFY_POLICY> is set and the policy checking is successful [all …]
|
| H A D | SSL_CTX_add1_chain_cert.pod | 63 sanity checking and rearranging them if necessary), the flag 121 Applications can issue non fatal warnings when checking chains by setting 122 the flag B<SSL_BUILD_CHAIN_FLAG_IGNORE_ERRORS> and checking the return
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 1112 // corresponding raw intrinsic on gfx9+ because the behavior of bound checking 1115 // they behave differently in bounds checking and swizzling. 1127 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling) 1128 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling) 1144 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling) 1145 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling) 1157 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling) 1158 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling) 1175 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling) 1176 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling) [all …]
|
| /freebsd/contrib/netbsd-tests/fs/tmpfs/ |
| H A D | README | 3 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/contrib/file/magic/Magdir/ |
| H A D | smile | 15 # 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…
|
| H A D | dwarfs | 24 ## validate by checking the block count / section type to be all zeros 35 ## headers longer than 64k won't be recognized), then validate by checking
|
| /freebsd/contrib/byacc/ |
| H A D | configure | 2269 echo "$as_me:2269: checking \$CC variable" >&5 2270 echo $ECHO_N "checking \$CC variable... $ECHO_C" >&6 2409 echo "$as_me:2409: checking whether ${MAKE-make} sets \${MAKE}" >&5 2410 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 3691 echo "$as_me:3691: checking if we should define _XOPEN_SOURCE" >&5 3692 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 3939 echo "$as_me:3939: checking if we should define _POSIX_C_SOURCE" >&5 3940 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 4190 test -n "$verbose" && echo " checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE" 1>&6 4192 echo "${as_me:-configure}:4192: testing checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE .… [all …]
|
| /freebsd/contrib/pam_modules/pam_passwdqc/ |
| H A D | pam_passwdqc.spec | 13 pam_passwdqc is a simple password strength checking module for 15 to checking regular passwords, it offers support for passphrases and
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | TODO.asn1 | 10 type consistency checking into the structure initializer 16 * Type-checking code: Create a pointer of the expected type and a 22 * Range-checking code for bitfields: Create an automatic field info
|
| /freebsd/sys/contrib/libsodium/ |
| H A D | README.markdown | 33 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/tools/build/options/ |
| H A D | WITHOUT_FORMAT_EXTENSIONS | 4 Also disables all format checking.
|
| /freebsd/contrib/bmake/ |
| H A D | configure | 1358 --disable-option-checking ignore unrecognized --enable/--with options 1735 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1736 printf %s "checking for $2... " >&6; } 1794 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5 1795 printf %s "checking for uint$2_t... " >&6; } 1854 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 1855 printf %s "checking whether $as_decl_name is declared... " >&6; } 1906 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1907 printf %s "checking for $2... " >&6; } 2934 echo $ECHO_N "checking whether system has timezone Europe/Berlin... $ECHO_C" >&6 [all …]
|
| /freebsd/contrib/ntp/html/hints/ |
| H A D | svr4-dell | 7 (XXX But there is no checking for SETTIMEOFDAY_BROKEN in the code)
|
| /freebsd/usr.bin/dtc/ |
| H A D | Makefile | 2 SRCS= dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
|
| /freebsd/etc/mtree/ |
| H A D | README | 20 d) Sanity checking changes to these files can be done by following 42 e) Further sanity checking of the system builds with DESTDIR=/someplace
|
| /freebsd/contrib/one-true-awk/bugs-fixed/ |
| H A D | README | 33 argument was used without checking if it was present first. 36 argument was used without checking if it was present first.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVRegisterBanks.td | 10 // as InstructionSelector RegClass checking code relies on them
|
| /freebsd/contrib/openpam/ |
| H A D | configure | 1490 --disable-option-checking ignore unrecognized --enable/--with options 3028 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 3029 printf %s "checking for a BSD-compatible install... " >&6; } 3113 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether sleep supports fractional seconds" >… 3114 printf %s "checking whether sleep supports fractional seconds... " >&6; } 3132 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking filesystem timestamp resolution" >&5 3133 printf %s "checking filesystem timestamp resolution... " >&6; } 3272 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 3273 printf %s "checking whether build environment is sane... " >&6; } 3379 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 [all …]
|
| /freebsd/contrib/netbsd-tests/usr.bin/config/ |
| H A D | d_shadow_instance | 16 # The two child* instances are aliases, and at some point the orphan-checking
|
| /freebsd/sys/conf/ |
| H A D | std.debug | 10 options INVARIANTS # Enable calls of extra sanity checking
|
| /freebsd/contrib/tcpdump/ |
| H A D | configure | 1380 --disable-option-checking ignore unrecognized --enable/--with options 2853 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2854 printf %s "checking build system type... " >&6; } 2888 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2889 printf %s "checking host system type... " >&6; } 2947 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2948 printf %s "checking for $ac_word... " >&6; } 3021 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3022 printf %s "checking for $ac_word... " >&6; } 3066 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 [all …]
|
| /freebsd/contrib/file/ |
| H A D | README.DEVELOPER | 7 After checking out the source, run the following:
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | tas5720.txt | 4 serial bus is also used for periodic codec fault checking/reporting during
|
| /freebsd/contrib/lyaml/build-aux/ |
| H A D | luke | 119 local function checking(L,...)L.verbose('checking ',concat({...},' '),'... ')end function 221 …kprog=function(L,env,config)return dropuntil(config.progs,function(prog)checking(L,'for',prog)if f… 224 …checking(L,'for',config.checkheader)local extra_hdrs=concat(format_includes(config.includes),'\n')… 237 …)checking(L,'for',config.checkfunc)return found_result(L,check_func_link(L,env,config,config.check… 243 checking(L,interpolate(env,'whether $CC works'))local cm=CTest()local works,err=with(cm,function(co…
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTProperties.td | 12 "4T, 8T and so on, which guarantees a total linear time spent checking "
|