HomeSort by: relevance | last modified time | path
    Searched refs:file_list (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/contrib/header-tools/
included-by 21 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.sort(
    [all...]
graph-include-web 48 def build_dot_file (file_list):
54 for x in file_list:
gcc-order-headers 10 file_list = list ()
235 file_list.append (arg)
240 if not file_list and not show_master:
290 for fn in file_list:
graph-header-logs 137 def build_dot_file (file_list):
140 for x in file_list:
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
included-by 21 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.sort(
    [all...]
graph-include-web 48 def build_dot_file (file_list):
54 for x in file_list:
gcc-order-headers 10 file_list = list ()
235 file_list.append (arg)
240 if not file_list and not show_master:
290 for fn in file_list:
graph-header-logs 137 def build_dot_file (file_list):
140 for x in file_list:
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgl-cat.h 51 catenate_msgdomain_list (string_list_ty *file_list,
msgcomm.c 118 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);
msgcat.c 111 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);
msguniq.c 107 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);
msgl-cat.c 107 catenate_msgdomain_list (string_list_ty *file_list,
111 const char * const *files = file_list->item;
112 size_t nfiles = file_list->nitems;
xgettext.c 282 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);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
sancov.py 236 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)
  /src/external/bsd/zstd/dist/build/single_file_libs/
combine.py 126 # Helper to resolve lists of files. 'file_list' is passed in from the arguments
131 def resolve_excluded_files(file_list: Optional[List[str]], resolved: Set[Path], parent: Optional[Path] = None) -> None:
132 if (file_list):
133 for filename in file_list:
  /src/external/gpl2/xcvs/dist/src/
history.c 281 } *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) /* If file_list is null, accept all *
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_7zip.c 251 } file_list, empty_list; member in struct:_7zip
887 *zip->file_list.last = zip->empty_list.first;
888 zip->file_list.last = zip->empty_list.last;
1060 file = zip->file_list.first;
1083 file = zip->file_list.first;
1140 struct file *file = zip->file_list.first;
1237 struct file *file = zip->file_list.first;
1341 file = zip->file_list.first;
1369 file = zip->file_list.first;
1440 file = zip->file_list.first
    [all...]
archive_write_set_format_xar.c 248 } file_list; member in struct:hardlink
289 } file_list; member in struct:xar
2475 *xar->file_list.last = file;
2476 xar->file_list.last = &(file->next);
2482 xar->file_list.first = NULL;
2483 xar->file_list.last = &(xar->file_list.first);
2491 file = xar->file_list.first;
2522 hl->file_list.first = file;
2523 hl->file_list.last = &(file->hlnext)
    [all...]
archive_write_set_format_mtree.c 125 struct mtree_chain file_list; member in struct:mtree_writer
1992 *mtree->file_list.last = file;
1993 mtree->file_list.last = &(file->next);
1999 mtree->file_list.first = NULL;
2000 mtree->file_list.last = &(mtree->file_list.first);
2008 file = mtree->file_list.first;
  /src/external/gpl3/gcc/dist/fixincludes/
fixlib.h 199 tCC* file_list; /* List of files it applies to */ member in struct:fix_desc
  /src/external/gpl3/gcc.old/dist/fixincludes/
fixlib.h 199 tCC* file_list; /* List of files it applies to */ member in struct:fix_desc
  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 1940 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.get_file())
    [all...]
  /src/sbin/rcorder/
rcorder.c 95 char **file_list; variable
194 file_list = argv;
568 crunch_file(file_list[i]);
  /src/usr.sbin/inetd/
parse.c 1198 struct file_list { struct
1203 struct file_list *next;
1214 struct file_list new_file;
1344 struct file_list *cur = file_list_head;

Completed in 32 milliseconds

1 2