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

12

/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dincluded-by21 file_list = list()
43 file_list = open (x[2:]).read().splitlines()
64 file_list = find_gcc_files ("\*.h", current, deeper)
66 file_list = file_list + find_gcc_files ("\*.c", current, deeper)
67 file_list = file_list + find_gcc_files ("\*.cc", current, deeper)
70 for x in file_list:
75 file_list = newlist;
77 file_list
[all...]
H A Dgraph-include-web48 def build_dot_file (file_list):
54 for x in file_list:
H A Dgcc-order-headers10 file_list = list ()
235 file_list.append (arg)
240 if not file_list and not show_master:
290 for fn in file_list:
H A Dgraph-header-logs137 def build_dot_file (file_list):
140 for x in file_list:
/netbsd-current/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dincluded-by21 file_list = list()
43 file_list = open (x[2:]).read().splitlines()
64 file_list = find_gcc_files ("\*.h", current, deeper)
66 file_list = file_list + find_gcc_files ("\*.c", current, deeper)
67 file_list = file_list + find_gcc_files ("\*.cc", current, deeper)
70 for x in file_list:
75 file_list = newlist;
77 file_list
[all...]
H A Dgraph-include-web48 def build_dot_file (file_list):
54 for x in file_list:
H A Dgcc-order-headers10 file_list = list ()
235 file_list.append (arg)
240 if not file_list and not show_master:
290 for fn in file_list:
H A Dgraph-header-logs137 def build_dot_file (file_list):
140 for x in file_list:
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgl-cat.h51 catenate_msgdomain_list (string_list_ty *file_list,
H A Dmsgcomm.c118 string_list_ty *file_list; local
294 file_list = read_names_from_file (files_from);
296 file_list = string_list_alloc ();
299 string_list_append_unique (file_list, argv[cnt]);
302 if (file_list->nitems < 2)
321 result = catenate_msgdomain_list (file_list, input_syntax, to_code);
323 string_list_free (file_list);
H A Dmsgcat.c111 string_list_ty *file_list; local
301 file_list = read_names_from_file (files_from);
303 file_list = string_list_alloc ();
306 string_list_append_unique (file_list, argv[cnt]);
310 catenate_msgdomain_list (file_list, input_syntax,
313 string_list_free (file_list);
H A Dmsguniq.c107 string_list_ty *file_list; local
283 file_list = string_list_alloc ();
284 string_list_append (file_list, input_file);
288 result = catenate_msgdomain_list (file_list, input_syntax, to_code);
290 string_list_free (file_list);
H A Dmsgl-cat.c107 catenate_msgdomain_list (string_list_ty *file_list, argument
111 const char * const *files = file_list->item;
112 size_t nfiles = file_list->nitems;
H A Dxgettext.c282 string_list_ty *file_list; local
595 file_list = read_names_from_file (files_from);
597 file_list = string_list_alloc ();
600 string_list_append_unique (file_list, argv[cnt]);
657 for (i = 0; i < file_list->nitems; i++)
662 filename = file_list->item[i];
707 string_list_free (file_list);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dsancov.py236 file_list = [] variable
238 file_list += glob.glob(f)
239 if not file_list:
243 PrintFiles(file_list)
245 MergeAndPrint(file_list)
247 Unpack(file_list)
249 RawUnpack(file_list)
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dhistory.c281 } *file_list; /* Ptr to array file name structs */ variable in typeref:struct:file_list_str
619 for (f1 = file_list; f1 < &file_list[file_count]; ++f1)
992 file_list = xnrealloc (file_list, file_max, sizeof (*fl));
994 fl = &file_list[file_count++];
1399 * 3. If neither a 'T', 'F' nor 'O' record, run through "file_list". If
1400 * file_list is null, keep everything. Otherwise, keep only files on
1401 * file_list, matched appropriately.
1407 if (file_list) /* I
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_7zip.c233 } file_list, empty_list; member in struct:_7zip
763 *zip->file_list.last = zip->empty_list.first;
764 zip->file_list.last = zip->empty_list.last;
932 file = zip->file_list.first;
955 file = zip->file_list.first;
1012 struct file *file = zip->file_list.first;
1109 struct file *file = zip->file_list.first;
1227 file = zip->file_list.first;
1256 file = zip->file_list.first;
1327 file = zip->file_list
[all...]
H A Darchive_write_set_format_xar.c224 } file_list; member in struct:hardlink
265 } file_list; member in struct:xar
2431 *xar->file_list.last = file;
2432 xar->file_list.last = &(file->next);
2438 xar->file_list.first = NULL;
2439 xar->file_list.last = &(xar->file_list.first);
2447 file = xar->file_list.first;
2478 hl->file_list.first = file;
2479 hl->file_list
[all...]
H A Darchive_write_set_format_mtree.c124 struct mtree_chain file_list; member in struct:mtree_writer
1913 *mtree->file_list.last = file;
1914 mtree->file_list.last = &(file->next);
1920 mtree->file_list.first = NULL;
1921 mtree->file_list.last = &(mtree->file_list.first);
1929 file = mtree->file_list.first;
/netbsd-current/external/gpl3/gcc/dist/fixincludes/
H A Dfixlib.h199 tCC* file_list; /* List of files it applies to */ member in struct:fix_desc
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixlib.h199 tCC* file_list; /* List of files it applies to */ member in struct:fix_desc
/netbsd-current/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp1940 files file_list; member in class:html_printer
2496 header.headings.add_string(file_list.file_name()),
2497 file_list.file_name().length(),
2882 file_list.add_new_file(xtmpfile());
2883 file_list.set_links_required();
2884 html.set_file(file_list.get_file());
2896 html.set_file(file_list.get_file()); // flush current file
2897 file_list.add_new_file(xtmpfile());
2905 file_list.set_file_name(split_file);
2906 html.set_file(file_list
[all...]
/netbsd-current/sbin/rcorder/
H A Drcorder.c95 char **file_list; variable
194 file_list = argv;
568 crunch_file(file_list[i]);
/netbsd-current/usr.sbin/inetd/
H A Dparse.c1167 struct file_list { struct
1172 struct file_list *next;
1183 struct file_list new_file;
1313 struct file_list *cur = file_list_head;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c2300 struct file_data_list file_list; local
2321 memset (&file_list, 0, sizeof (struct file_data_list));
2323 create_subid_section_table (section, file_ids, &file_list);
2330 for (file_data = file_list.first; file_data != NULL;
2337 return file_list.first;

Completed in 262 milliseconds

12