Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c1351 # ifndef CLONE_ACL in copy_reg()
1352 # define CLONE_ACL 0 /* Added in macOS 12.6. */ in copy_reg() macro
1379 | (x->preserve_mode ? CLONE_ACL : 0) in copy_reg()
1383 if (s != 0 && (fc_flags & CLONE_ACL) && errno == EINVAL) in copy_reg()
1385 fc_flags &= ~CLONE_ACL; in copy_reg()
1413 && (!x->preserve_mode || (fc_flags & CLONE_ACL) in copy_reg()