Home
last modified time | relevance | path

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

/xnu-8019.80.24/libsyscall/wrappers/
H A Dopen-base.c119 openat(int fd, const char *path, int oflag, ...) in openat() function
122 openat$NOCANCEL(int fd, const char *path, int oflag, ...) in openat()
/xnu-8019.80.24/bsd/sys/
H A Dfcntl.h783 int openat(int, const char *, int, ...) __DARWIN_NOCANCEL(openat) __OSX_AVAILABLE_STARTING(__MA…
/xnu-8019.80.24/bsd/man/man2/
H A DMakefile147 openat.2 \
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_syscalls.c4616 openat(proc_t p, struct openat_args *uap, int32_t *retval) in openat() function