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

/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dquarantine++.cpp102 check(qtn_file_apply_to_fd(mQtn, fd));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dquarantine++.cpp102 check(qtn_file_apply_to_fd(mQtn, fd));
/macosx-10.10/gnutar-453/gnutar/src/
H A Dextract.c428 qstatus = qtn_file_apply_to_fd(archive_qtn_file, fd);
432 warnx("qtn_file_apply_to_fd: %s", qtn_error(qstatus));
/macosx-10.10/copyfile-118.1.2/
H A Dcopyfile.c66 static int qtn_file_apply_to_fd(void *x, int y) { return 0; } function
1196 int qr = qtn_file_apply_to_fd(s->qinfo, s->dst_fd);
3197 x = qtn_file_apply_to_fd(tqinfo, s->dst_fd);
3199 copyfile_warn("qtn_file_apply_to_fd failed: %s", qtn_error(x));

Completed in 189 milliseconds