Home
last modified time | relevance | path

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

/scripts/
Dget_abi.pl107 my $content = $3;
127 $content =~ s/[,.;]$//;
129 push @{$symbols{$content}->{file}}, " $file:" . ($ln - 1);
132 $what .= ", " . $content;
142 $what = $content;
143 $label = $content;
146 push @labels, [($content, $label)];
149 push @{$data{$nametag}->{symbols}}, $content if ($data{$nametag}->{what});
184 $content = ' ' x length($new_tag) . $sep . $content;
185 while ($content =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e) {}
[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.include47 # filechk is used to check if the content of a generated file is updated.
54 # The rule defined shall write to stdout the content of the new file.
57 # - If the content differ the new file is used
Dkernel-doc1275 my $content = $3;
1281 foreach my $arg (split /;/, $content) {
/scripts/kconfig/tests/err_recursive_dep/
DKconfig57 menu "menu depending on its content"