Home
last modified time | relevance | path

Searched refs:clonefileat (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.61.2/libsyscall/wrappers/
H A Dclonefile.c30 return clonefileat(AT_FDCWD, old, AT_FDCWD, new, flags); in clonefile()
/xnu-8792.61.2/bsd/sys/
H A Dclonefile.h46 int clonefileat(int, const char *, int, const char *, uint32_t) __OSX_AVAILABLE(10.12) __IOS_AVAILA…
/xnu-8792.61.2/bsd/man/man2/
H A DMakefile37 clonefileat.2 \
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_syscalls.c8796 clonefileat(__unused proc_t p, struct clonefileat_args *uap, in clonefileat() function