HomeSort by: relevance | last modified time | path
    Searched defs:follow_symlinks (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_private.h 59 char follow_symlinks; /* Either 0 or 1. */ member in struct:archive_read_disk
archive_read_disk_private.h 59 char follow_symlinks; /* Either 0 or 1. */ member in struct:archive_read_disk
  /src/external/public-domain/xz/dist/src/xz/
file_io.c 552 const bool follow_symlinks local
573 if (!follow_symlinks)
579 if (!follow_symlinks) {
596 (void)follow_symlinks;
639 if (errno == ELOOP && !follow_symlinks) {
file_io.c 552 const bool follow_symlinks local
573 if (!follow_symlinks)
579 if (!follow_symlinks) {
596 (void)follow_symlinks;
639 if (errno == ELOOP && !follow_symlinks) {

Completed in 104 milliseconds