Home
last modified time | relevance | path

Searched full:strict (Results 1 – 25 of 14376) sorted by relevance

12345678910>>...576

/freebsd-src/crypto/openssl/test/ssl-tests/
H A D12-ct.cnf7 test-2 = 2-ct-strict-without-scts
8 test-3 = 3-ct-strict-with-scts
10 test-5 = 5-ct-strict-resumption
67 [2-ct-strict-without-scts]
68 ssl_conf = 2-ct-strict-without-scts-ssl
70 [2-ct-strict-without-scts-ssl]
71 server = 2-ct-strict-without-scts-server
72 client = 2-ct-strict-without-scts-client
74 [2-ct-strict-without-scts-server]
79 [2-ct-strict-without-scts-client]
[all …]
H A D12-ct.cnf.in12 use strict;
49 name => "ct-strict-without-scts",
54 "CTValidation" => "Strict",
63 name => "ct-strict-with-scts",
71 "CTValidation" => "Strict",
97 name => "ct-strict-resumption",
105 "CTValidation" => "Strict",
112 "CTValidation" => "Strict",
/freebsd-src/contrib/wpa/src/wps/
H A Dwps_validate.c2 * Wi-Fi Protected Setup - Strict protocol validation routines
25 wpa_printf(MSG_INFO, "WPS-STRICT: Version attribute " in wps_validate_version()
32 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Version attribute " in wps_validate_version()
44 wpa_printf(MSG_INFO, "WPS-STRICT: Version2 attribute " in wps_validate_version2()
51 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Version2 attribute " in wps_validate_version2()
63 wpa_printf(MSG_INFO, "WPS-STRICT: Request Type " in wps_validate_request_type()
70 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Request Type " in wps_validate_request_type()
82 wpa_printf(MSG_INFO, "WPS-STRICT: Response Type " in wps_validate_response_type()
89 wpa_printf(MSG_INFO, "WPS-STRICT: Invalid Response Type " in wps_validate_response_type()
101 wpa_printf(MSG_INFO, "WPS-STRICT: Physical/Virtual " in valid_config_methods()
[all …]
/freebsd-src/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dstrict.t3 # Tests for STRICT features
6 use strict;
31 # strict should cause t1 to contain an error message if wrong variable is used in template
32 my $t1 = $tmpl1->fill_in(PACKAGE => 'T1', STRICT => 1, HASH => { bar => 'baz' });
34 # non-strict still works
41 STRICT => 1,
45 is $t2, 'The value of $foo is: template', "non-strict hash still works";
46 is $t3, "The value of \$foo is: fillin", "hash values with prepend, prepend wins, even under strict
/freebsd-src/contrib/llvm-project/libcxx/include/
H A D__availability
/freebsd-src/contrib/bmake/unit-tests/
H A Dvarmod.mk10 # * `strict`: the parsing style used by most modifiers:
35 # | `E` | strict | | yes |
36 # | `H` | strict | | yes |
40 # | `O` | strict | only literal value | no |
42 # | `Q` | strict | | yes |
43 # | `R` | strict | | yes |
45 # | `T` | strict | | N/A |
47 # | `[` | strict | | no |
49 # | `gmtime` | strict | | yes |
50 # | `hash` | strict | |
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DAMDGPUMetadataVerifier.h11 /// well-typed metadata and untyped metadata. When verifying in the non-strict
41 /// In strict mode, metadata must already be well-typed.
43 /// In non-strict mode, metadata is coerced into expected types when possible.
45 bool Strict; variable
66 /// Strict mode.
67 MetadataVerifier(bool Strict) : Strict(Strict) {} in MetadataVerifier() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp120 static bool startsWith(StringRef Name, StringRef Needle, bool Strict, in startsWith() argument
125 if (Strict) { in startsWith()
179 compareNode(uint32_t Offset, StringRef Name, bool Strict, in compareNode() argument
184 bool DoesStartWith = N.IsRoot || startsWith(Name, N.Name, Strict, Consummed, in compareNode()
199 compareNode(ChildOffset, Name.substr(Consummed), Strict, in compareNode()
215 compareNode(uint32_t Offset, StringRef Name, bool Strict, BufferType &Buffer) { in compareNode() argument
216 return compareNode(Offset, Name, Strict, 0, Buffer); in compareNode()
259 static std::size_t findSyllable(StringRef Name, bool Strict, in findSyllable() argument
272 startsWith(Name, Syllable, Strict, Consummed, PreviousInNameCopy); in findSyllable()
286 nameToHangulCodePoint(StringRef Name, bool Strict, BufferType &Buffer) { in nameToHangulCodePoint() argument
[all …]
/freebsd-src/crypto/openssh/
H A Dplatform-tracing.c40 platform_disable_tracing(int strict) in platform_disable_tracing() argument
55 if (strict) in platform_disable_tracing()
61 if (prctl(PR_SET_DUMPABLE, 0) != 0 && strict) in platform_disable_tracing()
67 if (setpflags(__PROC_PROTECT, 1) != 0 && strict) in platform_disable_tracing()
73 if (ptrace(PT_DENY_ATTACH, 0, 0, 0) == -1 && strict) in platform_disable_tracing()
/freebsd-src/contrib/llvm-project/libcxx/include/__debug_utils/
H A Dstrict_weak_ordering_check.h36 … "The range is not sorted after the sort, your comparator is not a valid strict-weak ordering"); in __check_strict_weak_ordering_sorted()
50 …!__comp(*(__first + __a), *(__first + __b)), "Your comparator is not a valid strict-weak ordering"… in __check_strict_weak_ordering_sorted()
52 …!__comp(*(__first + __b), *(__first + __a)), "Your comparator is not a valid strict-weak ordering"… in __check_strict_weak_ordering_sorted()
59 …__comp(*(__first + __a), *(__first + __b)), "Your comparator is not a valid strict-weak ordering"); in __check_strict_weak_ordering_sorted()
61 …!__comp(*(__first + __b), *(__first + __a)), "Your comparator is not a valid strict-weak ordering"… in __check_strict_weak_ordering_sorted()
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_write_set_format_v7tar.c22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
134 static int format_number(int64_t, char *, int size, int max, int strict);
354 * If "strict" is set to zero, it will extend numeric fields as
360 struct archive_entry *entry, int strict, in format_header_v7tar() argument
395 if (strict && copy_length < V7TAR_name_size) in format_header_v7tar()
397 else if (!strict && copy_length <= V7TAR_name_size) in format_header_v7tar()
448 V7TAR_mode_max_size, strict)) { in format_header_v7tar()
455 h + V7TAR_uid_offset, V7TAR_uid_size, V7TAR_uid_max_size, strict)) { in format_header_v7tar()
462 h + V7TAR_gid_offset, V7TAR_gid_size, V7TAR_gid_max_size, strict)) { in format_header_v7tar()
470 V7TAR_size_max_size, strict)) { in format_header_v7tar()
515 format_number(int64_t v,char * p,int s,int maxsize,int strict) format_number() argument
[all...]
H A Darchive_write_set_format_ustar.c22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
159 static int format_number(int64_t, char *, int size, int max, int strict);
380 * If "strict" is set to zero, it will extend numeric fields as
387 struct archive_entry *entry, int tartype, int strict, in __archive_write_format_header_ustar()
554 h + USTAR_mode_offset, USTAR_mode_size, USTAR_mode_max_size, strict)) { in __archive_write_format_header_ustar()
561 h + USTAR_uid_offset, USTAR_uid_size, USTAR_uid_max_size, strict)) { in __archive_write_format_header_ustar()
568 h + USTAR_gid_offset, USTAR_gid_size, USTAR_gid_max_size, strict)) { in __archive_write_format_header_ustar()
575 h + USTAR_size_offset, USTAR_size_size, USTAR_size_max_size, strict)) { in __archive_write_format_header_ustar()
582 h + USTAR_mtime_offset, USTAR_mtime_size, USTAR_mtime_max_size, strict)) { in __archive_write_format_header_ustar()
592 USTAR_rdevmajor_max_size, strict)) { in __archive_write_format_header_ustar()
383 __archive_write_format_header_ustar(struct archive_write * a,char h[512],struct archive_entry * entry,int tartype,int strict,struct archive_string_conv * sconv) __archive_write_format_header_ustar() argument
635 format_number(int64_t v,char * p,int s,int maxsize,int strict) format_number() argument
[all...]
H A Darchive_write_private.h21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
137 * "strict" is set, this tries to create the absolutely most portable
138 * version of a ustar header. If "strict" is set to 0, then it will
147 struct archive_entry *, int tartype, int strict,
/freebsd-src/crypto/openssl/external/perl/Text-Template-1.56/
H A DChanges30 - Turn off strict+warnings in sections where template code is eval'ed
45 - use strict/warnings (thanks Mohammad S Anwar)
51 - Add "strict" option to fill_in(). This adds "use strict" and "use vars
67 + turn on strict/warnings for all tests
204 This is useful, for example, if you want to enable `strict' checks in
205 your templates but you don't want to manually add `use strict' to the
272 strict' by default. Otherwise, you get a lot of `Global symbol "$v"
H A DMakefile.PL2 use strict;
24 "strict" => 0,
55 "strict" => 0,
/freebsd-src/crypto/heimdal/doc/
H A Dcopyright.texi50 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
117 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
156 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
201 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
244 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
277 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
311 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
344 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
377 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
470 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h71 /// When \p Strict is true, known metadata elements must already be
72 /// well-typed. When \p Strict is false, known types are inferred and
76 virtual bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) {
143 bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) override;
200 bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) override;
79 EmitHSAMetadata(msgpack::Document & HSAMetadata,bool Strict) EmitHSAMetadata() argument
/freebsd-src/sys/dev/iicbus/
H A Diicbus.c23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
100 int strict; in iicbus_attach_common() local
107 device_get_unit(dev), "strict", &strict) == 0) in iicbus_attach_common()
108 sc->strict = strict; in iicbus_attach_common()
110 sc->strict = 1; in iicbus_attach_common()
/freebsd-src/contrib/kyua/misc/
H A Dcontext.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
28 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
H A Dtest_result.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
28 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc26 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 #include "gmock/gmock-nice-strict.h"
446 // Tests that a strict mock allows expected calls.
454 // Tests that an unexpected call on a strict mock fails.
463 // Tests that an uninteresting call on a strict mock fails.
471 // Tests that an uninteresting call on a strict mock fails, even if
518 StrictMock< ::Mock> strict; in TEST() local
519 EXPECT_CALL(strict, DoThis()); in TEST()
520 strict.DoThis(); in TEST()
/freebsd-src/sbin/mount_fusefs/
H A Dmount_fusefs.830 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
144 .Sx STRICT ACCESS POLICY .
209 .Sh STRICT ACCESS POLICY
210 The strict access policy for Fuse filesystems lets one use the filesystem
215 the strict access policy (i.e., the
223 Users might opt to willingly relax strict access policy (as far as they
/freebsd-src/tools/regression/security/cap_test/
H A Dcap_test_relative.c22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
42 * "strict relative" rules:
44 * 1. Use strict relative lookups in capability mode or when operating
46 * 2. When performing strict relative lookups, absolute paths (including
/freebsd-src/contrib/kyua/utils/config/
H A Dtree.cpp25 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
41 /// \param strict Whether keys must be validated at "set" time.
42 config::tree::tree(const bool strict) : in tree() argument
43 _strict(strict), _root(new detail::static_inner_node()) in tree()
50 /// \param strict Whether keys must be validated at "set" time.
52 config::tree::tree(const bool strict, detail::static_inner_node* root) : in tree() argument
53 _strict(strict), _root(root) in tree()
/freebsd-src/contrib/netbsd-tests/ipf/regress/
H A Df137 pass in proto udp from any to any port = 53 keep frags(strict)
8 pass in proto tcp from any to any port = 25 keep state(strict)

12345678910>>...576