Home
last modified time | relevance | path

Searched refs:la_stat (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_platform.h78 #define la_stat(path,stref) stat(path,stref) macro
H A Darchive_write_disk_posix.c520 if (la_stat(a->name, &a->st) == 0) in lazy_stat()
2163 r = la_stat(a->name, &a->st); in restore_entry()
2172 r = la_stat(a->name, &a->st); in restore_entry()
2359 r = la_stat(a->name, &st); in create_filesystem_object()
2573 la_stat(p->name, &st) != 0 || in _archive_write_disk_close()
2593 la_stat(p->name, &st) != 0 || in _archive_write_disk_close()
2891 r = la_stat(head, &st); in check_symlinks_fsobj()
3030 r = la_stat(head, &st); in check_symlinks_fsobj()
3388 if (la_stat(path, &st) == 0) { in create_dir()
3446 if (la_stat(path, &st) == 0 && S_ISDIR(st.st_mode)) in create_dir()
[all …]
H A Darchive_util.c547 if (la_stat(temp_name.s, &st) < 0) in __archive_mktempx()
H A Darchive_read_disk_entry_from_file.c197 if (la_stat(path, &s) != 0) { in archive_read_disk_entry_from_file()
H A Darchive_read_disk_posix.c2547 if (la_stat(tree_current_access_path(t), &t->st) != 0)
2572 if (la_stat(tree_current_access_path(t), &t->lst) != 0)
H A Darchive_match.c1263 if (la_stat(path, &st) != 0) { in set_timefilter_pathname_mbs()
H A Darchive_read_support_format_mtree.c1286 else if (la_stat(path, st) == -1) in parse_file()