Home
last modified time | relevance | path

Searched refs:use_lstat (Results 1 – 25 of 53) sorted by relevance

123

/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dpwd.c159 bool use_lstat; in find_dir_entry() local
178 use_lstat = (parent_sb.st_dev != dot_sb->st_dev); in find_dir_entry()
205 if (ino == NOT_AN_INODE_NUMBER || use_lstat) in find_dir_entry()
220 if ( ! use_lstat || ent_sb.st_dev == dot_sb->st_dev) in find_dir_entry()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dpwd.c159 bool use_lstat; in find_dir_entry() local
178 use_lstat = (parent_sb.st_dev != dot_sb->st_dev); in find_dir_entry()
205 if (ino == NOT_AN_INODE_NUMBER || use_lstat) in find_dir_entry()
220 if ( ! use_lstat || ent_sb.st_dev == dot_sb->st_dev) in find_dir_entry()
/dports/mail/mu4e/mu-1.6.4/lib/utils/
H A Dmu-util.c340 mu_util_get_dtype (const char *path, gboolean use_lstat) in mu_util_get_dtype() argument
347 if (use_lstat) in mu_util_get_dtype()
354 use_lstat ? "l" : "", path, g_strerror(errno)); in mu_util_get_dtype()
H A Dmu-util.h280 unsigned char mu_util_get_dtype (const char *path, gboolean use_lstat);
/dports/mail/mu/mu-1.6.4/lib/utils/
H A Dmu-util.c340 mu_util_get_dtype (const char *path, gboolean use_lstat) in mu_util_get_dtype() argument
347 if (use_lstat) in mu_util_get_dtype()
354 use_lstat ? "l" : "", path, g_strerror(errno)); in mu_util_get_dtype()
H A Dmu-util.h280 unsigned char mu_util_get_dtype (const char *path, gboolean use_lstat);
/dports/mail/mu4e/mu-1.6.4/lib/
H A Dmu-maildir.cc48 get_dtype (struct dirent* dentry, const char *path, gboolean use_lstat) in get_dtype() argument
54 if (dentry->d_type == DT_LNK && !use_lstat) in get_dtype()
61 return mu_util_get_dtype (path, use_lstat); in get_dtype()
/dports/mail/mu/mu-1.6.4/lib/
H A Dmu-maildir.cc48 get_dtype (struct dirent* dentry, const char *path, gboolean use_lstat) in get_dtype() argument
54 if (dentry->d_type == DT_LNK && !use_lstat) in get_dtype()
61 return mu_util_get_dtype (path, use_lstat); in get_dtype()
/dports/mail/exim-ldap2/exim-4.95/src/transports/
H A Dappendfile.c1337 BOOL use_lstat = TRUE; in appendfile_transport_entry() local
1639 if ((use_lstat ? Ulstat(filename, &statbuf) : Ustat(filename, &statbuf)) != 0) in appendfile_transport_entry()
1686 (use_lstat ? O_EXCL : 0), mode); in appendfile_transport_entry()
1769 use_lstat = FALSE; in appendfile_transport_entry()
1838 use_lstat = TRUE; in appendfile_transport_entry()
2105 use_lstat = TRUE; /* Reset to use lstat first */ in appendfile_transport_entry()
/dports/mail/exim-sa-exim/exim-4.95/src/transports/
H A Dappendfile.c1337 BOOL use_lstat = TRUE; in appendfile_transport_entry() local
1639 if ((use_lstat ? Ulstat(filename, &statbuf) : Ustat(filename, &statbuf)) != 0) in appendfile_transport_entry()
1686 (use_lstat ? O_EXCL : 0), mode); in appendfile_transport_entry()
1769 use_lstat = FALSE; in appendfile_transport_entry()
1838 use_lstat = TRUE; in appendfile_transport_entry()
2105 use_lstat = TRUE; /* Reset to use lstat first */ in appendfile_transport_entry()
/dports/mail/exim-postgresql/exim-4.95/src/transports/
H A Dappendfile.c1337 BOOL use_lstat = TRUE; in appendfile_transport_entry() local
1639 if ((use_lstat ? Ulstat(filename, &statbuf) : Ustat(filename, &statbuf)) != 0) in appendfile_transport_entry()
1686 (use_lstat ? O_EXCL : 0), mode); in appendfile_transport_entry()
1769 use_lstat = FALSE; in appendfile_transport_entry()
1838 use_lstat = TRUE; in appendfile_transport_entry()
2105 use_lstat = TRUE; /* Reset to use lstat first */ in appendfile_transport_entry()
/dports/mail/exim-monitor/exim-4.95/src/transports/
H A Dappendfile.c1337 BOOL use_lstat = TRUE; in appendfile_transport_entry() local
1639 if ((use_lstat ? Ulstat(filename, &statbuf) : Ustat(filename, &statbuf)) != 0) in appendfile_transport_entry()
1686 (use_lstat ? O_EXCL : 0), mode); in appendfile_transport_entry()
1769 use_lstat = FALSE; in appendfile_transport_entry()
1838 use_lstat = TRUE; in appendfile_transport_entry()
2105 use_lstat = TRUE; /* Reset to use lstat first */ in appendfile_transport_entry()
/dports/mail/exim-mysql/exim-4.95/src/transports/
H A Dappendfile.c1337 BOOL use_lstat = TRUE; in appendfile_transport_entry() local
1639 if ((use_lstat ? Ulstat(filename, &statbuf) : Ustat(filename, &statbuf)) != 0) in appendfile_transport_entry()
1686 (use_lstat ? O_EXCL : 0), mode); in appendfile_transport_entry()
1769 use_lstat = FALSE; in appendfile_transport_entry()
1838 use_lstat = TRUE; in appendfile_transport_entry()
2105 use_lstat = TRUE; /* Reset to use lstat first */ in appendfile_transport_entry()
/dports/mail/exim/exim-4.95/src/transports/
H A Dappendfile.c1337 BOOL use_lstat = TRUE; in appendfile_transport_entry() local
1639 if ((use_lstat ? Ulstat(filename, &statbuf) : Ustat(filename, &statbuf)) != 0) in appendfile_transport_entry()
1686 (use_lstat ? O_EXCL : 0), mode); in appendfile_transport_entry()
1769 use_lstat = FALSE; in appendfile_transport_entry()
1838 use_lstat = TRUE; in appendfile_transport_entry()
2105 use_lstat = TRUE; /* Reset to use lstat first */ in appendfile_transport_entry()
/dports/mail/exim-sqlite/exim-4.95/src/transports/
H A Dappendfile.c1337 BOOL use_lstat = TRUE; in appendfile_transport_entry() local
1639 if ((use_lstat ? Ulstat(filename, &statbuf) : Ustat(filename, &statbuf)) != 0) in appendfile_transport_entry()
1686 (use_lstat ? O_EXCL : 0), mode); in appendfile_transport_entry()
1769 use_lstat = FALSE; in appendfile_transport_entry()
1838 use_lstat = TRUE; in appendfile_transport_entry()
2105 use_lstat = TRUE; /* Reset to use lstat first */ in appendfile_transport_entry()
/dports/archivers/7-zip/7-zip-21.07/CPP/Windows/
H A DFileDir.cpp1049 bool use_lstat = true; in SetFileAttrib_PosixHighDetect() local
1050 if (use_lstat) in SetFileAttrib_PosixHighDetect()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/src/filesystem/
H A Dops.cc260 const bool use_lstat = create_symlinks || skip_symlinks; in copy() local
266 if (use_lstat || copy_symlinks in copy()
273 if (use_lstat in copy()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/src/filesystem/
H A Dops.cc260 const bool use_lstat = create_symlinks || skip_symlinks; in copy() local
266 if (use_lstat || copy_symlinks in copy()
273 if (use_lstat in copy()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/src/filesystem/
H A Dops.cc260 const bool use_lstat = create_symlinks || skip_symlinks; in copy() local
266 if (use_lstat || copy_symlinks in copy()
273 if (use_lstat in copy()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/src/filesystem/
H A Dops.cc260 const bool use_lstat = create_symlinks || skip_symlinks; in copy() local
266 if (use_lstat || copy_symlinks in copy()
273 if (use_lstat in copy()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/src/filesystem/
H A Dops.cc260 const bool use_lstat = create_symlinks || skip_symlinks; in copy() local
266 if (use_lstat || copy_symlinks in copy()
273 if (use_lstat in copy()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/src/filesystem/
H A Dops.cc260 const bool use_lstat = create_symlinks || skip_symlinks; in copy() local
266 if (use_lstat || copy_symlinks in copy()
273 if (use_lstat in copy()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/src/filesystem/
H A Dops.cc260 const bool use_lstat = create_symlinks || skip_symlinks; in copy() local
266 if (use_lstat || copy_symlinks in copy()
273 if (use_lstat in copy()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/src/filesystem/
H A Dops.cc260 const bool use_lstat = create_symlinks || skip_symlinks; in copy() local
266 if (use_lstat || copy_symlinks in copy()
273 if (use_lstat in copy()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/src/filesystem/
H A Dops.cc260 const bool use_lstat = create_symlinks || skip_symlinks; in copy() local
266 if (use_lstat || copy_symlinks in copy()
273 if (use_lstat in copy()

123