Searched refs:include_file (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A D | kernel_include.py | 105 include_file = io.FileInput(source_path=path, 120 lines = include_file.readlines() 123 rawtext = include_file.read()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm.h | 86 void include_file(char *file_name, include_type type);
|
| H A D | aicasm_symbol.c | 344 aic_print_include(FILE *dfile, char *include_file) in aic_print_include() argument 349 fprintf(dfile, "\n#include \"%s\"\n\n", include_file); in aic_print_include()
|
| H A D | aicasm_scan.l | 460 include_file(char *file_name, include_type type)
|
| H A D | aicasm.c | 272 include_file(*argv, SOURCE_FILE); in main()
|
| H A D | aicasm_gram.y | 269 include_file($3, BRACKETED_INCLUDE); 273 include_file($3, QUOTED_INCLUDE);
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | combo-layer | 977 def include_file(file): function 1011 if not include_file(file) or exclude_file(file):
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 784 open(my $include_file, '<', "$file") 786 my $text = <$include_file>; 787 close($include_file);
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 877 open(my $include_file, '<', "$file") 879 my $text = <$include_file>; 880 close($include_file);
|