Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs163 pub type copyfile_flags_t = u32; typedef
4914 pub const COPYFILE_ACL: crate::copyfile_flags_t = 1 << 0;
4915 pub const COPYFILE_STAT: crate::copyfile_flags_t = 1 << 1;
4916 pub const COPYFILE_XATTR: crate::copyfile_flags_t = 1 << 2;
4917 pub const COPYFILE_DATA: crate::copyfile_flags_t = 1 << 3;
4922 pub const COPYFILE_EXCL: crate::copyfile_flags_t = 1 << 17;
4925 pub const COPYFILE_MOVE: crate::copyfile_flags_t = 1 << 20;
4927 pub const COPYFILE_NOFOLLOW: crate::copyfile_flags_t =
4929 pub const COPYFILE_PACK: crate::copyfile_flags_t = 1 << 22;
5895 flags: copyfile_flags_t, in copyfile() argument
[all …]
/rust-libc-0.2.174/libc-test/semver/
H A Dapple.txt1917 copyfile_flags_t