HomeSort by: relevance | last modified time | path
    Searched refs:content (Results 1 - 25 of 311) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mpl/bind/dist/doc/arm/_static/
custom.css 14 /* make table content wrappable */
20 .rst-content code.literal {
23 .rst-content code.xref {
  /src/external/mpl/dhcp/dist/keama/
print.c 95 return result->content;
109 return result->content;
115 return result->content;
123 return result->content;
126 return result->content;
140 return result->content;
155 return result->content;
161 return result->content;
176 return result->content;
185 return result->content;
    [all...]
  /src/libexec/httpd/small/
Makefile 7 SRCS= bozohttpd-small.c content-bozo-small.c ssl-bozo.c main.c
26 content-bozo-small.c: content-bozo.c
35 CLEANFILES+= content-bozo-small.c bozohttpd-small.c
  /src/external/bsd/zstd/dist/tests/cli-tests/compression/
window-resize.sh 3 zstd --long=30 -1 --single-thread --no-content-size -f file
  /src/external/mpl/bind/dist/bin/tests/system/statschannel/
server-xml.pl 23 print $group->{type} . " " . $key . ": ". $group->{counter}->{$key}->{content} . "\n";
zones-xml.pl 33 print $type . " operations " . $group->{counter}->{name} . ": " . $group->{counter}->{content} . "\n";
36 print $type . " operations " . $key . ": ". $group->{counter}->{$key}->{content} ."\n";
  /src/crypto/external/bsd/netpgp/dist/src/lib/
packet-print.c 855 const pgp_contents_t *content = &pkt->u; local
865 pgp_show_packet_tag((pgp_content_enum)content->ptag.type));
872 printf("parse error: %s\n", content->error);
877 pgp_errcode(content->errcode.errcode));
881 print_packet_hex(&content->packet);
885 if (content->ptag.type == PGP_PTAG_CT_PUBLIC_KEY) {
893 content->ptag.new_format,
894 content->ptag.type, content->ptag.length_type,
895 content->ptag.length, content->ptag.length
    [all...]
validate.c 238 const pgp_contents_t *content = &pkt->u; local
261 key->pubkey = content->pubkey;
268 key->subkey = content->pubkey;
272 key->seckey = content->seckey;
280 key->userid = content->userid;
285 if (content->userattr.len == 0) {
291 (int) content->userattr.len);
295 key->userattr = content->userattr;
303 content->sig.info.signer_id,
306 if (!add_sig_to_list(&content->sig.info
428 const pgp_contents_t *content = &pkt->u; local
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-btree.h 225 } content; member in struct:btree_node
255 return n->content.children[n->entry_count - 1].separator;
263 if (n->content.children[index].separator >= value)
273 if (n->content.entries[index].base + n->content.entries[index].size > value)
323 n->content.children[index] = n->content.children[index - 1];
324 n->content.children[slot].separator = new_separator;
325 n->content.children[slot + 1].child = new_right;
366 struct btree_node *next = t->free_list->content.children[0].child
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
convert-constraint-log-to-z3.py 42 content = ''
44 content = f.read()
46 groups = content.split('---')
add_argument_names.py 72 content = f.read()
75 content = process_file(content)
78 f.write(content)
  /src/external/gpl2/xcvs/dist/doc/
mkman.pl 70 # Return replacement for \@$keyword{$content}.
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
    [all...]
  /src/external/mit/expat/dist/fuzz/
xml_lpm_fuzzer.cpp 149 TouchNodeAndRecurse(XML_Content *content) {
150 switch (content->type) {
153 assert(content->quant == XML_CQUANT_NONE);
154 assert(content->name == NULL);
155 assert(content->numchildren == 0);
156 assert(content->children == NULL);
160 assert(content->quant == XML_CQUANT_NONE
161 || content->quant == XML_CQUANT_REP);
162 assert(content->name == NULL);
163 for (unsigned int i = 0; i < content->numchildren; ++i)
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
test-doubly-linked-list.c 86 T const *content; member in struct:test_data_t
100 if (expect->content[expect->size - 1 - i] != node->value)
103 expect->content[expect->size - 1 - i], node->value);
114 if (expect->content[i] != node->value)
117 expect->content[i], node->value);
194 { .content = EXPECT_0, .size = sizeof(EXPECT_0) / sizeof(EXPECT_0[0]) },
195 { .content = EXPECT_1, .size = sizeof(EXPECT_1) / sizeof(EXPECT_1[0]) },
196 { .content = EXPECT_2, .size = sizeof(EXPECT_2) / sizeof(EXPECT_2[0]) },
197 { .content = EXPECT_3, .size = sizeof(EXPECT_3) / sizeof(EXPECT_3[0]) },
198 { .content = EXPECT_4, .size = sizeof(EXPECT_4) / sizeof(EXPECT_4[0]) }
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
cmsapitest.c 20 CMS_ContentInfo* content = NULL; local
29 content = CMS_encrypt(certstack, msgbio, EVP_aes_128_cbc(), CMS_TEXT);
30 if (!TEST_ptr(content))
33 if (!TEST_true(CMS_decrypt(content, privkey, cert, NULL, outmsgbio,
47 CMS_ContentInfo_free(content);
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
test_report.py 14 def run_bug_parse(content):
18 handle.writelines(content)
23 def run_crash_parse(content, preproc):
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...]
  /src/external/bsd/mdocml/dist/
mandoc.css 99 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...]
  /src/external/gpl3/gcc/dist/gcc/cp/
gen-cxxapi-file.py 51 def export(script, content):
75 for e in content:
92 def hints(script, content):
136 for e in content:
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
unwind-arm-vxworks.c 41 UINT32 content; member in struct:__anon14223
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
unwind-arm-vxworks.c 41 UINT32 content; member in struct:__anon16636
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
assumedrank.exp 89 # Check we got the correct array content.
90 set content [get_valueof "" "$test_array" "**unknown**"]
91 gdb_assert { [string equal $content $answer_content] } \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
assumedrank.exp 89 # Check we got the correct array content.
90 set content [get_valueof "" "$test_array" "**unknown**"]
91 gdb_assert { [string equal $content $answer_content] } \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
corefile-shmem-zero-id-lib.c 136 char *content; member in struct:interesting_file
144 the file contents have already been loaded into THE_FILE's content
152 assert (the_file.content != NULL);
154 char *start = the_file.content;
289 assert (the_file.content == NULL);
295 the_file.content = (char *) realloc (the_file.content, buffer_size);
296 if (the_file.content == NULL)
299 ssize_t bytes_read = read (fd, the_file.content + offset, BLOCK_SIZE);
318 the_file.content[the_file.size] = '\0'
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
ks_p12.c 106 heim_octet_string content; local
119 &content);
124 ret = keyBag_parser(context, c, content.data, content.length, attrs);
125 der_free_octet_string(&content);
243 heim_octet_string content; local
253 &content);
258 ret = parse_safe_content(context, c, content.data, content.length);
260 der_free_octet_string(&content);
271 heim_octet_string content; local
    [all...]
  /src/external/bsd/pkg_install/dist/lib/
gpgsig.c 58 gpg_verify(const char *content, size_t len, const char *keyring,
74 buf = allocated_buf = xasprintf("%s%s%s%s", hdr1, hdr2, content, sig);
77 buf = content;
100 detached_gpg_sign(const char *content, size_t len, char **sig, size_t *sig_len,
164 if (write(fd_in[1], content, len) != (ssize_t)len)

Completed in 608 milliseconds

1 2 3 4 5 6 7 8 91011>>