Home
last modified time | relevance | path

Searched refs:require (Results 1 – 25 of 1715) sorted by relevance

12345678910>>...69

/netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/
H A D04-client_auth.cnf7 test-2 = 2-client-auth-flex-require-fail
8 test-3 = 3-client-auth-flex-require
9 test-4 = 4-client-auth-flex-require-non-empty-names
13 test-8 = 8-client-auth-TLSv1-require-fail
14 test-9 = 9-client-auth-TLSv1-require
15 test-10 = 10-client-auth-TLSv1-require-non-empty-names
19 test-14 = 14-client-auth-TLSv1.1-require-fail
20 test-15 = 15-client-auth-TLSv1.1-require
21 test-16 = 16-client-auth-TLSv1.1-require-non-empty-names
25 test-20 = 20-client-auth-TLSv1.2-require-fail
[all …]
H A D26-tls13_client_auth.cnf7 test-2 = 2-client-auth-TLSv1.3-require-fail
8 test-3 = 3-client-auth-TLSv1.3-require
9 test-4 = 4-client-auth-TLSv1.3-require-non-empty-names
12 test-7 = 7-client-auth-TLSv1.3-require-fail-post-handshake
13 test-8 = 8-client-auth-TLSv1.3-require-post-handshake
14 test-9 = 9-client-auth-TLSv1.3-require-non-empty-names-post-handshake
76 [2-client-auth-TLSv1.3-require-fail]
77 ssl_conf = 2-client-auth-TLSv1.3-require-fail-ssl
79 [2-client-auth-TLSv1.3-require-fail-ssl]
80 server = 2-client-auth-TLSv1.3-require-fail-server
[all …]
H A D18-dtls-renegotiate.cnf8 test-3 = 3-renegotiate-client-auth-require
98 [3-renegotiate-client-auth-require]
99 ssl_conf = 3-renegotiate-client-auth-require-ssl
101 [3-renegotiate-client-auth-require-ssl]
102 server = 3-renegotiate-client-auth-require-server
103 client = 3-renegotiate-client-auth-require-client
105 [3-renegotiate-client-auth-require-server]
112 [3-renegotiate-client-auth-require-client]
H A D26-tls13_client_auth.cnf.in51 name => "client-auth-TLSv1.3-require-fail",
68 name => "client-auth-TLSv1.3-require",
91 name => "client-auth-TLSv1.3-require-non-empty-names",
149 name => "client-auth-TLSv1.3-require-fail-post-handshake",
166 name => "client-auth-TLSv1.3-require-post-handshake",
193 name => "client-auth-TLSv1.3-require-non-empty-names-post-handshake",
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype-parse.cc156 require (int t) in require() function
230 s1 = require (STRING); in string_seq()
264 require ('<'); in require_template_declaration()
325 const char *id = require (ID); in typedef_name()
336 require (opener); in consume_balanced()
473 require (')'); in str_optvalue_opt()
510 require ('('); in type_optvalue()
512 require (')'); in type_optvalue()
523 require ('('); in nestedptr_optvalue()
525 require (','); in nestedptr_optvalue()
[all …]
H A Dreal.h394 float_mode_for_size (LONG_DOUBLE_TYPE_SIZE).require ())
397 real_to_target (OUT, &(IN), float_mode_for_size (64).require ())
401 ((OUT) = real_to_target (NULL, &(IN), float_mode_for_size (32).require ()))
407 real_to_target (OUT, &(IN), decimal_float_mode_for_size (128).require ())
410 real_to_target (OUT, &(IN), decimal_float_mode_for_size (64).require ())
415 decimal_float_mode_for_size (32).require ()))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype-parse.c156 require (int t) in require() function
230 s1 = require (STRING); in string_seq()
264 require ('<'); in require_template_declaration()
325 const char *id = require (ID); in typedef_name()
336 require (opener); in consume_balanced()
473 require (')'); in str_optvalue_opt()
510 require ('('); in type_optvalue()
512 require (')'); in type_optvalue()
523 require ('('); in nestedptr_optvalue()
525 require (','); in nestedptr_optvalue()
[all …]
H A Dreal.h395 float_mode_for_size (LONG_DOUBLE_TYPE_SIZE).require ())
398 real_to_target (OUT, &(IN), float_mode_for_size (64).require ())
402 ((OUT) = real_to_target (NULL, &(IN), float_mode_for_size (32).require ()))
408 real_to_target (OUT, &(IN), decimal_float_mode_for_size (128).require ())
411 real_to_target (OUT, &(IN), decimal_float_mode_for_size (64).require ())
416 decimal_float_mode_for_size (32).require ()))
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dclang-format-test.el18 (require 'clang-format)
20 (require 'cl-lib)
21 (require 'ert)
22 (require 'pcase)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Testing/Support/
H A DAnnotations.cpp19 static void require(bool Assertion, const char *Msg, llvm::StringRef Code) { in require() function
28 require(Assertion, Msg, Text); in Annotations()
70 require(I != Points.end() && I->getValue().size() == 1, in point()
84 require(I != Ranges.end() && I->getValue().size() == 1, in range()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Druby25 0 search/8192 require
26 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+'
50 0 search/8192 require
51 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+' Ruby script text
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D26-tls13_client_auth.conf.in51 name => "client-auth-TLSv1.3-require-fail",
68 name => "client-auth-TLSv1.3-require",
91 name => "client-auth-TLSv1.3-require-non-empty-names",
149 name => "client-auth-TLSv1.3-require-fail-post-handshake",
166 name => "client-auth-TLSv1.3-require-post-handshake",
193 name => "client-auth-TLSv1.3-require-non-empty-names-post-handshake",
/netbsd-src/crypto/dist/ipsec-tools/src/setkey/
H A Dsample.cf72 ah/tunnel/172.16.0.1-172.16.0.2/require ;
74 ah/tunnel/172.16.0.2-172.16.0.1/require ;
89 ah/tunnel/172.16.0.2-172.16.0.1/require ;
91 ah/tunnel/172.16.0.1-172.16.0.2/require ;
112 esp/tunnel/fec0:0:0:1::1-fec0:0:0:2::1/require
113 ah/transport//require ;
115 esp/tunnel/fec0:0:0:2::1-fec0:0:0:1::1/require
116 ah/transport//require ;
148 esp/tunnel/fec0:0:0:1::1-fec0:0:0:2::1/require ;
151 esp/tunnel/fec0:0:0:2::1-fec0:0:0:1::1/require ;
H A Dsample-policy01.cf8 esp/transport//require ;
11 esp/transport//require ;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/emacs/
H A Dtablegen-mode.el8 (require 'comint)
9 (require 'custom)
10 (require 'ansi-color)
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb.asn132 initial(0), -- require as-req
40 require-preauth(8), -- must use preauth
42 require-hwauth(10), -- must use hwauth
51 require-pwchange(18), -- require a passwd change
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d166 auto b = aa.require("foo", new T); in testRequire1()
169 auto c = aa.require("bar", null); in testRequire1()
173 auto d = aa.require("bar", new T); in testRequire1()
175 auto e = aa.require("baz", new T); in testRequire1()
182 auto f = aa.require("qux", { created = true; return new T; }()); in testRequire1()
186 auto h = aa.require("qux", { g = new T; return g; }()); in testRequire1()
199 aa.require("foo").value = 1; in testRequire2()
203 auto a = aa.require("bar", S(3)); in testRequire2()
209 S* c = &aa.require("baz", S(4)); in testRequire2()
223 auto a = aa.require("foo", "bar"); in testRequire3()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d164 auto b = aa.require("foo", new T); in testRequire1()
167 auto c = aa.require("bar", null); in testRequire1()
171 auto d = aa.require("bar", new T); in testRequire1()
173 auto e = aa.require("baz", new T); in testRequire1()
180 auto f = aa.require("qux", { created = true; return new T; }()); in testRequire1()
184 auto h = aa.require("qux", { g = new T; return g; }()); in testRequire1()
197 aa.require("foo").value = 1; in testRequire2()
201 auto a = aa.require("bar", S(3)); in testRequire2()
207 S* c = &aa.require("baz", S(4)); in testRequire2()
221 auto a = aa.require("foo", "bar"); in testRequire3()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Danalyze.py416 def require(required): function
437 @require(['command', # entry from compilation database
472 @require(['clang', 'directory', 'flags', 'file', 'output_dir', 'language',
530 @require(['clang', 'directory', 'flags', 'direct_args', 'file', 'output_dir',
596 @require(['clang', 'directory', 'flags', 'direct_args', 'file', 'ctu'])
658 @require(['ctu'])
682 @require(['flags', 'force_debug'])
693 @require(['language', 'compiler', 'file', 'flags'])
723 @require(['arch_list', 'flags'])
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/show-used-features/
H A Dmixed.txt2 // REQUIRES: my-require-feature-2 || my-require-feature-3
/netbsd-src/tests/usr.bin/c++/
H A Dubsan_common.subr57 atf_set 'require.progs' 'c++'
63 atf_set 'require.progs' 'c++'
69 atf_set 'require.progs' 'c++'
75 atf_set 'require.progs' 'c++'
81 atf_set 'require.progs' 'c++ file diff cat'
/netbsd-src/tests/usr.bin/cc/
H A Dubsan_common.subr57 atf_set 'require.progs' 'cc'
63 atf_set 'require.progs' 'cc'
69 atf_set 'require.progs' 'cc'
75 atf_set 'require.progs' 'cc'
81 atf_set 'require.progs' 'cc file diff cat'
/netbsd-src/sbin/luactl/
H A Dluactl.c58 static void require(char *, char *);
106 require(argv[1], argv[2]); in main()
184 require(char *name, char *module) in require() function
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dmarshall.cc47 if (!conn->require ('i')) in unmarshall_intlike()
73 if (!conn->require ('s')) in unmarshall()
127 if (!conn->require (id)) in unmarshall_array_start()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dmarshall.cc48 if (!conn->require ('i')) in unmarshall_intlike()
74 if (!conn->require ('s')) in unmarshall()
128 if (!conn->require (id)) in unmarshall_array_start()

12345678910>>...69