Searched refs:tree_current_stat (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/libarchive-29/libarchive/examples/minitar/
H A Dtree.h68 const struct stat *tree_current_stat(struct tree *);
H A Dtree.c301 if (S_ISLNK(s->st_mode) && S_ISDIR(tree_current_stat(t)->st_mode)) {
311 tree_current_stat(struct tree *t) function
H A Dminitar.c272 tree_current_stat(t));
/macosx-10.9.5/libarchive-29/libarchive/contrib/shar/
H A Dtree.h104 const struct stat *tree_current_stat(struct tree *);
111 /* "is_dir" is equivalent to S_ISDIR(tree_current_stat()->st_mode) */
H A Dtree.c385 tree_current_stat(struct tree *t) function
435 st = tree_current_stat(t);
458 && (!S_ISDIR(tree_current_stat(t)->st_mode)))
H A Dshar.c227 if ((st = tree_current_stat(t)) == NULL) {
/macosx-10.9.5/libarchive-29/libarchive/tar/
H A Dtree.h128 const struct stat *tree_current_stat(struct tree *);
137 /* "is_dir" is equivalent to S_ISDIR(tree_current_stat()->st_mode) */
H A Dtree.c604 tree_current_stat(struct tree *t) function
643 return (tree_current_stat(t));
686 st = tree_current_stat(t);
715 && (!S_ISDIR(tree_current_stat(t)->st_mode)))
H A Dwrite.c744 st = tree_current_stat(tree);
817 * deprecate tree_current_stat() and provide a new

Completed in 74 milliseconds