Searched refs:la_stat (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_platform.h | 78 #define la_stat(path,stref) stat(path,stref) macro
|
| H A D | archive_write_disk_posix.c | 520 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 D | archive_util.c | 547 if (la_stat(temp_name.s, &st) < 0) in __archive_mktempx()
|
| H A D | archive_read_disk_entry_from_file.c | 197 if (la_stat(path, &s) != 0) { in archive_read_disk_entry_from_file()
|
| H A D | archive_read_disk_posix.c | 2547 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 D | archive_match.c | 1263 if (la_stat(path, &st) != 0) { in set_timefilter_pathname_mbs()
|
| H A D | archive_read_support_format_mtree.c | 1286 else if (la_stat(path, st) == -1) in parse_file()
|