| /NextBSD/usr.bin/sort/ |
| HD | file.h | 65 struct file_list struct 108 void file_list_init(struct file_list *fl, bool tmp); 109 void file_list_add(struct file_list *fl, char *fn, bool allocate); 110 void file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate); 111 void file_list_clean(struct file_list *fl); 114 void merge_files(struct file_list *fl, const char *fn_out); 117 int procfile(const char *fn, struct sort_list *list, struct file_list *fl);
|
| HD | file.c | 213 file_list_init(struct file_list *fl, bool tmp) in file_list_init() 228 file_list_add(struct file_list *fl, char *fn, bool allocate) in file_list_add() 246 file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate) in file_list_populate() 262 file_list_clean(struct file_list *fl) in file_list_clean() 833 procfile(const char *fsrc, struct sort_list *list, struct file_list *fl) in procfile() 1150 shrink_file_list(struct file_list *fl) in shrink_file_list() 1156 struct file_list new_fl; in shrink_file_list() 1195 merge_files(struct file_list *fl, const char *fn_out) in merge_files()
|
| HD | sort.c | 1263 struct file_list fl; in main() 1303 struct file_list fl; in main()
|
| /NextBSD/lib/libdpv/ |
| HD | dpv.c | 90 dpv(struct dpv_config *config, struct dpv_file_node *file_list) in dpv() argument 219 if (file_list == NULL || file_list->next == NULL) in dpv() 283 for (curfile = file_list; curfile != NULL; curfile = curfile->next) { in dpv() 293 if (curfile == file_list) in dpv() 351 if (dpv_nfiles <= 1 && file_list != NULL && file_list->length < 0 && in dpv() 468 if ((pprompt == NULL || *fc == '\0') && file_list != NULL) { in dpv() 469 first_file = file_list; in dpv() 481 dprompt_init(file_list); in dpv() 487 dprompt_recreate(file_list, (struct dpv_file_node *)NULL, 0); in dpv() 542 list_head = file_list; in dpv() [all …]
|
| HD | dprompt.c | 80 static int dprompt_add_files(struct dpv_file_node *file_list, 108 dprompt_init(struct dpv_file_node *file_list) in dprompt_init() argument 168 for (curfile = file_list; curfile != NULL; in dprompt_init() 377 dprompt_add_files(struct dpv_file_node *file_list, in dprompt_add_files() argument 449 for (fp = file_list; fp != NULL; fp = fp->next) { in dprompt_add_files() 674 dprompt_recreate(struct dpv_file_node *file_list, in dprompt_recreate() argument 684 dprompt_add_files(file_list, curfile, pct); in dprompt_recreate()
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/scripts/ |
| HD | sancov.py | 226 file_list = [] variable 228 file_list += glob.glob(f) 229 if not file_list: 233 PrintFiles(file_list) 235 MergeAndPrint(file_list) 237 Unpack(file_list) 239 RawUnpack(file_list)
|
| /NextBSD/usr.sbin/config/ |
| HD | mkmakefile.c | 76 static struct file_list * 79 struct file_list *fp; in fl_lookup() 91 static struct file_list * 94 struct file_list *fp; in new_fent() 96 fp = (struct file_list *) calloc(1, sizeof *fp); in new_fent() 307 struct file_list *tp; in read_file() 559 struct file_list *tp; in do_before_depend() 584 struct file_list *tp; in do_objs() 613 struct file_list *tp; in do_xxfiles() 669 struct file_list *ftp; in do_rules() [all …]
|
| HD | config.h | 47 struct file_list { struct 48 STAILQ_ENTRY(file_list) f_next; 197 extern STAILQ_HEAD(file_list_head, file_list) ftab;
|
| HD | config.y | 4 struct file_list *file;
|
| HD | main.c | 610 struct file_list *fl; in cleanheaders()
|
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_write_set_format_7zip.c | 213 } file_list, empty_list; member 742 *zip->file_list.last = zip->empty_list.first; in _7z_close() 743 zip->file_list.last = zip->empty_list.last; in _7z_close() 906 file = zip->file_list.first; in make_substreamsInfo() 929 file = zip->file_list.first; in make_substreamsInfo() 986 struct file *file = zip->file_list.first; in make_streamsInfo() 1083 struct file *file = zip->file_list.first; in make_streamsInfo() 1201 file = zip->file_list.first; in make_time() 1230 file = zip->file_list.first; in make_time() 1301 file = zip->file_list.first; in make_header() [all …]
|
| HD | archive_write_set_format_xar.c | 225 } file_list; member 265 } file_list; member 2373 *xar->file_list.last = file; in file_register() 2374 xar->file_list.last = &(file->next); in file_register() 2380 xar->file_list.first = NULL; in file_init_register() 2381 xar->file_list.last = &(xar->file_list.first); in file_init_register() 2389 file = xar->file_list.first; in file_free_register() 2420 hl->file_list.first = file; in file_register_hardlink() 2421 hl->file_list.last = &(file->hlnext); in file_register_hardlink() 2430 *hl->file_list.last = file; in file_register_hardlink() [all …]
|
| HD | archive_write_set_format_mtree.c | 138 struct mtree_chain file_list; member 1903 *mtree->file_list.last = file; in mtree_entry_register_add() 1904 mtree->file_list.last = &(file->next); in mtree_entry_register_add() 1910 mtree->file_list.first = NULL; in mtree_entry_register_init() 1911 mtree->file_list.last = &(mtree->file_list.first); in mtree_entry_register_init() 1919 file = mtree->file_list.first; in mtree_entry_register_free()
|
| HD | archive_write_set_format_iso9660.c | 306 } file_list; member 5003 hl->file_list.first = file; in isofile_register_hardlink() 5004 hl->file_list.last = &(file->hlnext); in isofile_register_hardlink() 5013 *hl->file_list.last = file; in isofile_register_hardlink() 5014 hl->file_list.last = &(file->hlnext); in isofile_register_hardlink() 5039 target = hl->file_list.first; in isofile_connect_hardlink_files() 5057 return (strcmp(archive_entry_pathname(h1->file_list.first->entry), in isofile_hd_cmp_node() 5058 archive_entry_pathname(h2->file_list.first->entry))); in isofile_hd_cmp_node() 5066 return (strcmp(archive_entry_pathname(h->file_list.first->entry), in isofile_hd_cmp_key()
|
| /NextBSD/usr.bin/dpv/ |
| HD | dpv.c | 53 static struct dpv_file_node *file_list = NULL; variable 404 for (curfile = file_list; n < argc; n++) { in main() 412 file_list = curfile; in main() 467 if (dpv(config, file_list) != 0 && debug) in main()
|
| /NextBSD/sys/ofed/drivers/infiniband/core/ |
| HD | ucm.c | 86 struct list_head file_list; /* member in file ctx list */ member 91 struct list_head file_list; /* member in file event list */ member 156 list_del(&ctx->file_list); in ib_ucm_cleanup_events() 161 list_del(&uevent->file_list); in ib_ucm_cleanup_events() 202 list_add_tail(&ctx->file_list, &file->ctxs); in ib_ucm_ctx_alloc() 378 list_add_tail(&uevent->file_list, &ctx->file->events); in ib_ucm_event_handler() 422 uevent = list_entry(file->events.next, struct ib_ucm_event, file_list); in ib_ucm_event() 466 list_del(&uevent->file_list); in ib_ucm_event() 1192 struct ib_ucm_context, file_list); in ib_ucm_close()
|
| HD | user_mad.c | 90 struct list_head file_list; member 884 list_add_tail(&file->port_list, &port->file_list); in ib_umad_open() 1096 INIT_LIST_HEAD(&port->file_list); in ib_umad_init_port() 1178 list_for_each_entry(file, &port->file_list, port_list) { in ib_umad_kill_port()
|
| /NextBSD/contrib/groff/src/devices/grohtml/ |
| HD | post-html.cpp | 1938 files file_list; member in html_printer 2494 header.headings.add_string(file_list.file_name()), in write_header() 2495 file_list.file_name().length(), in write_header() 2880 file_list.add_new_file(xtmpfile()); in do_links() 2881 file_list.set_links_required(); in do_links() 2882 html.set_file(file_list.get_file()); in do_links() 2894 html.set_file(file_list.get_file()); // flush current file in insert_split_file() 2895 file_list.add_new_file(xtmpfile()); in insert_split_file() 2903 file_list.set_file_name(split_file); in insert_split_file() 2904 html.set_file(file_list.get_file()); in insert_split_file() [all …]
|
| /NextBSD/usr.sbin/bsdconfig/dot/ |
| HD | dot | 447 file_list=$( 460 for file in $file_list; do
|
| /NextBSD/sbin/rcorder/ |
| HD | rcorder.c | 78 static char **file_list; variable 182 file_list = argv; in main() 602 crunch_file(file_list[i]); in crunch_all_files()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | ObjectFile.h | 295 GetDependentModules (FileSpecList& file_list) = 0;
|
| /NextBSD/bin/ls/tests/ |
| HD | ls_tests.sh | 397 WITHOUT_S_parsed=$(for file_list in $file_lists; do sort < $file_list_dir/$file_list; done)
|