Searched refs:tree_ret (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/libarchive-30/libarchive/contrib/shar/
H A Dshar.c202 int tree_ret; local
209 for (first = 1; (tree_ret = tree_next(t)); first = 0) {
210 if (tree_ret == TREE_ERROR_DIR) {
215 } else if (tree_ret != TREE_REGULAR)
/macosx-10.10/libarchive-30/libarchive/tar/
H A Dwrite.c681 int tree_ret; local
691 while ((tree_ret = tree_next(tree)) != 0) {
698 if (tree_ret == TREE_ERROR_FATAL)
702 if (tree_ret == TREE_ERROR_DIR) {
707 if (tree_ret != TREE_REGULAR)

Completed in 113 milliseconds