Searched refs:content (Results 1 – 4 of 4) sorted by relevance
/scripts/ |
D | asn1_compiler.c | 309 char *content; member 333 val = memcmp(token->content, dir, clen); in directive_compare() 427 tokens[tix].content = malloc(tokens[tix].size + 1); in tokenise() 428 if (!tokens[tix].content) { in tokenise() 432 memcpy(tokens[tix].content, start, tokens[tix].size); in tokenise() 433 tokens[tix].content[tokens[tix].size] = 0; in tokenise() 438 if (islower(tokens[tix].content[0])) { in tokenise() 467 tokens[tix].content = malloc(tokens[tix].size + 1); in tokenise() 468 if (!tokens[tix].content) { in tokenise() 472 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 | Kbuild.include | 41 # filechk is used to check if the content of a generated file is updated. 48 # The rule defined shall write to stdout the content of the new file. 51 # - If the content differ the new file is used
|
D | analyze_suspend.py | 2844 <meta http-equiv="content-type" content="text/html; charset=UTF-8">\n\ 3274 <meta http-equiv="content-type" content="text/html; charset=UTF-8">\n\
|