Searched refs:la_stat (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/libarchive/libarchive/ |
| D | archive_platform.h | 80 #define la_stat(path,stref) stat(path,stref) macro
|
| D | archive_util.c | 498 if (la_stat(temp_name.s, &st) < 0) in __archive_mktempx()
|
| D | archive_write_disk_posix.c | 2151 r = la_stat(a->name, &a->st); in restore_entry() 2343 r = la_stat(a->name, &st); in create_filesystem_object() 3002 r = la_stat(head, &st); in check_symlinks_fsobj() 3360 if (la_stat(path, &st) == 0) { in create_dir() 3418 if (la_stat(path, &st) == 0 && S_ISDIR(st.st_mode)) in create_dir()
|
| D | archive_read_disk_entry_from_file.c | 198 if (la_stat(path, &s) != 0) { in archive_read_disk_entry_from_file()
|
| D | archive_match.c | 1264 if (la_stat(path, &st) != 0) { in set_timefilter_pathname_mbs()
|
| D | archive_read_disk_posix.c | 2519 if (la_stat(tree_current_access_path(t), &t->st) != 0)
|