Home
last modified time | relevance | path

Searched refs:follow_symlinks (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c151 (a->follow_symlinks || archive_entry_filetype(entry) != AE_IFLNK)) { in archive_read_disk_entry_setup_path()
190 if (!a->follow_symlinks) { in archive_read_disk_entry_from_file()
465 } else if (!a->follow_symlinks) { in setup_xattr()
503 } else if (!a->follow_symlinks) { in setup_xattr()
557 } else if (!a->follow_symlinks) { in setup_xattrs()
599 } else if (!a->follow_symlinks) { in setup_xattrs()
673 else if (!a->follow_symlinks) in setup_xattr()
691 else if (!a->follow_symlinks) in setup_xattr()
728 else if (!a->follow_symlinks) in setup_xattrs_namespace()
753 else if (!a->follow_symlinks) in setup_xattrs_namespace()
H A Darchive_read_disk_private.h60 char follow_symlinks; /* Either 'L' or 'P'. */ member
H A Darchive_read_disk_posix.c519 int follow_symlinks) in setup_symlink_mode() argument
522 a->follow_symlinks = follow_symlinks; in setup_symlink_mode()
955 a->follow_symlinks = 1; in next_entry()
968 a->follow_symlinks = 0; in next_entry()
/dragonfly/contrib/xz/src/xz/
H A Dfile_io.c540 const bool follow_symlinks = opt_stdout || opt_force; in io_open_src_real() local
560 if (!follow_symlinks) in io_open_src_real()
566 if (!follow_symlinks) { in io_open_src_real()
581 (void)follow_symlinks; in io_open_src_real()
624 if (errno == ELOOP && !follow_symlinks) { in io_open_src_real()