Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdconfig/dot/
H A Ddot429 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 Dinput_buffer.cc226 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 Dgenerate_test_runner.rb163 includes.each do |include_file|
164 mock_headers << File.basename(include_file) if (include_file =~ /^mock/i)
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm.h86 void include_file(char *file_name, include_type type);
H A Daicasm_scan.l453 include_file(char *file_name, include_type type)
H A Daicasm.c273 include_file(*argv, SOURCE_FILE); in main()
H A Daicasm_gram.y258 include_file($3, BRACKETED_INCLUDE);
262 include_file($3, QUOTED_INCLUDE);
/freebsd/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/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/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()