Searched refs:fsec_tmp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c3257 filesec_t fsec_tmp; local
3259 if ((fsec_tmp = filesec_init()) == NULL)
3261 else if((error = fstatx_np(s->dst_fd, &sb, fsec_tmp)) < 0)
3263 else if (filesec_set_property(fsec_tmp, FILESEC_ACL, &acl) < 0)
3266 while (fchmodx_np(s->dst_fd, fsec_tmp) < 0)
3282 filesec_free(fsec_tmp);

Completed in 169 milliseconds