Searched refs:faccessat (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.121.6/bsd/sys/ |
| H A D | unistd.h | 210 int faccessat(int, const char *, int, int) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0);
|
| /xnu-11417.121.6/bsd/man/man2/ |
| H A D | Makefile | 47 faccessat.2 \
|
| /xnu-11417.121.6/tests/vfs/ |
| H A D | longpaths.c | 333 int rc = faccessat(AT_FDCWD, path, F_OK, 0); in test_faccessat() 1113 SYSCALL_TEST(faccessat, common_errno_off, common_errno_on)
|
| /xnu-11417.121.6/bsd/vfs/ |
| H A D | vfs_syscalls.c | 7084 faccessat(__unused proc_t p, struct faccessat_args *uap, in faccessat() function
|