Searched refs:include_file (Results 1 – 7 of 7) sorted by relevance
/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()
|
/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);
|
/linux/scripts/ |
H A D | checkpatch.pl | 1118 open(my $include_file, '<', "$file") 1120 my $text = <$include_file>; 1121 close($include_file);
|