Home
last modified time | relevance | path

Searched refs:include_file (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dkernel_include.py105 include_file = io.FileInput(source_path=path,
120 lines = include_file.readlines()
123 rawtext = include_file.read()
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkernel_include.py108 include_file = io.FileInput(source_path=path,
123 lines = include_file.readlines()
126 rawtext = include_file.read()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.h86 void include_file(char *file_name, include_type type);
H A Daicasm_symbol.c344 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 Daicasm_gram.y269 include_file($3, BRACKETED_INCLUDE);
273 include_file($3, QUOTED_INCLUDE);
H A Daicasm.c272 include_file(*argv, SOURCE_FILE); in main()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.h86 void include_file(char *file_name, include_type type);
H A Daicasm_symbol.c345 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 Daicasm_gram.y268 include_file($3, BRACKETED_INCLUDE);
272 include_file($3, QUOTED_INCLUDE);
H A Daicasm.c272 include_file(*argv, SOURCE_FILE); in main()
/kernel/linux/linux-5.10/scripts/
H A Dcheckpatch.pl877 open(my $include_file, '<', "$file")
879 my $text = <$include_file>;
880 close($include_file);
/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl1114 open(my $include_file, '<', "$file")
1116 my $text = <$include_file>;
1117 close($include_file);

Completed in 21 milliseconds