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

12

/freebsd-11-stable/usr.bin/sort/
H A Dfile.h67 struct file_list struct
110 void file_list_init(struct file_list *fl, bool tmp);
111 void file_list_add(struct file_list *fl, const char *fn, bool allocate);
112 void file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate);
113 void file_list_clean(struct file_list *fl);
116 void merge_files(struct file_list *fl, const char *fn_out);
119 int procfile(const char *fn, struct sort_list *list, struct file_list *fl);
H A Dfile.c215 file_list_init(struct file_list *fl, bool tmp)
230 file_list_add(struct file_list *fl, const char *fn, bool allocate)
248 file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate)
264 file_list_clean(struct file_list *fl)
835 procfile(const char *fsrc, struct sort_list *list, struct file_list *fl)
1152 shrink_file_list(struct file_list *fl)
1158 struct file_list new_fl;
1197 merge_files(struct file_list *fl, const char *fn_out)
H A Dsort.c1259 struct file_list fl;
1299 struct file_list fl;
/freebsd-11-stable/usr.sbin/config/
H A Dconfig.h48 struct file_list { struct
49 STAILQ_ENTRY(file_list) f_next;
204 extern STAILQ_HEAD(file_list_head, file_list) ftab;
H A Dmkmakefile.c83 static struct file_list *
86 struct file_list *fp;
98 static struct file_list *
101 struct file_list *fp;
103 fp = (struct file_list *) calloc(1, sizeof *fp);
392 struct file_list *tp;
632 struct file_list *tp;
658 struct file_list *tp;
687 struct file_list *tp;
740 struct file_list *ft
[all...]
H A Dconfig.y4 struct file_list *file;
H A Dmain.c644 struct file_list *fl;
/freebsd-11-stable/lib/libdpv/
H A Ddpv.c92 dpv(struct dpv_config *config, struct dpv_file_node *file_list) argument
223 if (file_list == NULL || file_list->next == NULL)
287 for (curfile = file_list; curfile != NULL; curfile = curfile->next) {
297 if (curfile == file_list)
324 } /* file_list */
355 if (dpv_nfiles <= 1 && file_list != NULL && file_list->length < 0 &&
472 if ((pprompt == NULL || *fc == '\0') && file_list != NULL) {
473 first_file = file_list;
[all...]
H A Ddprompt.c80 static int dprompt_add_files(struct dpv_file_node *file_list,
108 dprompt_init(struct dpv_file_node *file_list) argument
168 for (curfile = file_list; curfile != NULL;
377 dprompt_add_files(struct dpv_file_node *file_list, argument
449 for (fp = file_list; fp != NULL; fp = fp->next) {
674 dprompt_recreate(struct dpv_file_node *file_list, argument
684 dprompt_add_files(file_list, curfile, pct);
/freebsd-11-stable/usr.bin/dpv/
H A Ddpv.c53 static struct dpv_file_node *file_list = NULL; variable in typeref:struct:dpv_file_node
407 for (curfile = file_list; n < argc; n++) {
415 file_list = curfile;
470 if (dpv(config, file_list) != 0 && debug)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c214 } file_list, empty_list; member in struct:_7zip
744 *zip->file_list.last = zip->empty_list.first;
745 zip->file_list.last = zip->empty_list.last;
913 file = zip->file_list.first;
936 file = zip->file_list.first;
993 struct file *file = zip->file_list.first;
1090 struct file *file = zip->file_list.first;
1208 file = zip->file_list.first;
1237 file = zip->file_list.first;
1308 file = zip->file_list
[all...]
H A Darchive_write_set_format_xar.c225 } file_list; member in struct:hardlink
266 } file_list; member in struct:xar
2436 *xar->file_list.last = file;
2437 xar->file_list.last = &(file->next);
2443 xar->file_list.first = NULL;
2444 xar->file_list.last = &(xar->file_list.first);
2452 file = xar->file_list.first;
2483 hl->file_list.first = file;
2484 hl->file_list
[all...]
H A Darchive_write_set_format_mtree.c125 struct mtree_chain file_list; member in struct:mtree_writer
1914 *mtree->file_list.last = file;
1915 mtree->file_list.last = &(file->next);
1921 mtree->file_list.first = NULL;
1922 mtree->file_list.last = &(mtree->file_list.first);
1930 file = mtree->file_list.first;
H A Darchive_write_set_format_iso9660.c306 } file_list; member in struct:hardlink
5018 hl->file_list.first = file;
5019 hl->file_list.last = &(file->hlnext);
5028 *hl->file_list.last = file;
5029 hl->file_list.last = &(file->hlnext);
5054 target = hl->file_list.first;
5072 return (strcmp(archive_entry_pathname(h1->file_list.first->entry),
5073 archive_entry_pathname(h2->file_list.first->entry)));
5081 return (strcmp(archive_entry_pathname(h->file_list.first->entry),
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c91 struct list_head file_list; /* member in file ctx list */ member in struct:ib_ucm_context
96 struct list_head file_list; /* member in file event list */ member in struct:ib_ucm_event
161 list_del(&ctx->file_list);
166 list_del(&uevent->file_list);
199 list_add_tail(&ctx->file_list, &file->ctxs);
375 list_add_tail(&uevent->file_list, &ctx->file->events);
417 uevent = list_entry(file->events.next, struct ib_ucm_event, file_list);
461 list_del(&uevent->file_list);
1184 struct ib_ucm_context, file_list);
H A Dib_user_mad.c97 struct list_head file_list; member in struct:ib_umad_port
963 list_add_tail(&file->port_list, &port->file_list);
1190 INIT_LIST_HEAD(&port->file_list);
1268 list_for_each_entry(file, &port->file_list, port_list) {
/freebsd-11-stable/usr.sbin/bsdconfig/dot/
H A Ddot246 file_list=$(
262 for file in $file_list; do
447 file_list=$(
460 for file in $file_list; do
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp1938 files file_list; member in class:html_printer
2494 header.headings.add_string(file_list.file_name()),
2495 file_list.file_name().length(),
2880 file_list.add_new_file(xtmpfile());
2881 file_list.set_links_required();
2882 html.set_file(file_list.get_file());
2894 html.set_file(file_list.get_file()); // flush current file
2895 file_list.add_new_file(xtmpfile());
2903 file_list.set_file_name(split_file);
2904 html.set_file(file_list
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i664 BreakpointCreateBySourceRegex (const char *source_regex, const lldb::SBFileSpecList &module_list, const lldb::SBFileSpecList &file_list);
716 # pass the SearchFilter provided by the module_list & file_list
734 @param file_list
745 const SBFileSpecList &file_list,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h245 OptionNames name, FileSpecList &file_list);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h245 /// \param[out] file_list
250 /// The number of new files that were appended to \a file_list.
253 virtual uint32_t GetDependentModules(FileSpecList &file_list) = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp186 FileSpecList &file_list) {
187 size_t num_modules = file_list.GetSize();
196 file_list.GetFileSpecAtIndex(i).GetPath()));
184 SerializeFileSpecList( StructuredData::DictionarySP &options_dict_sp, OptionNames name, FileSpecList &file_list) argument
/freebsd-11-stable/sbin/rcorder/
H A Drcorder.c86 static char **file_list; variable
210 file_list = argv;
641 crunch_file(file_list[i]);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h643 /// \param file_list
654 const SBFileSpecList &file_list,
/freebsd-11-stable/bin/ls/tests/
H A Dls_tests.sh397 WITHOUT_S_parsed=$(for file_list in $file_lists; do sort < $file_list_dir/$file_list; done)

Completed in 323 milliseconds

12