Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/c063/
H A 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()
/freebsd/sys/sys/
H A Dfcntl.h119 #define O_SEARCH O_EXEC macro
123 #define FSEARCH O_SEARCH
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c2201 #elif defined(O_SEARCH) in tree_reopen()
2203 const int o_flag = O_SEARCH; in tree_reopen()
2230 #if defined(O_PATH) || defined(O_SEARCH) || \ in tree_reopen()
H A Darchive_write_disk_posix.c447 #elif defined(O_SEARCH) in la_opendirat()
448 | O_SEARCH in la_opendirat()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_disk_directory_traversals.c1610 #if defined(O_PATH) || defined(O_SEARCH) || \ in test_parent()
1790 #if defined(O_PATH) || defined(O_SEARCH) || \ in test_parent()