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

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_posix.c 338 static const struct stat *tree_current_lstat(struct tree *);
343 /* "is_physical_dir" is equivalent to S_ISDIR(tree_current_lstat()->st_mode) */
879 lst = tree_current_lstat(t);
2437 tree_current_lstat(struct tree *t) function
2472 st = tree_current_lstat(t);
2524 st = tree_current_lstat(t);
2557 lst = tree_current_lstat(t);
archive_read_disk_windows.c 271 static const BY_HANDLE_FILE_INFORMATION *tree_current_lstat(struct tree *);
275 /* "is_physical_dir" is equivalent to S_ISDIR(tree_current_lstat()->st_mode) */
277 /* "is_physical_link" is equivalent to S_ISLNK(tree_current_lstat()->st_mode) */
930 lst = tree_current_lstat(t);
2136 tree_current_lstat(struct tree *t) function

Completed in 18 milliseconds