Searched refs:include_file (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.sbin/bsdconfig/dot/ |
H A D | dot | 429 for include_file in $include_file_list; do 430 print_node "$include_file" \ 545 for include_file in $include_file_list; do 546 echo $include_file 568 for include_file in $include_file_list; do 569 echo $include_file 640 for include_file in $include_file_list; do 641 [ "$item_include" = "$include_file" ] ||
|
/freebsd/usr.bin/dtc/ |
H A D | input_buffer.cc | 226 string include_file = dir + '/' + file; in handle_include() local 227 auto include_buffer = input_buffer::buffer_for_file(include_file, false); in handle_include() 232 include_file = i + '/' + file; in handle_include() 233 include_buffer = input_buffer::buffer_for_file(include_file, false); in handle_include() 243 fputs(include_file.c_str(), depfile); in handle_include() 256 string include_file; in read_binary_file() local 259 include_file = filename; in read_binary_file() 267 include_file = dir + '/' + filename; in read_binary_file() 269 auto include_buffer = input_buffer::buffer_for_file(include_file, false); in read_binary_file() 274 include_file = i + '/' + filename; in read_binary_file() [all …]
|
/freebsd/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/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm.h | 86 void include_file(char *file_name, include_type type);
|
H A D | aicasm_scan.l | 453 include_file(char *file_name, include_type type)
|
H A D | aicasm.c | 273 include_file(*argv, SOURCE_FILE); in main()
|
H A D | aicasm_gram.y | 258 include_file($3, BRACKETED_INCLUDE); 262 include_file($3, QUOTED_INCLUDE);
|
/freebsd/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/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/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()
|