Searched defs:file_list_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c416 } file_list_t; typedef in typeref:struct:file_list
417 static file_list_t *exclude_tbl[TABLE_SIZE],
423 static void add_file_to_table(file_list_t *table[], char *str);
427 static void build_table(file_list_t *table[], char *file);
479 static int is_in_table(file_list_t *table[], char *str);
1804 free_children(file_list_t *children)
1806 file_list_t *child = children;
1807 file_list_t *cptr;
1833 file_list_t *child = NULL;
1834 file_list_t *child_en
[all...]

Completed in 83 milliseconds