HomeSort by: relevance | last modified time | path
    Searched defs:tree_current_stat (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_posix.c 337 static const struct stat *tree_current_stat(struct tree *);
345 /* "is_dir" is equivalent to S_ISDIR(tree_current_stat()->st_mode) */
951 st = tree_current_stat(t);
2416 tree_current_stat(struct tree *t) function
2487 st = tree_current_stat(t);
2510 st = tree_current_stat(t);
2558 st = tree_current_stat(t);
archive_read_disk_windows.c 270 static const BY_HANDLE_FILE_INFORMATION *tree_current_stat(struct tree *);
282 /* "is_dir" is equivalent to S_ISDIR(tree_current_stat()->st_mode) */
977 st = tree_current_stat(t);
1521 if (tree_current_stat(t) == NULL) {
2122 tree_current_stat(struct tree *t) function

Completed in 18 milliseconds