Home
last modified time | relevance | path

Searched defs:follow_symlinks (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_disk_private.h58 char follow_symlinks; /* Either 'L' or 'P'. */ member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h1405 : FollowSymlinks(follow_symlinks) { in FollowSymlinks() argument
1414 : FollowSymlinks(follow_symlinks) { in FollowSymlinks() argument
/netbsd-src/external/public-domain/xz/dist/src/xz/
H A Dfile_io.c538 const bool follow_symlinks = opt_stdout || opt_force; in io_open_src_real() local