Home
last modified time | relevance | path

Searched refs:mixed (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmime_nest.ref1 mime_state: header_token: multipart / mixed
4 MAIN 0 |content-type: multipart/mixed; boundary=foobar
8 mime_state: header_token: multipart / mixed
11 MULT 0 |content-type: multipart/mixed; boundary=foobar
14 mime_state: header_token: multipart / mixed
17 MULT 0 |content-type: multipart/mixed; boundary=foobar
20 mime_state: header_token: multipart / mixed
23 MULT 0 |content-type: multipart/mixed; boundary=foobar
26 mime_state: header_token: multipart / mixed
29 MULT 0 |content-type: multipart/mixed; boundary=foobar
[all …]
H A Dmime_nest.in1 content-type: multipart/mixed; boundary=foobar
4 content-type: multipart/mixed; boundary=foobar
7 content-type: multipart/mixed; boundary=foobar
10 content-type: multipart/mixed; boundary=foobar
13 content-type: multipart/mixed; boundary=foobar
16 content-type: multipart/mixed; boundary=foobar
19 content-type: multipart/mixed; boundary=foobar
22 content-type: multipart/mixed; boundary=foobar
25 content-type: multipart/mixed; boundary=foobar
28 content-type: multipart/mixed; boundary=foobar
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_certkey.c129 int mixed; /* Single file with key anywhere */ member
149 st->mixed = 0; in init_pem_load_state()
197 if (!st->mixed && st->state == PEM_LOAD_STATE_INIT) { in load_cert()
228 st->state = st->mixed ? PEM_LOAD_STATE_BOTH : PEM_LOAD_STATE_CERT; in load_cert()
285 if (!st->mixed && !use_chain(st)) { in load_pkey()
313 else if (st->mixed) in load_pkey()
325 if (st->mixed) { in load_pkey()
373 } else if (!st->mixed) { in load_pem_object()
404 if ((st->mixed && st->keynum == 0 && in load_pem_bio()
406 || (!st->mixed && state == PEM_LOAD_STATE_PKEY)) { in load_pem_bio()
[all …]
H A Dwarn-mixed-multi-key.pem.ref1 unknown: warning: ignoring 2nd key at index 4 in warn-mixed-multi-key.pem after 1st at 2
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dexpr_sizeof.c124 struct mixed { in bit_fields() struct
132 } mixed; in bit_fields() local
134 typedef int sizeof_mixed[-(int)sizeof(mixed)]; in bit_fields()
137 -(int)__builtin_offsetof(struct mixed, ch) in bit_fields()
/netbsd-src/tests/usr.bin/indent/
H A Dlsym_unary_op.c39 int mixed=+-+-+-+-+-+-+-+-+-+-+-+-+-3; variable
46 int mixed = +-+-+-+-+-+-+-+-+-+-+-+-+-3; variable
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Diosfwd143 /// Base class for @c char mixed input and output streams.
155 /// Class for @c char mixed input and output memory streams.
167 /// Class for @c char mixed input and output file streams.
183 /// Base class for @c wchar_t mixed input and output streams.
195 /// Class for @c wchar_t mixed input and output memory streams.
207 /// Class for @c wchar_t mixed input and output file streams.
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rpz/ns3/
H A Dmixed-case-rpz-1.db.in13 @ SOA mixed-case-rpz. hostmaster.ns.mixed-case-rpz. ( 1 3600 1200 604800 60 )
H A Dmixed-case-rpz-2.db.in13 @ SOA mixed-case-rpz. hostmaster.ns.mixed-case-rpz. ( 2 3600 1200 604800 60 )
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Diosfwd143 /// Base class for @c char mixed input and output streams.
155 /// Class for @c char mixed input and output memory streams.
167 /// Class for @c char mixed input and output file streams.
183 /// Base class for @c wchar_t mixed input and output streams.
195 /// Class for @c wchar_t mixed input and output memory streams.
207 /// Class for @c wchar_t mixed input and output file streams.
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decp_nistp224.c905 const int mixed, const felem x2, const felem y2,
913 if (!mixed) {
1008 if (!mixed) {
1138 const int mixed, const felem pre_comp[][17][3],
1215 mixed, tmp[0], tmp[1], tmp[2]);
1413 int mixed = 0;
1476 mixed = 1;
1480 if (mixed)
1484 || (mixed && (tmp_felems == NULL))) {
1550 if (mixed)
[all …]
H A Decp_nistp521.c1156 const int mixed, const felem x2, const felem y2,
1171 if (!mixed) {
1533 const int mixed, const felem pre_comp[][17][3],
1600 mixed, tmp[0], tmp[1], tmp[2]);
1868 int mixed = 0;
1932 mixed = 1;
1936 if (mixed)
1940 || (mixed && (tmp_felems == NULL))) {
2009 if (mixed)
2034 mixed, (const felem(*)[17][3])pre_comp,
[all …]
H A Decp_nistp256.c1237 const int mixed, const smallfelem x2,
1257 if (!mixed) {
1675 const int mixed, const smallfelem pre_comp[][17][3],
1757 mixed, tmp[0], tmp[1], tmp[2]);
2027 int mixed = 0;
2091 mixed = 1;
2095 if (mixed)
2099 || (mixed && (tmp_smallfelems == NULL))) {
2172 if (mixed)
2197 mixed, (const smallfelem(*)[17][3])pre_comp, g_pre_comp);
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_nistp224.c909 const int mixed, const felem x2, const felem y2, in point_add() argument
917 if (!mixed) { in point_add()
1012 if (!mixed) { in point_add()
1142 const int mixed, const felem pre_comp[][17][3], in batch_mul() argument
1219 mixed, tmp[0], tmp[1], tmp[2]); in batch_mul()
1419 int mixed = 0; in ossl_ec_GFp_nistp224_points_mul() local
1482 mixed = 1; in ossl_ec_GFp_nistp224_points_mul()
1486 if (mixed) in ossl_ec_GFp_nistp224_points_mul()
1490 || (mixed && (tmp_felems == NULL))) { in ossl_ec_GFp_nistp224_points_mul()
1556 if (mixed) in ossl_ec_GFp_nistp224_points_mul()
[all …]
H A Decp_nistp521.c1208 const int mixed, const felem x2, const felem y2, in point_add() argument
1223 if (!mixed) { in point_add()
1585 const int mixed, const felem pre_comp[][17][3], in batch_mul() argument
1652 mixed, tmp[0], tmp[1], tmp[2]); in batch_mul()
1923 int mixed = 0; in ossl_ec_GFp_nistp521_points_mul() local
1987 mixed = 1; in ossl_ec_GFp_nistp521_points_mul()
1991 if (mixed) in ossl_ec_GFp_nistp521_points_mul()
1995 || (mixed && (tmp_felems == NULL))) { in ossl_ec_GFp_nistp521_points_mul()
2064 if (mixed) in ossl_ec_GFp_nistp521_points_mul()
2089 mixed, (const felem(*)[17][3])pre_comp, in ossl_ec_GFp_nistp521_points_mul()
[all …]
H A Decp_nistp256.c1237 const int mixed, const smallfelem x2, in point_add() argument
1257 if (!mixed) { in point_add()
1675 const int mixed, const smallfelem pre_comp[][17][3], in batch_mul() argument
1757 mixed, tmp[0], tmp[1], tmp[2]); in batch_mul()
2030 int mixed = 0; in ossl_ec_GFp_nistp256_points_mul() local
2094 mixed = 1; in ossl_ec_GFp_nistp256_points_mul()
2098 if (mixed) in ossl_ec_GFp_nistp256_points_mul()
2102 || (mixed && (tmp_smallfelems == NULL))) { in ossl_ec_GFp_nistp256_points_mul()
2175 if (mixed) in ossl_ec_GFp_nistp256_points_mul()
2200 mixed, (const smallfelem(*)[17][3])pre_comp, g_pre_comp); in ossl_ec_GFp_nistp256_points_mul()
[all …]
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Dht_test.c343 unsigned char mixed[16] = { "tEsT CaSe" }; in ISC_RUN_TEST_IMPL()
357 result = isc_ht_find(ht, mixed, 16, &f); in ISC_RUN_TEST_IMPL()
376 result = isc_ht_find(ht, mixed, 16, &f);
325 unsigned char mixed[16] = { "tEsT CaSe" }; ISC_RUN_TEST_IMPL() local
/netbsd-src/distrib/syspkg/sets/text/text-groff-bin/
H A DDESCR1 Groff (GNU Troff) is a document processor which reads plain text mixed
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dtest01.dts44 mixed = "abc", [1234], <0xa 0xb 0xc>;
H A Dlabel01.dts44 mixed = "abc", pre: [1234] post: , gap: < aligned: 0xa 0xb 0xc>;
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A DMakefile.am110 format-perl-mixed-1 format-perl-mixed-2 \
/netbsd-src/sys/arch/netwinder/conf/
H A Dfiles.netwinder22 # ISA and mixed ISA+EISA or ISA+PCI drivers
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/
H A Djava.schema319 # must be mixed in with a structural object class.
339 # must be mixed in with a structural object class.
359 # mixed in with a structural object class.
/netbsd-src/sys/arch/mvmeppc/conf/
H A Dfiles.mvmeppc77 # ISA and mixed ISA+PCI drivers
/netbsd-src/sys/arch/cats/conf/
H A Dfiles.cats24 # ISA and mixed ISA+EISA or ISA+PCI drivers

12345678910>>...18