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

/freebsd-10-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.h86 void include_file(char *file_name, include_type type);
H A Daicasm.c273 include_file(*argv, SOURCE_FILE);
H A Daicasm_gram.y258 include_file($3, BRACKETED_INCLUDE);
262 include_file($3, QUOTED_INCLUDE);
/freebsd-10-stable/usr.sbin/bsdconfig/dot/
H A Ddot272 for include_file in $include_file_list; do
273 echo "$include_file"
292 for include_file in $include_file_list; do
293 echo "$include_file"
430 for include_file in $include_file_list; do
431 print_node "$include_file" \
432 "label = \"${include_file##*/}\""
546 for include_file in $include_file_list; do
547 echo $include_file
569 for include_file i
[all...]
/freebsd-10-stable/contrib/groff/src/devices/grohtml/
H A Dhtml.h67 simple_output &include_file(FILE *);
/freebsd-10-stable/usr.bin/dtc/
H A Dfdt.cc1307 char *include_file = (char*)malloc(strlen(dir) + length + 2); local
1308 memcpy(include_file, dir, dir_length);
1309 include_file[dir_length] = '/';
1310 memcpy(include_file+dir_length+1, file, length);
1311 include_file[dir_length+length+1] = 0;
1313 input.consume(include_file+dir_length+1);
1320 input_buffer *include_buffer = buffer_for_file(include_file);
1326 free(include_file);
1329 include_file = (char*)malloc(strlen(dir) +
1331 memcpy(include_file, di
[all...]
/freebsd-10-stable/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-10-stable/contrib/groff/src/devices/grops/
H A Dps.h38 ps_output &include_file(FILE *);
/freebsd-10-stable/contrib/byacc/test/
H A Dgrammar.y254 extern void include_file (char *name, int convert);
1155 include_file(strcpy(base_file, name), func_style != FUNC_NONE);
/freebsd-10-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c284 extern void include_file (char *name, int convert);
1062 include_file(strcpy(base_file, name), func_style != FUNC_NONE);
/freebsd-10-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c304 extern void include_file (char *name, int convert);
1315 include_file(strcpy(base_file, name), func_style != FUNC_NONE);

Completed in 220 milliseconds