Home
last modified time | relevance | path

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

/xnu-10063.141.1/tests/vfs/
H A Do_search.c83 fd = openat(tmpdir_fd, TEST_FILE, O_EXEC);
90 fd = openat(tmpdir_fd, TEST_FILE, O_SEARCH);
95 T_ASSERT_POSIX_SUCCESS(fd = openat(tmpdir_fd, TEST_FILE, O_EXEC), NULL);
H A Dfreeable_vnodes.c133 T_ASSERT_POSIX_SUCCESS(fd = openat(dir_fd, filepath, O_CREAT | O_RDWR, 0666), NULL); in run_vnoder()
/xnu-10063.141.1/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-10063.141.1/bsd/sys/
H A Dfcntl.h814 int openat(int, const char *, int, ...) __DARWIN_NOCANCEL(openat) __OSX_AVAILABLE_STARTING(__MA…
/xnu-10063.141.1/bsd/man/man2/
H A DMakefile150 openat.2 \
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_syscalls.c5148 openat(proc_t p, struct openat_args *uap, int32_t *retval) in openat() function