Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c2209 mode_t dst_mode_bits; in copy_internal() local
2897 dst_mode_bits = (x->set_mode ? x->mode : src_mode) & CHMOD_MODE_BITS; in copy_internal()
2899 (dst_mode_bits in copy_internal()
2942 mode_t mode = dst_mode_bits & ~omitted_permissions; in copy_internal()
3105 x, dst_mode_bits & S_IRWXUGO, in copy_internal()