Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_platform.h80 #define la_stat(path,stref) stat(path,stref) macro
Darchive_util.c498 if (la_stat(temp_name.s, &st) < 0) in __archive_mktempx()
Darchive_write_disk_posix.c2151 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()
Darchive_read_disk_entry_from_file.c198 if (la_stat(path, &s) != 0) { in archive_read_disk_entry_from_file()
Darchive_match.c1264 if (la_stat(path, &st) != 0) { in set_timefilter_pathname_mbs()
Darchive_read_disk_posix.c2519 if (la_stat(tree_current_access_path(t), &t->st) != 0)