Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c2605 struct stat tmp_buf; in copy_internal() local
2608 : fstatat (dst_dirfd, drelname, &tmp_buf, AT_SYMLINK_NOFOLLOW) < 0 in copy_internal()
2609 ? nullptr : &tmp_buf); in copy_internal()