Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/
H A Dcopyfile.h41 typedef uint32_t copyfile_flags_t; typedef
55 int copyfile(const char *from, const char *to, copyfile_state_t state, copyfile_flags_t flags);
56 int fcopyfile(int from_fd, int to_fd, copyfile_state_t, copyfile_flags_t flags);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/
H A Dcopyfile.h41 typedef uint32_t copyfile_flags_t; typedef
55 int copyfile(const char *from, const char *to, copyfile_state_t state, copyfile_flags_t flags);
56 int fcopyfile(int from_fd, int to_fd, copyfile_state_t, copyfile_flags_t flags);
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/libc/src/unix/bsd/apple/
H A Dmod.rs132 pub type copyfile_flags_t = u32; typedef
4618 pub const COPYFILE_ACL: ::copyfile_flags_t = 1 << 0;
4619 pub const COPYFILE_STAT: ::copyfile_flags_t = 1 << 1;
4620 pub const COPYFILE_XATTR: ::copyfile_flags_t = 1 << 2;
4621 pub const COPYFILE_DATA: ::copyfile_flags_t = 1 << 3;
4625 pub const COPYFILE_CHECK: ::copyfile_flags_t = 1 << 16;
4626 pub const COPYFILE_EXCL: ::copyfile_flags_t = 1 << 17;
4629 pub const COPYFILE_MOVE: ::copyfile_flags_t = 1 << 20;
4632 pub const COPYFILE_PACK: ::copyfile_flags_t = 1 << 22;
5314 flags: copyfile_flags_t, in copyfile() argument
[all …]
/dports/lang/tcl85/tcl8.5.19/macosx/
H A DtclMacOSXFCmd.c29 copyfile_flags_t flags) WEAK_IMPORT_ATTRIBUTE;
/dports/lang/tcl86/tcl8.6.12/macosx/
H A DtclMacOSXFCmd.c29 copyfile_state_t state, copyfile_flags_t flags)
/dports/lang/tcl87/tcl8.7a5/macosx/
H A DtclMacOSXFCmd.c29 copyfile_state_t state, copyfile_flags_t flags)
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/unix/
H A Dfs.rs1334 type copyfile_flags_t = u32; in copy() typedef
1341 flags: copyfile_flags_t, in copy() argument
/dports/archivers/maxcso/maxcso-1.10.0/libuv/src/unix/
H A Dfs.c786 copyfile_flags_t flags; in uv__fs_copyfile()
/dports/lang/nim/nim-1.6.2/lib/pure/
H A Dos.nim1796 copyfile_flags_t = cint
1799 …proc c_copyfile(src, dst: cstring, state: copyfile_state_t, flags: copyfile_flags_t): cint {.impo…
1802 COPYFILE_DATA {.nodecl.}: copyfile_flags_t
1803 COPYFILE_XATTR {.nodecl.}: copyfile_flags_t