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

/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dmsgl-cat.h50 catenate_msgdomain_list (string_list_ty *file_list,
H A Dmsguniq.c100 string_list_ty *file_list; local
273 file_list = string_list_alloc ();
274 string_list_append (file_list, input_file);
278 result = catenate_msgdomain_list (file_list, to_code);
280 string_list_free (file_list);
H A Dmsgcomm.c109 string_list_ty *file_list; local
284 file_list = read_names_from_file (files_from);
286 file_list = string_list_alloc ();
289 string_list_append_unique (file_list, argv[cnt]);
292 if (file_list->nitems < 2)
311 result = catenate_msgdomain_list (file_list, to_code);
313 string_list_free (file_list);
H A Dmsgcat.c104 string_list_ty *file_list; local
293 file_list = read_names_from_file (files_from);
295 file_list = string_list_alloc ();
298 string_list_append_unique (file_list, argv[cnt]);
301 result = catenate_msgdomain_list (file_list,
307 string_list_free (file_list);
H A Dmsgl-cat.c106 catenate_msgdomain_list (string_list_ty *file_list, const char *to_code) argument
108 const char * const *files = file_list->item;
109 size_t nfiles = file_list->nitems;
H A Dxgettext.c272 string_list_ty *file_list; local
574 file_list = read_names_from_file (files_from);
576 file_list = string_list_alloc ();
579 string_list_append_unique (file_list, argv[cnt]);
636 for (cnt = 0; cnt < file_list->nitems; ++cnt)
641 filename = file_list->item[cnt];
686 string_list_free (file_list);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dhistory.c279 } *file_list; /* Ptr to array file name structs */ variable in typeref:struct:file_list_str
617 for (f1 = file_list; f1 < &file_list[file_count]; ++f1)
990 file_list = xnrealloc (file_list, file_max, sizeof (*fl));
992 fl = &file_list[file_count++];
1397 * 3. If neither a 'T', 'F' nor 'O' record, run through "file_list". If
1398 * file_list is null, keep everything. Otherwise, keep only files on
1399 * file_list, matched appropriately.
1405 if (file_list) /* I
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/
H A Dfixlib.h196 tCC* file_list; /* List of files it applies to */ member in struct:fix_desc
H A Dfixincl.c1027 const char *pz_scan = p_fixd->file_list;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/
H A Dfixlib.h197 tCC* file_list; /* List of files it applies to */ member in struct:fix_desc
H A Dfixincl.c1086 const char *pz_scan = p_fixd->file_list;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/lib/
H A Dgcc-dg.exp334 set file_list "[glob -nocomplain $pat]"
335 verbose "remove-build-file `$file_list'" 2
336 foreach output_file $file_list {
/netbsd-6-1-5-RELEASE/gnu/dist/groff/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-6-1-5-RELEASE/sbin/rcorder/
H A Drcorder.c95 char **file_list; variable
195 file_list = argv;
569 crunch_file(file_list[i]);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dgcc-dg.exp386 set file_list "[glob -nocomplain $pat]"
387 verbose "remove-build-file `$file_list'" 2
388 foreach output_file $file_list {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dcollect2.c2163 maybe_unlink_list (char **file_list)
2165 char **tmp = file_list;
2149 maybe_unlink_list(char **file_list) argument

Completed in 289 milliseconds