/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | packet-print.c | 855 const pgp_contents_t *content = &pkt->u; in pgp_print_packet() local 865 pgp_show_packet_tag((pgp_content_enum)content->ptag.type)); in pgp_print_packet() 872 printf("parse error: %s\n", content->error); in pgp_print_packet() 877 pgp_errcode(content->errcode.errcode)); in pgp_print_packet() 881 print_packet_hex(&content->packet); in pgp_print_packet() 885 if (content->ptag.type == PGP_PTAG_CT_PUBLIC_KEY) { in pgp_print_packet() 893 content->ptag.new_format, in pgp_print_packet() 894 content->ptag.type, content->ptag.length_type, in pgp_print_packet() 895 content->ptag.length, content->ptag.length, in pgp_print_packet() 896 content->ptag.position, content->ptag.position); in pgp_print_packet() [all …]
|
H A D | validate.c | 238 const pgp_contents_t *content = &pkt->u; in pgp_validate_key_cb() local 261 key->pubkey = content->pubkey; in pgp_validate_key_cb() 268 key->subkey = content->pubkey; in pgp_validate_key_cb() 272 key->seckey = content->seckey; in pgp_validate_key_cb() 280 key->userid = content->userid; in pgp_validate_key_cb() 285 if (content->userattr.len == 0) { in pgp_validate_key_cb() 291 (int) content->userattr.len); in pgp_validate_key_cb() 295 key->userattr = content->userattr; in pgp_validate_key_cb() 303 content->sig.info.signer_id, in pgp_validate_key_cb() 306 if (!add_sig_to_list(&content->sig.info, in pgp_validate_key_cb() [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | mime_nest.in | 1 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 …]
|
H A D | mime_nest.ref | 4 MAIN 0 |content-type: multipart/mixed; boundary=foobar 11 MULT 0 |content-type: multipart/mixed; boundary=foobar 17 MULT 0 |content-type: multipart/mixed; boundary=foobar 23 MULT 0 |content-type: multipart/mixed; boundary=foobar 29 MULT 0 |content-type: multipart/mixed; boundary=foobar 35 MULT 0 |content-type: multipart/mixed; boundary=foobar 41 MULT 0 |content-type: multipart/mixed; boundary=foobar 47 MULT 0 |content-type: multipart/mixed; boundary=foobar 53 MULT 0 |content-type: multipart/mixed; boundary=foobar 59 MULT 0 |content-type: multipart/mixed; boundary=foobar [all …]
|
H A D | header_body_checks_warn.ref | 3 header_body_checks: test-queueID: warning: header content-type: multipart/(co\m\)ment)mumble mumble… 4 1 MAIN 71 |content-type: multipart/(co\m\)ment)mumble mumble; boundary = "ab\cd 13 header_body_checks: test-queueID: warning: header content-type: message/rfc822; mumble 14 6 MULT 0 |content-type: message/rfc822; mumble 18 header_body_checks: test-queueID: warning: header content-type: multipart/mumble; boundary(comment)… 19 9 NEST 57 |content-type: multipart/mumble; boundary(comment)="pqrs" 20 header_body_checks: test-queueID: warning: header content-transfer-encoding: base64 21 10 NEST 91 |content-transfer-encoding: base64
|
/netbsd-src/external/mpl/dhcp/dist/keama/ |
H A D | print.c | 95 return result->content; in print_boolean_expression() 109 return result->content; in print_boolean_expression() 115 return result->content; in print_boolean_expression() 123 return result->content; in print_boolean_expression() 126 return result->content; in print_boolean_expression() 140 return result->content; in print_boolean_expression() 155 return result->content; in print_boolean_expression() 161 return result->content; in print_boolean_expression() 176 return result->content; in print_boolean_expression() 185 return result->content; in print_boolean_expression() [all …]
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
H A D | js_who_example.txt | 30 10530 100 2 chrome://firebug/content/views/css.js 31 10530 100 2 chrome://firebug/content/views/dom.js 32 10530 100 2 chrome://firebug/content/views/events.js 33 10530 100 2 chrome://firebug/content/views/layout.js 34 10530 100 2 chrome://firebug/content/views/source.js 35 10530 100 2 chrome://firebug/content/views/style.js 36 10530 100 2 chrome://global/content/bindings/scrollbar.xml 37 10530 100 3 chrome://global/content/bindings/general.xml 38 10530 100 3 chrome://global/content/bindings/tabbox.xml 39 10530 100 3 chrome://global/content/bindings/text.xml [all …]
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
H A D | js_who_example.txt | 30 10530 100 2 chrome://firebug/content/views/css.js 31 10530 100 2 chrome://firebug/content/views/dom.js 32 10530 100 2 chrome://firebug/content/views/events.js 33 10530 100 2 chrome://firebug/content/views/layout.js 34 10530 100 2 chrome://firebug/content/views/source.js 35 10530 100 2 chrome://firebug/content/views/style.js 36 10530 100 2 chrome://global/content/bindings/scrollbar.xml 37 10530 100 3 chrome://global/content/bindings/general.xml 38 10530 100 3 chrome://global/content/bindings/tabbox.xml 39 10530 100 3 chrome://global/content/bindings/text.xml [all …]
|
/netbsd-src/external/mit/libcbor/dist/docs/stylesheets/ |
H A D | stylesheet.css | 107 .main-content :first-child { 109 .main-content img { 111 .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-con… 116 .main-content p { 118 .main-content code { 125 .main-content pre { 135 .main-content pre > code { 144 .main-content .highlight { 146 .main-content .highlight pre { 149 .main-content .highlight pre, .main-content pre { [all …]
|
/netbsd-src/external/gpl2/xcvs/dist/doc/ |
H A D | mkman.pl | 73 my ($file, $parent, $keyword, $content) = @_; 75 return "see node \`$content\\(aq in the CVS manual" 77 return "\\fP\\fP$content" 83 return "$startmode$content$endmode"; 223 my $content = $1; 224 $content =~ s/^$last_header(\\\(em|\s+)?//; 225 next if $content =~ /^\s*$/; 226 s/^\@appendix\w*\s+.*$/.SS "$content"/; 236 my $content = $3; 239 my $bullet = $content; [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/ |
H A D | test_report.py | 14 def run_bug_parse(content): argument 18 handle.writelines(content) 23 def run_crash_parse(content, preproc): argument 27 handle.writelines(content) 34 content = [ 46 result = run_bug_parse(content) 55 content = [] 56 result = run_bug_parse(content) 62 content = [ 67 result = run_crash_parse(content, 'file.i') [all …]
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | mandoc.css | 94 content: "\2014 "; } 268 .An::before { content: "An"; } 269 .Ar::before { content: "Ar"; } 270 .Cd::before { content: "Cd"; } 271 .Cm::before { content: "Cm"; } 272 .Dv::before { content: "Dv"; } 273 .Em::before { content: "Em"; } 274 .Er::before { content: "Er"; } 275 .Ev::before { content: "Ev"; } 276 .Fa::before { content: "Fa"; } [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | ks_p12.c | 106 heim_octet_string content; in ShroudedKeyBag_parser() local 119 &content); in ShroudedKeyBag_parser() 124 ret = keyBag_parser(context, c, content.data, content.length, attrs); in ShroudedKeyBag_parser() 125 der_free_octet_string(&content); in ShroudedKeyBag_parser() 243 heim_octet_string content; in encryptedData_parser() local 253 &content); in encryptedData_parser() 258 ret = parse_safe_content(context, c, content.data, content.length); in encryptedData_parser() 260 der_free_octet_string(&content); in encryptedData_parser() 271 heim_octet_string content; in envelopedData_parser() local 287 &content); in envelopedData_parser() [all …]
|
H A D | cms.c | 92 ALLOC(ci.content, 1); in hx509_cms_wrap_ContentInfo() 93 if (ci.content == NULL) { in hx509_cms_wrap_ContentInfo() 97 ci.content->data = malloc(buf->length); in hx509_cms_wrap_ContentInfo() 98 if (ci.content->data == NULL) { in hx509_cms_wrap_ContentInfo() 102 memcpy(ci.content->data, buf->data, buf->length); in hx509_cms_wrap_ContentInfo() 103 ci.content->length = buf->length; in hx509_cms_wrap_ContentInfo() 152 if (ci.content) { in hx509_cms_unwrap_ContentInfo() 153 ret = der_copy_octet_string(ci.content, out); in hx509_cms_unwrap_ContentInfo() 163 *have_data = (ci.content != NULL) ? 1 : 0; in hx509_cms_unwrap_ContentInfo() 363 heim_octet_string *content) in hx509_cms_unenvelope() argument [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | vstream_test.ref | 17 VSTRING content length: 8/8, content: 01234567 22 VSTRING content length: 5/8, content: hallo 27 VSTRING content length: 11/16, content: hallo world 30 VSTRING content length: 11/16, content: hello world 40 VSTRING content length: 11/16, content: hello world
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/man/ |
H A D | help2man | 377 my $content = ''; 384 $content = ".TP\n\x83$2\n\x83$5\n"; 396 $content = ".HP\n\x83$1\n"; 405 $content = ".TP\n\x83$2\n\x83$3\n"; 413 $content = ".IP\n\x83$2\n"; 421 $content = ".PP\n" if $include{$sect}; 422 $content .= "$1\n"; 429 $content .= "\x83$1\n" 435 for ($content) 453 $content .= ".PP\n" unless $append{$pat} =~ /^\./; [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/man/ |
H A D | help2man | 377 my $content = ''; 384 $content = ".TP\n\x83$2\n\x83$5\n"; 396 $content = ".HP\n\x83$1\n"; 405 $content = ".TP\n\x83$2\n\x83$3\n"; 413 $content = ".IP\n\x83$2\n"; 421 $content = ".PP\n" if $include{$sect}; 422 $content .= "$1\n"; 429 $content .= "\x83$1\n" 435 for ($content) 453 $content .= ".PP\n" unless $append{$pat} =~ /^\./; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | xml.d | 1246 private string content; variable 1263 this(string content) @safe pure in this() argument 1267 if (content == "-" || content.indexOf("--") != -1) in this() 1268 throw new CommentException(content); in this() 1269 this.content = content; in this() 1285 return t !is null && content == t.content; in opEquals() 1304 return t !is null && (content != t.content in opCmp() 1305 ? (content < t.content ? -1 : 1 ) : 0 ); in opCmp() 1314 override size_t toHash() scope const nothrow { return hash(content); } in toHash() 1319 override string toString() scope const @safe pure nothrow { return "<!--" ~ content ~ "-->"; } in toString() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | xml.d | 1238 private string content; variable 1255 this(string content) @safe pure in this() argument 1259 if (content == "-" || content.indexOf("--") != -1) in this() 1260 throw new CommentException(content); in this() 1261 this.content = content; in this() 1277 return t !is null && content == t.content; in opEquals() 1296 return t !is null && (content != t.content in opCmp() 1297 ? (content < t.content ? -1 : 1 ) : 0 ); in opCmp() 1306 override size_t toHash() scope const nothrow { return hash(content); } in toHash() 1311 override string toString() scope const @safe pure nothrow { return "<!--" ~ content ~ "-->"; } in toString() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | CMS_get0_type.pod | 5 …1_eContentType, CMS_get0_eContentType, CMS_get0_content - get and set CMS content types and content 18 CMS_get0_type() returns the content type of a CMS_ContentInfo structure as 22 CMS_set1_eContentType() sets the embedded content type of a CMS_ContentInfo 29 content type. 32 containing the embedded content. 42 using OBJ_obj2nid(). For the currently supported content types the following 53 content pointer. That means that for example: 57 B<*pconf> could be NULL if there is no embedded content. Applications can 58 access, modify or create the embedded content in a B<CMS_ContentInfo> structure 60 embedded content as it is normally set by higher level functions.
|
H A D | SSL_CTX_set_msg_callback.pod | 57 This is set to 0 for the SSL3_RT_HEADER pseudo content type (see NOTES below). 61 This is one of the content type values defined in the protocol specification 64 messages). Alternatively it may be a "pseudo" content type. These pseudo 65 content types are used to signal some other event in the processing of data (see 71 case of pseudo content types), which consists of I<len> bytes. The buffer is no 101 Pseudo content type values may be sent at various points during the processing 102 of data. The following pseudo content types are currently defined: 114 records the content type in the record header is always 115 SSL3_RT_APPLICATION_DATA. The real content type for the record is contained in 116 an "inner" content type. B<buf> contains the encoded "inner" content type byte. [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | CMS_get0_type.pod | 5 …1_eContentType, CMS_get0_eContentType, CMS_get0_content - get and set CMS content types and content 18 CMS_get0_type() returns the content type of a CMS_ContentInfo structure as 22 CMS_set1_eContentType() sets the embedded content type of a CMS_ContentInfo 30 content type. 33 containing the embedded content. 43 using OBJ_obj2nid(). For the currently supported content types the following 54 content pointer. That means that for example: 58 B<*pconf> could be NULL if there is no embedded content. Applications can 59 access, modify or create the embedded content in a B<CMS_ContentInfo> structure 61 embedded content as it is normally set by higher level functions.
|
H A D | SSL_CTX_set_msg_callback.pod | 57 This is set to 0 for the SSL3_RT_HEADER pseudo content type (see NOTES below). 61 This is one of the content type values defined in the protocol specification 64 messages). Alternatively it may be a "pseudo" content type. These pseudo 65 content types are used to signal some other event in the processing of data (see 71 case of pseudo content types), which consists of I<len> bytes. The buffer is no 101 Pseudo content type values may be sent at various points during the processing 102 of data. The following pseudo content types are currently defined: 114 records the content type in the record header is always 115 SSL3_RT_APPLICATION_DATA. The real content type for the record is contained in 116 an "inner" content type. B<buf> contains the encoded "inner" content type byte. [all …]
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc4533.txt | 123 request directory content matching a complex set of assertions and to 124 request that the server return this content, subject to access 128 synchronized copies of directory content. This document introduces a 129 new mechanism specifically designed to meet the content 140 Over the years, a number of content synchronization approaches have 152 content and/or meta information; 160 content when possible and, when not, notification that a full reload 195 and the number of unchanged entries in the content. The operation is 196 designed to avoid full content exchanges, even when the history 199 of out-of-content history information, as its size is not bounded by [all …]
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | bench_http.c | 54 static char *content; variable 62 evbuffer_add(evb, content, content_len); in http_basic_cb() 76 evbuffer_add_reference(evb, content, content_len, NULL, NULL); in http_ref_cb() 165 content = malloc(content_len); in main() 166 if (content == NULL) { in main() 172 content[i] = (i & 255); in main()
|