Home
last modified time | relevance | path

Searched refs:include_file (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/usr.sbin/bsdconfig/dot/
H A Ddot430 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 Dinput_buffer.cc228 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 Dgenerate_test_runner.rb163 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 Daicasm.h88 void include_file(char *file_name, include_type type);
H A Daicasm_scan.l455 include_file(char *file_name, include_type type)
H A Daicasm.c275 include_file(*argv, SOURCE_FILE); in main()
H A Daicasm_gram.y260 include_file($3, BRACKETED_INCLUDE);
264 include_file($3, QUOTED_INCLUDE);
/freebsd-13.1/contrib/byacc/test/
H A Dgrammar.y255 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 Dgrammar.tab.c285 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 Dgrammar.tab.c305 extern void include_file (char *name, int convert);
1321 include_file(strcpy(base_file, name), func_style != FUNC_NONE); in process_file()