Searched refs:fchdir (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/tests/vfs/ |
| H A D | resolve_beneath.c | 222 T_ASSERT_POSIX_SUCCESS(fchdir(test_fd), "Changing directory to %s/%s", testdir, TEST_DIR); 603 T_ASSERT_POSIX_SUCCESS(fchdir(test_fd), "Changing directory to %s/%s", testdir, TEST_DIR); 662 T_ASSERT_POSIX_SUCCESS(fchdir(test_fd), "Changing directory to %s/%s", testdir, TEST_DIR); 715 T_ASSERT_POSIX_SUCCESS(fchdir(test_fd), "Changing directory to %s/%s", testdir, TEST_DIR); 769 T_ASSERT_POSIX_SUCCESS(fchdir(test_fd), "Changing directory to %s/%s", testdir, TEST_DIR); 830 T_ASSERT_POSIX_SUCCESS(fchdir(test_fd), "Changing directory to %s/%s", testdir, TEST_DIR); 918 T_ASSERT_POSIX_SUCCESS(fchdir(test_fd), "Changing directory to %s/%s", testdir, TEST_DIR); 1013 T_ASSERT_POSIX_SUCCESS(fchdir(test_fd), "Changing directory to %s/%s", testdir, TEST_DIR); 1110 T_ASSERT_POSIX_SUCCESS(fchdir(test_fd), "Changing directory to %s/%s", testdir, TEST_DIR);
|
| /xnu-12377.1.9/bsd/man/man2/ |
| H A D | Makefile | 48 fchdir.2 \
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | file_internal.h | 567 int fchdir(proc_t p, vfs_context_t ctx, int fd, bool per_thread);
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_syscalls.c | 4347 fchdir(proc_t p, vfs_context_t ctx, int fd, bool per_thread) in fchdir() function 4461 return fchdir(p, vfs_context_current(), uap->fd, false); in sys_fchdir() 4467 return fchdir(p, vfs_context_current(), uap->fd, true); in __pthread_fchdir()
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_exec.c | 3150 error = fchdir(p, imgp->ip_vfs_context, in exec_handle_file_actions()
|