Searched refs:content (Results 1 – 9 of 9) sorted by relevance
| /scripts/ |
| D | get_abi.pl | 131 my $content = $3; 151 $content =~ s/[,.;]$//; 153 push @{$symbols{$content}->{file}}, " $file:" . ($ln - 1); 156 $what .= "\xac" . $content; 166 $what = $content; 167 $label = $content; 170 push @labels, [($content, $label)]; 173 push @{$data{$nametag}->{symbols}}, $content if ($data{$nametag}->{what}); 209 $content = ' ' x length($new_tag) . $sep . $content; 210 while ($content =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e) {} [all …]
|
| D | asn1_compiler.c | 305 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 …]
|
| D | insert-sys-cert.c | 64 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()
|
| D | spdxexclude | 15 # Other files without copyrightable content
|
| D | macro_checker.py | 31 content = match.group(2) 32 arguments = [item.strip() for item in content.split(',') if item.strip()]
|
| D | Kbuild.include | 85 # filechk is used to check if the content of a generated file is updated. 92 # The rule defined shall write to stdout the content of the new file. 95 # - If the content differ the new file is used
|
| D | rust_is_available_test.py | 27 def generate_executable(cls, content): argument 32 file_.write(content)
|
| D | kernel-doc | 1199 my $content = $3; 1205 foreach my $arg (split /;/, $content) {
|
| /scripts/kconfig/tests/err_recursive_dep/ |
| D | Kconfig | 57 menu "menu depending on its content"
|