Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 25 of 2064) sorted by relevance

12345678910>>...83

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dstrip_addr.c76 char *strip_addr_internal(const char *full, char **extension, in strip_addr_internal() argument
95 if (extension) { in strip_addr_internal()
110 if (extension) in strip_addr_internal()
111 *extension = saved_ext; in strip_addr_internal()
122 char *extension; in main() local
141 stripped = strip_addr_internal("foo", &extension, NO_DELIM); in main()
144 if (extension != 0) in main()
151 stripped = strip_addr_internal("foo", &extension, delim); in main()
154 if (extension != 0) in main()
161 stripped = strip_addr_internal("foo@bar", &extension, NO_DELIM); in main()
[all …]
H A Dmail_addr_find.ref1 ==== no search string extension
3 internal:plain1@1.example -external-> external:plain2@2.example (null extension)
4 internal:aa bb@cc.example -external-> external:"dd ee"@dd.example (null extension)
5 external:"aa bb"@cc.example -external-> external:"dd ee"@dd.example (null extension)
6 external:"aa bb"@cc.example -external-> internal:dd ee@dd.example (null extension)
7 internal:plain1@1.example -internal-> external:plain2@2.example (null extension)
8 internal:aa bb@cc.example -internal-> external:(not found) (null extension)
9 internal:"aa bb"@cc.example -internal-> external:"dd ee"@dd.example (null extension)
10 ==== with search string extension
17 internal:"aa bb+ax bx"@cc.example -internal-> external:(not found) (null extension)
[all …]
H A Dmail_addr_crunch.ref1 ==== external to internal, with extension
2 |foo+extension@example.com|
3 |foo bar+extension@example.com|
4 |foo+ext+extension@example.com|
5 ==== external to internal, without extension
9 ==== external to external, with extension
10 |foo+extension@example.com|
11 |"foo bar+extension"@example.com|
12 |foo+ext+extension@example.com|
13 ==== external to external, without extension
[all …]
H A Dmail_addr_find.h46 #define mail_addr_find_int_to_ext(maps, address, extension) \ argument
47 mail_addr_find_opt((maps), (address), (extension), \
56 #define mail_addr_find_strategy(maps, address, extension, strategy) \ argument
57 mail_addr_find_opt((maps), (address), (extension), \
60 #define mail_addr_find(maps, address, extension) \ argument
61 mail_addr_find_strategy((maps), (address), (extension), \
64 #define mail_addr_find_to_internal(maps, address, extension) \ argument
65 mail_addr_find_opt((maps), (address), (extension), \
H A Dmail_addr_crunch.in3 echo ==== external to internal, with extension
7 +extension
11 echo ==== external to internal, without extension
19 echo ==== external to external, with extension
23 +extension
27 echo ==== external to external, without extension
35 echo ==== internal to internal, with extension
39 +extension
44 echo ==== internal to internal, without extension
H A Dmail_addr_crunch.c86 ARGV *mail_addr_crunch_opt(const char *string, const char *extension, in mail_addr_crunch_opt() argument
99 if (extension) in mail_addr_crunch_opt()
100 extlen = strlen(extension); in mail_addr_crunch_opt()
130 if (extension) { in mail_addr_crunch_opt()
133 vstring_strcat(intern_addr, extension); in mail_addr_crunch_opt()
136 memcpy(ratsign, extension, extlen); in mail_addr_crunch_opt()
194 VSTRING *extension = vstring_alloc(1); in main() local
212 if (vstring_get_nonl(extension, VSTREAM_IN) == VSTREAM_EOF) in main()
220 argv = mail_addr_crunch_opt(STR(buf), (VSTRING_LEN(extension) ? in main()
221 STR(extension) : 0), in main()
[all …]
/netbsd-src/sys/arch/m68k/fpsp/
H A Dtbldo.sa111 dc.l serror ;$04-0 ERROR - illegal extension
112 dc.l serror ;$04-1 ERROR - illegal extension
113 dc.l serror ;$04-2 ERROR - illegal extension
114 dc.l serror ;$04-3 ERROR - illegal extension
115 dc.l serror ;$04-4 ERROR - illegal extension
116 dc.l serror ;$04-5 ERROR - illegal extension
117 dc.l serror ;$04-6 ERROR - illegal extension
118 dc.l serror ;$04-7 ERROR - illegal extension
120 dc.l serror ;$05-0 ERROR - illegal extension
121 dc.l serror ;$05-1 ERROR - illegal extension
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DOpenMPSupport.rst122 | loop extension | support != in the canonical loop form | :go…
124 | loop extension | #pragma omp loop (directive) | :pa…
126 | loop extension | collapse imperfectly nested loop | :go…
128 | loop extension | collapse non-rectangular nested loop | :go…
130 | loop extension | C++ range-base for loop | :go…
132 | loop extension | clause: if for SIMD directives | :go…
134 | loop extension | inclusive scan extension (matching C++17 PSTL) | :go…
144 | thread affinity extension | thread affinity extension | :go…
146 | task extension | taskloop reduction | :go…
148 | task extension | task affinity | :pa…
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dhp-symtab.h149 unsigned int extension: 1; member
165 unsigned int extension: 1; member
308 unsigned int extension: 1; member
335 unsigned int extension: 1; member
385 unsigned int extension: 1; member
422 unsigned int extension: 1; member
447 unsigned int extension: 1; member
483 unsigned int extension: 1; member
523 unsigned int extension: 1; member
562 unsigned int extension: 1; member
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dhp-symtab.h149 unsigned int extension: 1; member
165 unsigned int extension: 1; member
308 unsigned int extension: 1; member
335 unsigned int extension: 1; member
385 unsigned int extension: 1; member
422 unsigned int extension: 1; member
447 unsigned int extension: 1; member
483 unsigned int extension: 1; member
523 unsigned int extension: 1; member
562 unsigned int extension: 1; member
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_extension_supported.pod12 - custom TLS extension handling
75 SSL_CTX_add_custom_ext() adds a custom extension for a TLS/DTLS client or server
76 for all supported protocol versions with extension type B<ext_type> and
79 which messages and under what conditions the extension will be added/parsed (see
82 SSL_CTX_add_client_custom_ext() adds a custom extension for a TLS/DTLS client
83 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and
91 SSL_CTX_add_server_custom_ext() adds a custom extension for a TLS/DTLS server
92 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and
98 RFC5246 et al. It is B<not> a NID. In all cases the extension type must not be
101 SSL_extension_supported() returns 1 if the extension B<ext_type> is handled
[all …]
H A DX509v3_get_ext_by_NID.pod14 X509_REVOKED_add_ext - extension stack utility functions
63 X509v3_get_ext() retrieves extension I<loc> from I<x>. The index I<loc>
65 extension is an internal pointer which B<MUST NOT> be freed by the
68 X509v3_get_ext_by_NID() and X509v3_get_ext_by_OBJ() look for an extension
69 with I<nid> or I<obj> from extension STACK I<x>. The search starts from the
70 extension after I<lastpos> or from the beginning if I<lastpos> is -1. If
71 the extension is found, its index is returned, otherwise -1 is returned.
74 looks for an extension of criticality I<crit>. A zero value for I<crit>
75 looks for a non-critical extension. A nonzero value looks for a critical
76 extension.
[all …]
H A DX509_EXTENSION_set_object.pod8 X509_EXTENSION_get_critical, X509_EXTENSION_get_data - extension utility
30 X509_EXTENSION_set_object() sets the extension type of B<ex> to B<obj>. The
34 B<crit> is zero the extension in non-critical otherwise it is critical.
36 X509_EXTENSION_set_data() sets the data in extension B<ex> to B<data>. The
39 X509_EXTENSION_create_by_NID() creates an extension of type B<nid>,
40 criticality B<crit> using data B<data>. The created extension is returned and
41 written to B<*ex> reusing or allocating a new extension if necessary so B<*ex>
46 except it creates and extension using B<obj> instead of a NID.
48 X509_EXTENSION_get_object() returns the extension type of B<ex> as an
52 X509_EXTENSION_get_critical() returns the criticality of extension B<ex> it
[all …]
H A DX509_get_extension_flags.pod15 X509_get_proxy_pathlen - retrieve certificate extension data
37 X509_get_pathlen() retrieves the path length extension from a certificate.
38 This extension is used to limit the length of a cert chain that may be
52 The certificate contains a basic constraints extension.
68 The subject and issuer names match and extension values imply it is self
73 The freshest CRL extension is present in the certificate.
77 The certificate contains an unhandled critical extension.
81 Some certificate extension values are invalid or inconsistent.
94 The NID_certificate_policies certificate extension is invalid or
102 The certificate contains a key usage extension. The value can be retrieved
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_extension_supported.pod9 - custom TLS extension handling
72 SSL_CTX_add_custom_ext() adds a custom extension for a TLS/DTLS client or server
73 for all supported protocol versions with extension type B<ext_type> and
76 which messages and under what conditions the extension will be added/parsed (see
79 SSL_CTX_add_client_custom_ext() adds a custom extension for a TLS/DTLS client
80 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and
88 SSL_CTX_add_server_custom_ext() adds a custom extension for a TLS/DTLS server
89 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and
95 RFC5246 et al. It is B<not> a NID. In all cases the extension type must not be
98 SSL_extension_supported() returns 1 if the extension B<ext_type> is handled
[all …]
H A DX509V3_get_d2i.pod9 X509_REVOKED_add1_ext_i2d - X509 extension decode and encode functions
41 X509V3_get_ext_d2i() looks for an extension with OID B<nid> in the extensions
43 occurrence of an extension is permissible otherwise the first extension after
44 index B<*idx> is returned and B<*idx> updated to the location of the extension.
46 extension occurs multiple times (this is only returned if B<idx> is B<NULL>),
47 -1 if the extension could not be found, 0 if the extension is found and is
48 not critical and 1 if critical. A pointer to an extension specific structure
51 X509V3_add1_i2d() adds extension B<value> to STACK B<*x> (allocating a new
55 X509V3_EXT_d2i() attempts to decode the ASN.1 data contained in extension
56 B<ext> and returns a pointer to an extension specific structure or B<NULL>
[all …]
H A DX509_EXTENSION_set_object.pod8 X509_EXTENSION_get_critical, X509_EXTENSION_get_data - extension utility
30 X509_EXTENSION_set_object() sets the extension type of B<ex> to B<obj>. The
34 B<crit> is zero the extension in non-critical otherwise it is critical.
36 X509_EXTENSION_set_data() sets the data in extension B<ex> to B<data>. The
39 X509_EXTENSION_create_by_NID() creates an extension of type B<nid>,
40 criticality B<crit> using data B<data>. The created extension is returned and
41 written to B<*ex> reusing or allocating a new extension if necessary so B<*ex>
46 except it creates and extension using B<obj> instead of a NID.
48 X509_EXTENSION_get_object() returns the extension type of B<ex> as an
52 X509_EXTENSION_get_critical() returns the criticality of extension B<ex> it
[all …]
H A DX509v3_get_ext_by_NID.pod14 X509_REVOKED_add_ext - extension stack utility functions
62 X509v3_get_ext() retrieves extension B<loc> from B<x>. The index B<loc>
64 extension is an internal pointer which B<must not> be freed up by the
67 X509v3_get_ext_by_NID() and X509v3_get_ext_by_OBJ() look for an extension
68 with B<nid> or B<obj> from extension stack B<x>. The search starts from the
69 extension after B<lastpos> or from the beginning if <lastpos> is B<-1>. If
70 the extension is found its index is returned otherwise B<-1> is returned.
73 looks for an extension of criticality B<crit>. A zero value for B<crit>
74 looks for a non-critical extension a nonzero value looks for a critical
75 extension.
[all …]
H A DX509_get_extension_flags.pod15 X509_get_proxy_pathlen - retrieve certificate extension data
37 X509_get_pathlen() retrieves the path length extension from a certificate.
38 This extension is used to limit the length of a cert chain that may be
52 The certificate contains a basic constraints extension.
68 The subject and issuer names match and extension values imply it is self
73 The freshest CRL extension is present in the certificate.
77 The certificate contains an unhandled critical extension.
81 Some certificate extension values are invalid or inconsistent.
94 The NID_certificate_policies certificate extension is invalid or
102 The certificate contains a key usage extension. The value can be retrieved
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D13-fragmentation.conf21 test-16 = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled
22 test-17 = 17-Maximum Fragment Len extension equal FragmentSize to 2048
23 test-18 = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024
24 test-19 = 19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024
25 test-20 = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048
26 test-21 = 21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024
412 [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled]
413 ssl_conf = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl
415 [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl]
416 server = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-server
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/
H A D13-fragmentation.cnf21 test-16 = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled
22 test-17 = 17-Maximum Fragment Len extension equal FragmentSize to 2048
23 test-18 = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024
24 test-19 = 19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024
25 test-20 = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048
26 test-21 = 21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024
412 [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled]
413 ssl_conf = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl
415 [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl]
416 server = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-server
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Dvarmod-extension.exp1 extension of 'a/b/c' is ''
2 extension of 'def' is ''
3 extension of 'a.b.c' is 'c'
4 extension of 'a.b/c' is 'b/c'
5 extension of 'a' is ''
6 extension of 'a.a' is 'a'
7 extension of '.gitignore' is 'gitignore'
8 extension of 'a' is ''
9 extension of 'a.a' is 'a'
10 extension of 'trailing/' is ''
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man5/
H A Dx509v3_config.pod5 x509v3_config - X509 V3 certificate extension configuration format
12 Typically the application will contain an option to point to an extension
13 section. Each line of the extension section takes the form:
17 If B<critical> is present then the extension will be critical.
21 There are four main types of extension: I<string> extensions, I<multi-valued>
47 The syntax of raw extensions is governed by the extension code: it can
49 use is defined by the extension code itself: check out the certificate
50 policies extension for an example.
52 If an extension type is unsupported then the I<arbitrary> extension syntax
57 The following sections describe each supported extension in detail.
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dm10300-dis.c40 unsigned long extension = 0; in disassemble() local
100 extension = 0; in disassemble()
106 extension = 0; in disassemble()
110 extension = 0; in disassemble()
123 extension = 0; in disassemble()
129 extension = 0; in disassemble()
134 extension = 0; in disassemble()
147 extension = 0; in disassemble()
163 extension = temp & 0xff; in disassemble()
182 extension = *(unsigned char *) buffer; in disassemble()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dm10300-dis.c40 unsigned long extension = 0; in disassemble() local
100 extension = 0; in disassemble()
106 extension = 0; in disassemble()
110 extension = 0; in disassemble()
123 extension = 0; in disassemble()
129 extension = 0; in disassemble()
134 extension = 0; in disassemble()
147 extension = 0; in disassemble()
163 extension = temp & 0xff; in disassemble()
182 extension = *(unsigned char *) buffer; in disassemble()
[all …]

12345678910>>...83