Home
last modified time | relevance | path

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

/scripts/
Dget_abi.pl84 my $content = $3;
105 $what .= ", " . $content;
109 $what = $content;
110 $label = $content;
113 push @labels, [($content, $label)];
116 push @{$data{$nametag}->{xrefs}}, [($content, $label)] if ($data{$nametag}->{what});
140 next if ($content =~ m/^\s*$/);
141 if ($content =~ m/^(\s*)(.*)/) {
149 $data{$what}->{$tag} = $content;
170 my $content = $_;
[all …]
Dasn1_compiler.c305 char *content; member
329 val = memcmp(token->content, dir, clen); in directive_compare()
423 tokens[tix].content = malloc(tokens[tix].size + 1); in tokenise()
424 if (!tokens[tix].content) { in tokenise()
428 memcpy(tokens[tix].content, start, tokens[tix].size); in tokenise()
429 tokens[tix].content[tokens[tix].size] = 0; in tokenise()
434 if (islower(tokens[tix].content[0])) { in tokenise()
463 tokens[tix].content = malloc(tokens[tix].size + 1); in tokenise()
464 if (!tokens[tix].content) { in tokenise()
468 memcpy(tokens[tix].content, start, tokens[tix].size); in tokenise()
[all …]
Dinsert-sys-cert.c64 void *content; member
130 s->content = (void *)hdr + s->offset; in get_symbol_from_map()
181 s->content = (void *)hdr + s->offset; in get_symbol_from_table()
380 lsize = (unsigned long *)lsize_sym.content; in main()
381 used = (int *)used_sym.content; in main()
390 strncmp(cert_sym.content, cert, cert_size) == 0) { in main()
398 memcpy(cert_sym.content, cert, cert_size); in main()
400 memset(cert_sym.content + cert_size, in main()
DKbuild.include43 # filechk is used to check if the content of a generated file is updated.
50 # The rule defined shall write to stdout the content of the new file.
53 # - If the content differ the new file is used
Dkernel-doc1096 my $content = $3;
1102 foreach my $arg (split /;/, $content) {
/scripts/kconfig/tests/err_recursive_dep/
DKconfig57 menu "menu depending on its content"