Searched refs:O_SEARCH (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/c063/ |
H A D | t_o_search.c | 56 #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 D | fcntl.h | 119 #define O_SEARCH O_EXEC macro 123 #define FSEARCH O_SEARCH
|
/freebsd/contrib/libder/tests/ |
H A D | make_corpus.c | 109 dirfd = open(seed_dir, O_SEARCH); in main()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_disk_posix.c | 2201 #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 D | archive_write_disk_posix.c | 447 #elif defined(O_SEARCH) in la_opendirat() 448 | O_SEARCH in la_opendirat()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_disk_directory_traversals.c | 1610 #if defined(O_PATH) || defined(O_SEARCH) || \ in test_parent() 1776 * equivalent (e.g. O_PATH on Linux or O_SEARCH on SunOS), because in test_parent() 1790 #if defined(O_PATH) || defined(O_SEARCH) || \ in test_parent()
|