Searched refs:openat (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.141.1/tests/vfs/ |
| H A D | o_search.c | 83 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 D | freeable_vnodes.c | 133 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 D | open-base.c | 119 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 D | fcntl.h | 814 int openat(int, const char *, int, ...) __DARWIN_NOCANCEL(openat) __OSX_AVAILABLE_STARTING(__MA…
|
| /xnu-10063.141.1/bsd/man/man2/ |
| H A D | Makefile | 150 openat.2 \
|
| /xnu-10063.141.1/bsd/vfs/ |
| H A D | vfs_syscalls.c | 5148 openat(proc_t p, struct openat_args *uap, int32_t *retval) in openat() function
|