Home
last modified time | relevance | path

Searched full:content (Results 1 – 25 of 2166) sorted by relevance

12345678910>>...87

/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_02.E.out10 op content: [fd] [-1] [0]
13 op content: [fd] [-1] [0]
16 op content: [lines] [20] [0]
17 op content: [words] [30] [0]
18 op content: [characters] [40] [0]
20 op content: [bytes] [0] [0x2004]
21 op content: [bytes] [1] [0x2004]
22 op content: [bytes] [2] [0x2004]
23 op content: [bytes] [3] [0x2004]
24 op content: [bytes] [4] [0x2004]
[all …]
H A Dtest_01.E.out4 op content: [type] [bridge] [0]
5 op content: [type] [18u] [0]
6 op content: [type] [24] [0]
7 op content: [address] [0x0] [0]
8 op content: [port] [1] [0]
9 op content: [address] [0x0] [0]
10 op content: [port] [1] [0]
11 op content: [address] [0x0] [0]
12 op content: [port] [1] [0]
13 op content: [used-percent] [12] [0]
[all …]
H A Dtest_08.E.out8 op content: [count] [1412] [0x20]
12 op content: [count] [85] [0x20]
16 op content: [count] [0] [0x20]
20 op content: [count] [4123] [0x20]
24 op content: [count] [17] [0x20]
34 op content: [count] [1412] [0x20]
38 op content: [count] [85] [0x20]
42 op content: [count] [0] [0x20]
46 op content: [count] [4123] [0x20]
50 op content: [count] [17] [0x20]
[all …]
H A Dtest_10.E.out20 op content: [sold] [1412] [0x20]
21 op content: [in-stock] [54] [0]
22 op content: [on-order] [10] [0]
28 op content: [sold] [85] [0x20]
29 op content: [in-stock] [4] [0]
30 op content: [on-order] [2] [0]
36 op content: [sold] [0] [0x20]
37 op content: [in-stock] [2] [0]
38 op content: [on-order] [1] [0]
44 op content: [sold] [4123] [0x20]
[all …]
H A Dtest_07.E.out10 op content: [columns] [28] [0]
11 op content: [columns] [2] [0]
14 op content: [columns] [55] [0]
15 op content: [columns] [0] [0]
21 op content: [department] [431] [0]
22 op content: [percent-time] [90] [0]
23 op content: [columns] [23] [0]
31 op content: [department] [660] [0]
32 op content: [percent-time] [90] [0]
33 op content: [columns] [47] [0]
[all …]
H A Dtest_12.E.out10 op content: [time] [2:15] [0]
13 op content: [time] [3:45] [0]
18 op content: [time] [2:15] [0]
21 op content: [time] [3:45] [0]
26 op content: [time] [2:15] [0]
29 op content: [time] [3:45] [0]
34 op content: [time] [2:15] [0]
37 op content: [time] [3:45] [0]
42 op content: [time] [2:15] [0]
45 op content: [time] [3:45] [0]
[all …]
H A Dtest_05.E.out25 op content: [width] [55] [0]
27 op content: [width] [4] [0]
29 op content: [width] [1] [0]
31 op content: [width] [8] [0]
34 op content: [width] [2] [0]
40 op content: [department] [431] [0]
41 op content: [percent-time] [90] [0]
49 op content: [department] [660] [0]
50 op content: [percent-time] [90] [0]
58 op content: [department] [341] [0]
[all …]
/freebsd/libexec/nuageinit/tests/
H A Daddfile.lua7 content = "plop"
34 if str ~= f.content then
35 n.err("Invalid file content")
39 f.content = "test"
42 if str ~= f.content then
43 n.err("Invalid file content, not overwritten")
47 f.content = "more"
51 if str ~= "test" .. f.content then
52 n.err("Invalid file content, not appended")
56 f.content = "YmxhCg=="
[all …]
/freebsd/contrib/expat/fuzz/
H A Dxml_lpm_fuzzer.cpp149 TouchNodeAndRecurse(XML_Content *content) { in TouchNodeAndRecurse() argument
150 switch (content->type) { in TouchNodeAndRecurse()
153 assert(content->quant == XML_CQUANT_NONE); in TouchNodeAndRecurse()
154 assert(content->name == NULL); in TouchNodeAndRecurse()
155 assert(content->numchildren == 0); in TouchNodeAndRecurse()
156 assert(content->children == NULL); in TouchNodeAndRecurse()
160 assert(content->quant == XML_CQUANT_NONE in TouchNodeAndRecurse()
161 || content->quant == XML_CQUANT_REP); in TouchNodeAndRecurse()
162 assert(content->name == NULL); in TouchNodeAndRecurse()
163 for (unsigned int i = 0; i < content->numchildren; ++i) { in TouchNodeAndRecurse()
[all …]
/freebsd/contrib/mandoc/
H A Dmandoc.css69 justify-content: space-between;
107 content: "\2014 "; }
282 .An::before { content: "An"; }
283 .Ar::before { content: "Ar"; }
284 .Cd::before { content: "Cd"; }
285 .Cm::before { content: "Cm"; }
286 .Dv::before { content: "Dv"; }
287 .Em::before { content: "Em"; }
288 .Er::before { content: "Er"; }
289 .Ev::before { content
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp69 static void handleMethodOverloadList(ArrayRef<uint8_t> Content, in handleMethodOverloadList() argument
73 while (!Content.empty()) { in handleMethodOverloadList()
85 uint16_t Attrs = support::endian::read16le(Content.data()); in handleMethodOverloadList()
91 Content = Content.drop_front(Len); in handleMethodOverloadList()
209 static void handleFieldList(ArrayRef<uint8_t> Content, in handleFieldList() argument
213 while (!Content.empty()) { in handleFieldList()
215 static_cast<TypeLeafKind>(support::endian::read16le(Content.data())); in handleFieldList()
218 ThisLen = handleBaseClass(Content, Offset, Refs); in handleFieldList()
221 ThisLen = handleEnumerator(Content, Offse in handleFieldList()
265 handlePointer(ArrayRef<uint8_t> Content,SmallVectorImpl<TiReference> & Refs) handlePointer() argument
274 discoverTypeIndices(ArrayRef<uint8_t> Content,TypeLeafKind Kind,SmallVectorImpl<TiReference> & Refs) discoverTypeIndices() argument
360 discoverTypeIndices(ArrayRef<uint8_t> Content,SymbolKind Kind,SmallVectorImpl<TiReference> & Refs) discoverTypeIndices() argument
[all...]
/freebsd/crypto/openssl/doc/man3/
H A DCMS_get0_type.pod5 …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 DSSL_CTX_set_msg_callback.pod62 content type (see NOTES below) this value will be the decoded
67 This is one of the content type values defined in the protocol specification
70 messages). Alternatively it may be a "pseudo" content type. These pseudo
71 content types are used to signal some other event in the processing of data (see
77 case of pseudo content types), which consists of I<len> bytes. The buffer is no
114 Pseudo content type values may be sent at various points during the processing
115 of data. The following pseudo content types are currently defined:
127 records the content type in the record header is always
128 SSL3_RT_APPLICATION_DATA. The real content type for the record is contained in
129 an "inner" content type. B<buf> contains the encoded "inner" content type byte.
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_msg_callback.3117 content type (see NOTES below) this value will be the decoded
121 This is one of the content type values defined in the protocol specification
124 messages). Alternatively it may be a "pseudo" content type. These pseudo
125 content types are used to signal some other event in the processing of data (see
130 case of pseudo content types), which consists of \fIlen\fR bytes. The buffer is no
162 Pseudo content type values may be sent at various points during the processing
163 of data. The following pseudo content types are currently defined:
171 records the content type in the record header is always
172 SSL3_RT_APPLICATION_DATA. The real content type for the record is contained in
173 an "inner" content type. \fBbuf\fR contains the encoded "inner" content type byte.
[all …]
H A DCMS_get0_type.364 …_eContentType, CMS_get0_eContentType, CMS_get0_content \- get and set CMS content types and content
77 \&\fBCMS_get0_type()\fR returns the content type of a CMS_ContentInfo structure as
81 \&\fBCMS_set1_eContentType()\fR sets the embedded content type of a CMS_ContentInfo
89 content type.
92 containing the embedded content.
101 using \fBOBJ_obj2nid()\fR. For the currently supported content types the following
114 content pointer. That means that for example:
120 \&\fB*pconf\fR could be NULL if there is no embedded content. Applications can
121 access, modify or create the embedded content in a \fBCMS_ContentInfo\fR structure
123 embedded content as it is normally set by higher level functions.
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp74 << ", Content start: " << ContentStartColumn << "\n"); in getCommentSplit()
222 StringRef Content = Token.TokenText.substr(2).ltrim(); in switchesFormatting() local
223 return Content.starts_with("clang-format on") || in switchesFormatting()
224 Content.starts_with("clang-format off"); in switchesFormatting()
230 // Example: consider the content in getLengthAfterCompression()
423 if (CommentPragmasRegex.match(Content[LineIndex])) in getSplit()
425 return getCommentSplit(Content[LineIndex].substr(TailOffset), in getSplit()
433 StringRef Text = Content[LineIndex].substr(TailOffset); in compressWhitespace()
434 // Text is relative to the content line, but Whitespaces operates relative to in compressWhitespace()
450 static bool mayReflowContent(StringRef Content) { in mayReflowContent() argument
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Derr.D_DECL_COMBO.StructWithoutColon.d42 char content; member
47 char content; variable
53 char content; member
62 rec.content = 'a';
65 pir.content = 'b';
69 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
70 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_COMBO.StructWithoutColon1.d42 char content; member
48 char content; member
56 rec.content = 'a';
59 pir.content = 'b';
63 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
64 rec.content, rec.position, pir.content, pir.position);
/freebsd/contrib/unbound/dnstap/
H A Ddnstap_fstrm.h51 * comments and fstrm/control.c for some bytesize details (the content type
64 * before and after the data. The start frame can have a content type.
79 * 4byte bigendian, the control-field-type, currently only content-type.
88 * client sends READY (with content type included),
89 * client waits for ACCEPT (with content type included),
90 * client sends START (with matched content type from ACCEPT)
97 /** max length of Frame Streams content type field string */
110 * string for the content type of the stream. */
112 /** the content type for DNSTAP frame streams */
117 * @param contenttype: a zero delimited string with the content type.
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dks_p12.c104 heim_octet_string content; in ShroudedKeyBag_parser() local
117 &content); in ShroudedKeyBag_parser()
122 ret = keyBag_parser(context, c, content.data, content.length, attrs); in ShroudedKeyBag_parser()
123 der_free_octet_string(&content); in ShroudedKeyBag_parser()
237 heim_octet_string content; in encryptedData_parser() local
247 &content); in encryptedData_parser()
252 ret = parse_safe_content(context, c, content.data, content.length); in encryptedData_parser()
254 der_free_octet_string(&content); in encryptedData_parser()
265 heim_octet_string content; in envelopedData_parser() local
281 &content); in envelopedData_parser()
[all …]
H A Dcms.c62 * @param oid type of the content.
64 * optional content field in the ContentInfo is not going be filled
90 ALLOC(ci.content, 1); in hx509_cms_wrap_ContentInfo()
91 if (ci.content == NULL) { in hx509_cms_wrap_ContentInfo()
95 ci.content->data = malloc(buf->length); in hx509_cms_wrap_ContentInfo()
96 if (ci.content->data == NULL) { in hx509_cms_wrap_ContentInfo()
100 memcpy(ci.content->data, buf->data, buf->length); in hx509_cms_wrap_ContentInfo()
101 ci.content->length = buf->length; in hx509_cms_wrap_ContentInfo()
118 * @param oid type of the content.
150 if (ci.content) { in hx509_cms_unwrap_ContentInfo()
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D80-test_cms.t84 [ "signed content DER format, RSA key",
92 [ "signed text content DER format, RSA key",
101 [ "signed detached content DER format, RSA key",
106 "-content", $smcont ],
110 [ "signed content test streaming BER format, RSA",
119 [ "signed content DER format, DSA key",
127 [ "signed detached content DER format, DSA key",
132 "-content", $smcont ],
136 [ "signed detached content DER format, add RSA signer (with DSA existing)",
143 "-content", $smcont ],
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Derr.D_DECL_COMBO.UnionWithoutColon1.d42 char content; member
48 char content; member
56 rec.content = 'a';
59 pir.content = 'b';
63 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
64 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_COMBO.UnionWithoutColon.d42 char content; member
48 char content; variable
57 rec.content = 'a';
60 pir.content = 'b';
64 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
65 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_DECL_INCOMPLETE.order.d44 char content; member
49 char content; member
57 rec.content = 'y';
60 pir.content = 'z';
64 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d",
65 rec.content, rec.position, pir.content, pir.position);

12345678910>>...87