Searched refs:content (Results 1 – 10 of 10) sorted by relevance
/scripts/lib/abi/ |
A D | abi_parser.py | 99 content = None 105 content = match.group(3) 141 fdata.label = content 174 t = (content, fdata.key) 202 if content: 224 content = line.expandtabs() 239 content = content[len(fdata.space):] 245 w = content.strip("\n") 252 content = line.strip() 255 w = content.strip("\n") [all …]
|
/scripts/ |
A D | asn1_compiler.c | 305 char *content; member 424 if (!tokens[tix].content) { in tokenise() 464 if (!tokens[tix].content) { in tokenise() 488 tokens[tix].content = "({"; in tokenise() 506 tokens[tix].content = "{"; in tokenise() 511 tokens[tix].content = "}"; in tokenise() 516 tokens[tix].content = "["; in tokenise() 521 tokens[tix].content = "]"; in tokenise() 526 tokens[tix].content = ","; in tokenise() 726 return memcmp((*a)->name->content, (*b)->name->content, in type_index_compare() [all …]
|
A 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()
|
A D | spdxexclude | 15 # Other files without copyrightable content
|
A D | macro_checker.py | 31 content = match.group(2) 32 arguments = [item.strip() for item in content.split(',') if item.strip()]
|
A 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
|
A D | rust_is_available_test.py | 27 def generate_executable(cls, content): argument 32 file_.write(content)
|
A D | kernel-doc.pl | 1117 my $content = $3; 1123 foreach my $arg (split /;/, $content) {
|
/scripts/kconfig/tests/err_recursive_dep/ |
A D | Kconfig | 57 menu "menu depending on its content"
|
/scripts/lib/kdoc/ |
A D | kdoc_parser.py | 686 content = t[3] 697 for arg in content.split(';'):
|
Completed in 17 milliseconds