HomeSort by: relevance | last modified time | path
    Searched defs:dffd (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_write_disk_posix.c 4243 copy_xattrs(struct archive_write_disk *a, int tmpfd, int dffd)
4298 f = fsetxattr(dffd, xattr_names + xattr_i, xattr_val, s, 0, 0);
4314 copy_acls(struct archive_write_disk *a, int tmpfd, int dffd)
4333 acl_r = acl_set_fd(dffd, dfacl);
4386 int dffd, tmpfd; local
4397 dffd = open(datafork, 0);
4398 if (dffd == -1) {
4406 ret = copy_xattrs(a, tmpfd, dffd);
4409 ret = copy_acls(a, tmpfd, dffd);
4411 close(dffd);
    [all...]

Completed in 26 milliseconds