Searched refs:include_file (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/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()
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kernel_include.py | 107 include_file = io.FileInput(source_path=path, 122 lines = include_file.readlines() 125 rawtext = include_file.read()
|
/openbmc/linux/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 | 345 aic_print_include(FILE *dfile, char *include_file) in aic_print_include() argument 350 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 | 268 include_file($3, BRACKETED_INCLUDE); 272 include_file($3, QUOTED_INCLUDE);
|
/openbmc/openbmc/poky/scripts/ |
H A D | combo-layer | 977 def include_file(file): function 1011 if not include_file(file) or exclude_file(file):
|
/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 819 open(my $include_file, '<', "$file") 821 my $text = <$include_file>; 822 close($include_file);
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 1114 open(my $include_file, '<', "$file") 1116 my $text = <$include_file>; 1117 close($include_file);
|