Searched refs:O_SEARCH (Results 1 – 11 of 11) sorted by relevance
| /xnu-12377.61.12/tests/vfs/ |
| H A D | devfs_nested_subdirs.c | 71 T_QUIET; T_ASSERT_POSIX_SUCCESS((parentdirfd = open(mount_path, O_SEARCH, 0777)), in create_nested_subdirs() 79 T_QUIET; T_ASSERT_POSIX_SUCCESS((dirfd = openat(parentdirfd, dir, O_SEARCH)), in create_nested_subdirs() 133 T_QUIET; T_ASSERT_POSIX_SUCCESS((rootdirfd = open(mount_path, O_SEARCH, 0777)), 138 T_QUIET; T_ASSERT_POSIX_SUCCESS((todirfd = open(todirpath, O_SEARCH, 0777)),
|
| H A D | o_search.c | 17 #define O_SEARCH (O_EXEC | O_DIRECTORY) macro 77 T_ASSERT_POSIX_SUCCESS(tmpdir_fd = open(tmpdir, O_SEARCH), NULL); 90 fd = openat(tmpdir_fd, TEST_FILE, O_SEARCH);
|
| H A D | sandbox_appledouble_write.c | 118 …T_ASSERT_POSIX_SUCCESS((fd = open(testdir, O_SEARCH, 0777)), "Opening test root directory %s", tes… 126 …T_EXPECT_POSIX_SUCCESS((testdirfd = open(testdir_path, O_SEARCH, 0777)), "Opening test root direct…
|
| H A D | union_getdirentries.c | 109 …T_ASSERT_POSIX_SUCCESS((testdir_fd = open(testdir, O_SEARCH, 0777)), "Opening test root directory …
|
| H A D | sandbox_fstat.c | 132 …T_ASSERT_POSIX_SUCCESS((fd = open(testdir, O_SEARCH, 0777)), "Opening test root directory '%s'", t…
|
| H A D | resolve_namespace.c | 116 …T_ASSERT_POSIX_SUCCESS((testdir_fd = open(testdir, O_SEARCH, 0777)), "Opening test root directory … in setup() 121 …T_ASSERT_POSIX_SUCCESS((test_fd = openat(testdir_fd, TEST_DIR, O_SEARCH, 0777)), "Opening test dir… in setup()
|
| H A D | named_fork_path.c | 113 …T_ASSERT_POSIX_SUCCESS((fd = open(testdir, O_SEARCH, 0777)), "Opening test root directory %s", tes…
|
| H A D | linkat_flags.c | 136 T_ASSERT_POSIX_SUCCESS((fd = open(testdir, O_SEARCH, 0777)), "Opening the test root directory");
|
| H A D | resolve_beneath.c | 113 …T_ASSERT_POSIX_SUCCESS((testdir_fd = open(testdir, O_SEARCH, 0777)), "Opening test root directory … in setup() 117 …T_ASSERT_POSIX_SUCCESS((test_fd = openat(testdir_fd, TEST_DIR, O_SEARCH, 0777)), "Opening test dir… in setup() 172 T_ASSERT_POSIX_SUCCESS((root_fd = open("/", O_SEARCH, 0777)), "Opening the root directory"); 1232 …T_ASSERT_POSIX_SUCCESS((underfd = open(race_mount_path, O_SEARCH, 0777)), "Opening mount point %s"…
|
| H A D | unique.c | 87 …T_ASSERT_POSIX_SUCCESS((testdir_fd = open(testdir, O_SEARCH, 0777)), "Opening test root directory … in setup()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | fcntl.h | 187 #define O_SEARCH (O_EXEC | O_DIRECTORY) /* open directory for search only */ macro
|