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

12

/freebsd-current/stand/libsa/
H A Dcloseall.c40 while ((f = TAILQ_LAST(&files, file_list)) != NULL) {
H A Dclose.c91 TAILQ_FOREACH_REVERSE_SAFE(last, &files, file_list, f_link, f) {
H A Dopen.c118 last = TAILQ_LAST(&files, file_list);
/freebsd-current/usr.bin/sort/
H A Dfile.h66 struct file_list struct
109 void file_list_init(struct file_list *fl, bool tmp);
110 void file_list_add(struct file_list *fl, const char *fn, bool allocate);
111 void file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate);
112 void file_list_clean(struct file_list *fl);
115 void merge_files(struct file_list *fl, const char *fn_out);
118 int procfile(const char *fn, struct sort_list *list, struct file_list *fl);
H A Dfile.c205 file_list_init(struct file_list *fl, bool tmp)
218 file_list_add(struct file_list *fl, const char *fn, bool allocate)
236 file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate)
252 file_list_clean(struct file_list *fl)
725 procfile(const char *fsrc, struct sort_list *list, struct file_list *fl)
1040 shrink_file_list(struct file_list *fl)
1046 struct file_list new_fl;
1085 merge_files(struct file_list *fl, const char *fn_out)
H A Dsort.c1269 struct file_list fl;
1309 struct file_list fl;
/freebsd-current/lib/libdpv/
H A Ddpv.c90 dpv(struct dpv_config *config, struct dpv_file_node *file_list) argument
221 if (file_list == NULL || file_list->next == NULL)
285 for (curfile = file_list; curfile != NULL; curfile = curfile->next) {
295 if (curfile == file_list)
322 } /* file_list */
353 if (dpv_nfiles <= 1 && file_list != NULL && file_list->length < 0 &&
470 if ((pprompt == NULL || *fc == '\0') && file_list != NULL) {
471 first_file = file_list;
[all...]
H A Ddprompt.c77 static int dprompt_add_files(struct dpv_file_node *file_list,
105 dprompt_init(struct dpv_file_node *file_list) argument
165 for (curfile = file_list; curfile != NULL;
374 dprompt_add_files(struct dpv_file_node *file_list, argument
446 for (fp = file_list; fp != NULL; fp = fp->next) {
671 dprompt_recreate(struct dpv_file_node *file_list, argument
681 dprompt_add_files(file_list, curfile, pct);
/freebsd-current/usr.sbin/config/
H A Dconfig.h103 struct file_list { struct
104 STAILQ_ENTRY(file_list) f_next;
260 extern STAILQ_HEAD(file_list_head, file_list) ftab;
H A Dmkmakefile.cc82 static struct file_list *
85 struct file_list *fp;
97 static struct file_list *
100 struct file_list *fp;
102 fp = (struct file_list *) calloc(1, sizeof *fp);
384 struct file_list *tp;
628 struct file_list *tp;
653 struct file_list *tp;
682 struct file_list *tp;
734 struct file_list *ft
[all...]
H A Dconfig.y4 struct file_list *file;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.h40 uint32_t GetDependentModules(lldb_private::FileSpecList &file_list) override {
/freebsd-current/usr.bin/dpv/
H A Ddpv.c51 static struct dpv_file_node *file_list = NULL; variable in typeref:struct:dpv_file_node
405 for (curfile = file_list; n < argc; n++) {
413 file_list = curfile;
468 if (dpv(config, file_list) != 0 && debug)
/freebsd-current/contrib/libarchive/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;
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c89 struct list_head file_list; /* member in file ctx list */ member in struct:ib_ucm_context
94 struct list_head file_list; /* member in file event list */ member in struct:ib_ucm_event
159 list_del(&ctx->file_list);
164 list_del(&uevent->file_list);
197 list_add_tail(&ctx->file_list, &file->ctxs);
373 list_add_tail(&uevent->file_list, &ctx->file->events);
415 uevent = list_entry(file->events.next, struct ib_ucm_event, file_list);
459 list_del(&uevent->file_list);
1182 struct ib_ucm_context, file_list);
H A Dib_user_mad.c95 struct list_head file_list; member in struct:ib_umad_port
961 list_add_tail(&file->port_list, &port->file_list);
1188 INIT_LIST_HEAD(&port->file_list);
1266 list_for_each_entry(file, &port->file_list, port_list) {
/freebsd-current/usr.sbin/bsdconfig/dot/
H A Ddot245 file_list=$(
261 for file in $file_list; do
446 file_list=$(
459 for file in $file_list; do
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h255 OptionNames name, FileSpecList &file_list);
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh216 file_list="$2"
220 for i in $file_list; do
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h240 /// \param[out] file_list
245 /// The number of new files that were appended to \a file_list.
248 virtual uint32_t GetDependentModules(FileSpecList &file_list) = 0;
/freebsd-current/sbin/rcorder/
H A Drcorder.c84 static char **file_list; variable
208 file_list = argv;
639 crunch_file(file_list[i]);
/freebsd-current/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-current/bin/ls/tests/
H A Dls_tests.sh404 WITHOUT_S_parsed=$(for file_list in $file_lists; do sort < $file_list_dir/$file_list; done)

Completed in 157 milliseconds

12