Home
last modified time | relevance | path

Searched refs:file_list_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dopen.c81 file_list_t files = TAILQ_HEAD_INITIALIZER(files);
H A Dstand.h192 typedef TAILQ_HEAD(file_list, open_file) file_list_t; typedef
193 extern file_list_t files;
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c417 } file_list_t; typedef
418 static file_list_t *exclude_tbl[TABLE_SIZE],
424 static void add_file_to_table(file_list_t *table[], char *str);
428 static void build_table(file_list_t *table[], char *file);
480 static int is_in_table(file_list_t *table[], char *str);
1805 free_children(file_list_t *children) in free_children()
1807 file_list_t *child = children; in free_children()
1808 file_list_t *cptr; in free_children()
1834 file_list_t *child = NULL; in putfile()
1835 file_list_t *child_end = NULL; in putfile()
[all …]