Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c1538 mode_t temporary_mode = sb.st_mode | extra_permissions; in copy_reg() local
1539 if (temporary_mode != sb.st_mode in copy_reg()
1540 && (fchmod_or_lchmod (dest_desc, dst_dirfd, dst_relname, temporary_mode) in copy_reg()