Searched refs:source_desc (Results 1 – 1 of 1) sorted by relevance
42 qcopy_acl (const char *src_name, int source_desc, const char *dst_name, in qcopy_acl() argument54 if (HAVE_ACL_GET_FD && source_desc != -1) in qcopy_acl()55 acl = acl_get_fd (source_desc); in qcopy_acl()141 if (HAVE_ACL_GET_FD && source_desc != -1) in qcopy_acl()142 acl = acl_get_fd (source_desc); in qcopy_acl()191 ret = (source_desc < 0 in qcopy_acl()193 : facl_get (source_desc, ACL_NO_TRIVIAL, &aclp)); in qcopy_acl()250 ace_count = (source_desc != -1 in qcopy_acl()251 ? facl (source_desc, ACE_GETACLCNT, 0, NULL) in qcopy_acl()279 if ((source_desc != -1 in qcopy_acl()[all …]