Home
last modified time | relevance | path

Searched refs:Validation (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/usr.sbin/unbound/doc/
H A DFEATURES16 DNSSEC Validation options.
/openbsd-src/lib/libssl/doc/
H A Dstandards.txt212 3029 Internet X.509 Public Key Infrastructure Data Validation and
/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUOperandSyntax.rst1026 1. *Validation*. Assembler checks if the input value may be truncated
1097 1. *Validation*. Assembler checks if the input f64 number can be converted
H A DYamlIO.rst767 Validation section in Mappings
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5222delta.pod44 Validation that will detect both a short salt and invalid characters in the
H A Dperluniprops.pod7809 Validation Tests
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp649 OptionValidation Validation = OptionValidateContradictions) { in checkPreprocessorOptions() argument
665 if (Validation == OptionValidateNone || Known == ASTFileMacros.end()) { in checkPreprocessorOptions()
666 if (Validation == OptionValidateStrictMatches) { in checkPreprocessorOptions()
716 if (Validation == OptionValidateStrictMatches) { in checkPreprocessorOptions()
729 Validation != OptionValidateNone) { in checkPreprocessorOptions()
739 Validation != OptionValidateNone) { in checkPreprocessorOptions()
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A Dmktables19224 my $Validation = "Validation Tests";
19465 Skip => ($make_norm_test_script) ? 0 : $Validation,
19626 Skip => $Validation,
19736 Skip => $Validation,
/openbsd-src/lib/libcrypto/objects/
H A Dobjects.txt861 # Extended Validation
/openbsd-src/usr.sbin/unbound/
H A Dconfigure.ac1300 # support DSA for DNSSEC Validation.
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.txi586 * Pointer Validation:: How to check that pointers point somewhere.
5064 @w{@@-commands} in node names; see @ref{Pointer Validation}.) Perhaps
14068 (@pxref{Pointer Validation}).
14893 * Pointer Validation:: How to check that pointers point somewhere.
14986 @samp{--no-validate} is used. @xref{Pointer Validation}, for more
15166 references can be resolved, etc. @xref{Pointer Validation}.
15263 @node Pointer Validation
15264 @subsection Pointer Validation
15266 @cindex Validation of pointers
17417 with @TeX{}. Use before @code{@@setfilename}. @xref{Pointer Validation}.
/openbsd-src/lib/libcrypto/
H A Dcert.pem6535 === /C=CN/O=UniTrust/CN=UCA Extended Validation Root
6545 Subject: C=CN, O=UniTrust, CN=UCA Extended Validation Root
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20007166 * docs/17_intro/CHECKLIST (basic_string<char>): Validation and