Home
last modified time | relevance | path

Searched refs:O_SEARCH (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/tests/lib/libc/c063/
Dt_o_search.c56 #if defined(__FreeBSD__) || (O_MASK & O_SEARCH) != 0
115 ATF_REQUIRE((dfd = open(DIR, O_RDONLY|O_SEARCH, 0)) != -1); in ATF_TC_BODY()
147 ATF_REQUIRE((dfd = open(DIR, O_RDONLY|O_SEARCH, 0)) != -1); in ATF_TC_BODY()
209 ATF_REQUIRE((dfd = open(DIR, O_RDONLY|O_SEARCH, 0)) != -1); in ATF_TC_BODY()
239 ATF_REQUIRE((dfd = open(DIR, O_RDONLY|O_SEARCH, 0)) != -1); in ATF_TC_BODY()
268 ATF_REQUIRE((dfd = open(FILE, O_CREAT|O_SEARCH, 0644)) != -1); in ATF_TC_BODY()
290 ATF_REQUIRE((dfd = open(DIR, O_SEARCH, 0)) != -1); in ATF_TC_BODY()
308 ATF_REQUIRE((dfd = open(DIR, O_SEARCH, 0)) != -1); in ATF_TC_BODY()
329 ATF_REQUIRE((dfd = open(DIR, O_SEARCH, 0)) != -1); in ATF_TC_BODY()
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dtarget-newlib-open.c71 #ifdef O_SEARCH
72 { "O_SEARCH", O_SEARCH, 0x400000 },
/netbsd/src/sys/sys/
Dfcntl.h119 #define O_SEARCH 0x00800000 /* skip search permission checks */ macro
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_read_disk_posix.c2211 #elif defined(O_SEARCH) in tree_reopen()
2213 const int o_flag = O_SEARCH; in tree_reopen()
2240 #if defined(O_PATH) || defined(O_SEARCH) || \ in tree_reopen()
Darchive_write_disk_posix.c487 #elif defined(O_SEARCH) in la_opendirat()
488 | O_SEARCH in la_opendirat()
/netbsd/src/sys/kern/
Dvfs_syscalls.c1765 if (open_flags & O_SEARCH) { in do_open()
1766 open_flags &= ~(int)O_SEARCH; in do_open()
2176 if (oflags & O_SEARCH) { in dofhopen()
2177 oflags &= ~(int)O_SEARCH; in dofhopen()
/netbsd/src/external/bsd/libarchive/dist/libarchive/test/
Dtest_read_disk_directory_traversals.c1610 #if defined(O_PATH) || (defined(O_SEARCH) && !defined(__NetBSD__)) || \ in test_parent()