Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/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]
36 op content: [ten] [10] [0]
42 op content: [max] [125] [0]
43 op content: [min] [15] [0]
44 op content: [cur] [20] [0]
45 op content: [max] [125] [0]
49 op content: [min] [15] [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]
90 op content: [name] [0] [0]
91 op content: [next] [1] [0]
94 op content: [name] [1] [0]
95 op content: [next] [2] [0]
98 op content: [name] [2] [0]
99 op content: [next] [3] [0]
102 op content: [last] [3] [0]
[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]
46 op content: [sold] [85] [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]
122 op content: [cost] [425] [0]
[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]
23 op content: [columns] [23] [0]
33 op content: [columns] [47] [0]
43 op content: [columns] [25] [0]
53 op content: [columns] [30] [0]
61 op content: [columns] [49] [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]
58 op content: [department] [341] [0]
81 op content: [department] [123] [0]
[all …]
H A Dtest_03.E.out9 op content: [in-use] [12345] [0]
10 op content: [memory-use] [54321] [0]
12 op content: [requests] [32145] [0]
19 op content: [department] [660] [0]
24 op content: [department] [341] [0]
29 op content: [department] [1440] [0]
/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';
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';
64 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';
65 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_PROTO_ARG.DupStructAssoc.d42 char content; member
47 char content; member
58 r1.content = 'a';
61 r2.content = 'b';
64 p1.content = 'a';
67 p2.content = 'b';
H A Derr.D_DECL_INCOMPLETE.recursive.d41 char content; member
50 r1.content = 'a';
53 r2.content = 'b';
55 printf("r1.position: %d\nr1.content: %c\n", r1.position, r1.content);
56 printf("r2.position: %d\nr2.content: %c\n", r2.position, r2.content);
H A Derr.D_DECL_INCOMPLETE.circular.d44 char content; member
51 char content; member
60 rec.content = 'a';
62 rec.position, rec.content);
/freebsd/contrib/mandoc/
H A Dmandoc.css99 content: "\2014 "; }
273 .An::before { content: "An"; }
274 .Ar::before { content: "Ar"; }
275 .Cd::before { content: "Cd"; }
276 .Cm::before { content: "Cm"; }
277 .Dv::before { content: "Dv"; }
278 .Em::before { content: "Em"; }
279 .Er::before { content: "Er"; }
280 .Ev::before { content: "Ev"; }
281 .Fa::before { content: "Fa"; }
[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()
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()
281 &content); in envelopedData_parser()
289 ret = parse_safe_content(context, c, content.data, content.length); in envelopedData_parser()
423 as.val[i].content->data, in p12_init()
470 as->val[as->len].content = calloc(1, sizeof(*as->val[0].content)); in addBag()
[all …]
H A Dcms.c90 ALLOC(ci.content, 1); in hx509_cms_wrap_ContentInfo()
91 if (ci.content == NULL) { in hx509_cms_wrap_ContentInfo()
150 if (ci.content) { in hx509_cms_unwrap_ContentInfo()
372 memset(content, 0, sizeof(*content)); in hx509_cms_unenvelope()
501 content); in hx509_cms_unenvelope()
571 memset(content, 0, sizeof(*content)); in hx509_cms_envelope_1()
697 ASN1_MALLOC_ENCODE(EnvelopedData, content->data, content->length, in hx509_cms_envelope_1()
934 content, in hx509_cms_verify_signed()
1077 if (content->data) in hx509_cms_verify_signed()
1598 memset(content, 0, sizeof(*content)); in hx509_cms_decrypt_encrypted()
[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';
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';
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';
65 rec.content, rec.position, pir.content, pir.position);
H A Derr.D_PROTO_ARG.DupUnionAssoc.d42 char content; member
47 char content; member
58 r1.content = 'a';
61 r2.content = 'b';
64 p1.content = 'a';
67 p2.content = 'b';
H A Derr.D_DECL_INCOMPLETE.recursive.d41 char content; member
50 r1.content = 'a';
53 r2.content = 'b';
55 printf("r1.position: %d\nr1.content: %c\n", r1.position, r1.content);
56 printf("r2.position: %d\nr2.content: %c\n", r2.position, r2.content);
H A Derr.D_DECL_INCOMPLETE.circular.d43 char content; member
50 char content; member
59 rec.content = 'a';
61 "rec.position: %d\nrec.content: %c\n", rec.position, rec.content);
/freebsd/lib/libsecureboot/
H A Dpass_manifest.c48 char *content; in pass_manifest() local
55 content = NULL; in pass_manifest()
79 content = read_file(path, NULL); in pass_manifest()
81 content = (char *)verify_signed(path, VEF_VERBOSE); in pass_manifest()
83 if (content == NULL) { in pass_manifest()
92 md->update(&ctx.vtable, content, st.st_size); in pass_manifest()
110 if (content != NULL) in pass_manifest()
111 free(content); in pass_manifest()
/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.

12345678910>>...21