Searched refs:file_list (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dtexi2dvi350 file_list=
352 file_list="${file_list} ${file}${backup_extension}"
354 if test -n "${file_list}"; then
355 $verbose "Removing $file_list $tmp_dir $tmp_dir2 ..."
356 rm -f ${file_list}
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixlib.h178 tCC* file_list; /* List of files it applies to */ member in struct:fix_desc
H A Dfixincl.c1095 const char *pz_scan = p_fixd->file_list;
/haiku-buildtools/gcc/fixincludes/
H A Dfixlib.h199 tCC* file_list; /* List of files it applies to */ member in struct:fix_desc
H A Dfixincl.c1087 const char *pz_scan = p_fixd->file_list;
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dgcc-dg.exp478 set file_list "[glob -nocomplain $pat]"
479 verbose "remove-build-file `$file_list'" 2
480 foreach output_file $file_list {
/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c2282 struct file_data_list file_list; local
2291 memset (&file_list, 0, sizeof (struct file_data_list));
2293 create_subid_section_table (section, file_ids, &file_list);
2299 for (file_data = file_list.first; file_data != NULL; file_data = file_data->next)
2305 return file_list.first;
/haiku-buildtools/gcc/gcc/java/
H A Djcf-parse.c1763 char *file_list = NULL, *list, *next;
1807 file_list = list;
1874 free (file_list);
1759 char *file_list = NULL, *list, *next; local
/haiku-buildtools/gcc/gcc/
H A Dcollect2.c1858 maybe_unlink_list (char **file_list)
1860 char **tmp = file_list;
1849 maybe_unlink_list(char **file_list) argument

Completed in 103 milliseconds