file_list_t
file_list_t files = TAILQ_HEAD_INITIALIZER(files);
extern file_list_t files;
free_children(file_list_t *children)
file_list_t *child = children;
file_list_t *cptr;
file_list_t *child = NULL;
file_list_t *child_end = NULL;
file_list_t *cptr;
if (((cptr = (file_list_t *)calloc(sizeof (char),
sizeof (file_list_t))) == NULL) ||
static file_list_t *exclude_tbl[TABLE_SIZE],
static void add_file_to_table(file_list_t *table[], char *str);
static void build_table(file_list_t *table[], char *file);
static int is_in_table(file_list_t *table[], char *str);
build_table(file_list_t *table[], char *file)
add_file_to_table(file_list_t *table[], char *str)
file_list_t *exp;
if ((exp = (file_list_t *)calloc(sizeof (file_list_t),
is_in_table(file_list_t *table[], char *str)
file_list_t *exp;