Home
last modified time | relevance | path

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

/coreutils/src/
Dpwd.c157 bool use_lstat; in find_dir_entry() local
176 use_lstat = (parent_sb.st_dev != dot_sb->st_dev); in find_dir_entry()
203 if (ino == NOT_AN_INODE_NUMBER || use_lstat) in find_dir_entry()
218 if ( ! use_lstat || ent_sb.st_dev == dot_sb->st_dev) in find_dir_entry()
Dcopy.c2312 bool use_lstat in copy_internal() local
2319 if (!use_lstat && nonexistent_dst < 0) in copy_internal()
2322 use_lstat ? AT_SYMLINK_NOFOLLOW : 0)) in copy_internal()
2324 have_dst_lstat = use_lstat; in copy_internal()
2329 else if (errno == ELOOP && !use_lstat in copy_internal()