Searched refs:include_file (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/usr.sbin/bsdconfig/dot/ |
| H A D | dot | 430 for include_file in $include_file_list; do 431 print_node "$include_file" \ 546 for include_file in $include_file_list; do 547 echo $include_file 569 for include_file in $include_file_list; do 570 echo $include_file 641 for include_file in $include_file_list; do 642 [ "$item_include" = "$include_file" ] ||
|
| /freebsd-13.1/usr.bin/dtc/ |
| H A D | input_buffer.cc | 228 string include_file = dir + '/' + file; in handle_include() local 229 auto include_buffer = input_buffer::buffer_for_file(include_file, false); in handle_include() 234 include_file = i + '/' + file; in handle_include() 235 include_buffer = input_buffer::buffer_for_file(include_file, false); in handle_include() 245 fputs(include_file.c_str(), depfile); in handle_include() 258 string include_file; in read_binary_file() local 261 include_file = filename; in read_binary_file() 269 include_file = dir + '/' + filename; in read_binary_file() 276 include_file = i + '/' + filename; in read_binary_file() 277 include_buffer = input_buffer::buffer_for_file(include_file, false); in read_binary_file() [all …]
|
| /freebsd-13.1/contrib/ntp/sntp/unity/auto/ |
| H A D | generate_test_runner.rb | 163 includes.each do |include_file| 164 mock_headers << File.basename(include_file) if (include_file =~ /^mock/i)
|
| /freebsd-13.1/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm.h | 88 void include_file(char *file_name, include_type type);
|
| H A D | aicasm_scan.l | 455 include_file(char *file_name, include_type type)
|
| H A D | aicasm.c | 275 include_file(*argv, SOURCE_FILE); in main()
|
| H A D | aicasm_gram.y | 260 include_file($3, BRACKETED_INCLUDE); 264 include_file($3, QUOTED_INCLUDE);
|
| /freebsd-13.1/contrib/byacc/test/ |
| H A D | grammar.y | 255 extern void include_file (char *name, int convert); 1156 include_file(strcpy(base_file, name), func_style != FUNC_NONE); in process_file()
|
| /freebsd-13.1/contrib/byacc/test/yacc/ |
| H A D | grammar.tab.c | 285 extern void include_file (char *name, int convert); 1065 include_file(strcpy(base_file, name), func_style != FUNC_NONE); in process_file()
|
| /freebsd-13.1/contrib/byacc/test/btyacc/ |
| H A D | grammar.tab.c | 305 extern void include_file (char *name, int convert); 1321 include_file(strcpy(base_file, name), func_style != FUNC_NONE); in process_file()
|