Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd/contrib/llvm-project/libcxx/include/__configuration/
H A Davailability.h155 …__attribute__((availability(macos, strict, introduced = 14.4))) …
156 …__attribute__((availability(ios, strict, introduced = 17.4))) …
157 …__attribute__((availability(tvos, strict, introduced = 17.4))) …
158 __attribute__((availability(watchos, strict, introduced = 10.4)))
170 …__attribute__((availability(macos, strict, introduced = 14.0))) …
171 …__attribute__((availability(ios, strict, introduced = 17.0))) …
172 …__attribute__((availability(tvos, strict, introduced = 17.0))) …
173 __attribute__((availability(watchos, strict, introduced = 10.0)))
185 …__attribute__((availability(macos, strict, introduced = 13.4))) …
186 …__attribute__((availability(ios, strict, introduced = 16.5))) …
[all …]
/freebsd/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",
63 name => "ct-strict-with-scts",
97 name => "ct-strict-resumption",
/freebsd/contrib/libder/tests/
H A Dmake_corpus.c70 params->buftype, params->strict, seed->seed_name) != -1); in write_one()
83 assert(write(fd, &params->strict, sizeof(params->strict)) == sizeof(params->strict)); in write_one()
121 for (uint8_t strict = 0; strict < 2; strict++) { in main() local
122 params.strict = strict; in main()
H A Dfuzz_write.c28 bool strict; in LLVMFuzzerTestOneInput() local
39 strict = !!data[0]; in LLVMFuzzerTestOneInput()
44 libder_set_strict(ctx, strict); in LLVMFuzzerTestOneInput()
H A Dfuzz_stream.c86 libder_set_strict(ctx, !!fparams->strict); in fuzz_fd()
139 libder_set_strict(ctx, !!fparams->strict); in fuzz_file()
173 libder_set_strict(ctx, !!fparams->strict); in fuzz_plain()
/freebsd/contrib/libder/libder/
H A Dlibder.c29 ctx->strict = true; in libder_open()
82 return (ctx->strict); in libder_get_strict()
86 libder_set_strict(struct libder_ctx *ctx, bool strict) in libder_set_strict() argument
88 bool oval = ctx->strict; in libder_set_strict()
90 ctx->strict = strict; in libder_set_strict()
/freebsd/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/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/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.c323 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) != 0)) in iicbus_write()
341 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) == 0)) in iicbus_read()
360 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) != 0)) in iicbus_write_byte()
378 if (sc->started == 0 || (sc->strict != 0 && (sc->started & LSB) == 0)) in iicbus_read_byte()
/freebsd/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/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/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/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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh82 use strict;
109 use strict;
/freebsd/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/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/sys/dev/fdt/
H A Dfdt_common.c253 fdt_find_compatible(phandle_t start, const char *compat, int strict) in fdt_find_compatible() argument
263 if (strict) in fdt_find_compatible()
272 fdt_depth_search_compatible(phandle_t start, const char *compat, int strict) in fdt_depth_search_compatible() argument
282 (strict == 0 || fdt_is_compatible_strict(node, compat))) { in fdt_depth_search_compatible()
285 child = fdt_depth_search_compatible(node, compat, strict); in fdt_depth_search_compatible()
/freebsd/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/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"
/freebsd/tools/regression/fsx/
H A DMakefile10 CWARNFLAGS+= -Wno-strict-prototypes -Wno-missing-prototypes
/freebsd/tests/sys/sys/
H A DMakefile15 CFLAGS.bitstring_test= -fno-strict-overflow

12345678910>>...12