Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/freebsd-14.2/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]
70 [2-ct-strict-without-scts-ssl]
95 [3-ct-strict-with-scts]
98 [3-ct-strict-with-scts-ssl]
102 [3-ct-strict-with-scts-server]
107 [3-ct-strict-with-scts-client]
154 [5-ct-strict-resumption]
[all …]
H A D12-ct.cnf.in12 use strict;
49 name => "ct-strict-without-scts",
63 name => "ct-strict-with-scts",
97 name => "ct-strict-resumption",
/freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/include/
H A D__availability171 # define _LIBCPP_AVAILABILITY_BAD_OPTIONAL_ACCESS __attribute__((availability(watchos, strict, int…
191 …__attribute__((availability(macos, strict, introduced = 10.15))) …
192 …__attribute__((availability(ios, strict, introduced = 13.0))) …
193 …__attribute__((availability(tvos, strict, introduced = 13.0))) …
194 __attribute__((availability(watchos, strict, introduced = 6.0)))
220 …__attribute__((availability(macos, strict, introduced = 13.3))) …
221 …__attribute__((availability(ios, strict, introduced = 16.3))) …
222 …__attribute__((availability(tvos, strict, introduced = 16.3))) …
223 __attribute__((availability(watchos, strict, introduced = 9.3)))
240 __attribute__((availability(watchos, strict, introduced = 7.0)))
[all …]
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_write_set_format_v7tar.c134 static int format_number(int64_t, char *, int size, int max, int strict);
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()
478 V7TAR_mtime_max_size, strict)) { in format_header_v7tar()
515 format_number(int64_t v, char *p, int s, int maxsize, int strict) in format_number() argument
[all …]
H A Darchive_write_set_format_ustar.c159 static int format_number(int64_t, char *, int size, int max, int strict);
387 struct archive_entry *entry, int tartype, int strict, argument
554 h + USTAR_mode_offset, USTAR_mode_size, USTAR_mode_max_size, strict)) {
561 h + USTAR_uid_offset, USTAR_uid_size, USTAR_uid_max_size, strict)) {
568 h + USTAR_gid_offset, USTAR_gid_size, USTAR_gid_max_size, strict)) {
575 h + USTAR_size_offset, USTAR_size_size, USTAR_size_max_size, strict)) {
582 h + USTAR_mtime_offset, USTAR_mtime_size, USTAR_mtime_max_size, strict)) {
592 USTAR_rdevmajor_max_size, strict)) {
600 USTAR_rdevminor_max_size, strict)) {
639 format_number(int64_t v, char *p, int s, int maxsize, int strict) argument
[all …]
/freebsd-14.2/sys/dev/iicbus/
H A Diicbus.c100 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()
H A Diiconf.c324 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) != 0)) in iicbus_write()
342 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) == 0)) in iicbus_read()
361 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) != 0)) in iicbus_write_byte()
379 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) == 0)) in iicbus_read_byte()
/freebsd-14.2/contrib/kyua/utils/config/
H A Dtree.cpp42 config::tree::tree(const bool strict) : in tree() argument
43 _strict(strict), _root(new detail::static_inner_node()) in tree()
52 config::tree::tree(const bool strict, detail::static_inner_node* root) : in tree() argument
53 _strict(strict), _root(root) in tree()
/freebsd-14.2/contrib/lua/src/
H A Dlutf8lib.c61 static const char *utf8_decode (const char *s, utfint *val, int strict) { in utf8_decode() argument
81 if (strict) { in utf8_decode()
228 static int iter_aux (lua_State *L, int strict) { in iter_aux() argument
239 const char *next = utf8_decode(s + n, &code, strict); in iter_aux()
/freebsd-14.2/crypto/openssl/crypto/asn1/
H A Da_time.c82 int n, i, i2, l, o, min_l = 11, strict = 0, end = 6, btz = 5, md; in ossl_asn1_time_to_tm() local
100 strict = 1; in ossl_asn1_time_to_tm()
107 strict = 1; in ossl_asn1_time_to_tm()
129 if (!strict && (i == btz) && ((a[o] == upper_z) || (a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
195 if (strict) in ossl_asn1_time_to_tm()
218 } else if (!strict && ((a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
/freebsd-14.2/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)
H A Di114 pass in proto udp from localhost to localhost port = 2049 keep frag(strict)
10 pass in proto tcp all flags S keep state(strict,newisn,no-icmp-err,limit 101,age 600)
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh82 use strict;
109 use strict;
/freebsd-14.2/contrib/netbsd-tests/lib/librumphijack/
H A Dsshd_config.in11 # very strict permissions on it and cannot modify the copy on the source
16 # to safely log in. We need to disable strict modes because ATF_WORKDIR
/freebsd-14.2/contrib/netbsd-tests/fs/psshfs/
H A Dsshd_config.in11 # very strict permissions on it and cannot modify the copy on the source
16 # to safely log in. We need to disable strict modes because ATF_WORKDIR
/freebsd-14.2/contrib/netbsd-tests/ipf/expected/
H A Di114 pass in inet proto udp from 127.0.0.1/32 to 127.0.0.1/32 port = 2049 keep frags (strict)
10 pass in proto tcp from any to any flags S/FSRPAU keep state (limit 101,strict,newisn,no-icmp-err,ag…
/freebsd-14.2/sys/dev/fdt/
H A Dfdt_common.c254 fdt_find_compatible(phandle_t start, const char *compat, int strict) in fdt_find_compatible() argument
264 if (strict) in fdt_find_compatible()
273 fdt_depth_search_compatible(phandle_t start, const char *compat, int strict) in fdt_depth_search_compatible() argument
283 (strict == 0 || fdt_is_compatible_strict(node, compat))) { in fdt_depth_search_compatible()
286 child = fdt_depth_search_compatible(node, compat, strict); in fdt_depth_search_compatible()
/freebsd-14.2/tools/regression/fsx/
H A DMakefile11 CWARNFLAGS+= -Wno-strict-prototypes -Wno-missing-prototypes
/freebsd-14.2/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;
/freebsd-14.2/tests/sys/sys/
H A DMakefile15 CFLAGS.bitstring_test= -fno-strict-overflow
/freebsd-14.2/lib/clang/
H A Dclang.build.mk15 CFLAGS.gcc+= -fno-strict-aliasing
/freebsd-14.2/sys/netlink/
H A Dnetlink_message_parser.h75 bool strict; /* Strict parsing required */ member
222 if (npt->strict) { in nl_parse_header()
237 if (npt->strict && parser->sp != NULL && !parser->sp(hdr, npt)) in nl_parse_header()
/freebsd-14.2/crypto/openssl/doc/life-cycles/
H A Dkdf.dot1 strict digraph kdf {

12345678910>>...12