| /freebsd/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_dir.c | 72 dp = opendir("t"); in ATF_TC_BODY() 154 dp = opendir("."); in ATF_TC_BODY() 163 dp = opendir("."); in ATF_TC_BODY()
|
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | opendir.cc | 66 in.body.opendir.flags == flags); in expect_opendir() 158 TEST_F(Opendir, opendir) in TEST_F() argument 171 EXPECT_NE(nullptr, opendir(FULLPATH)) << strerror(errno); in TEST_F()
|
| H A D | readdir.cc | 93 dir = opendir(FULLPATH); in TEST_F() 138 dir = opendir(FULLPATH); in TEST_F() 315 dir = opendir(FULLPATH); in TEST_F() 350 dir = opendir(FULLPATH); in TEST_F() 418 dir = opendir(FULLPATH); in TEST_F() 470 dir = opendir(FULLPATH); in TEST_F() 509 dir = opendir(FULLPATH); in TEST_F()
|
| H A D | releasedir.cc | 73 dir = opendir(FULLPATH); in TEST_F() 94 dir = opendir(FULLPATH); in TEST_F()
|
| /freebsd/stand/liblua/ |
| H A D | lstd.h | 66 #define opendir lua_loader_opendir macro 78 DIR *opendir(const char *name);
|
| /freebsd/contrib/pam-krb5/tests/module/ |
| H A D | cache-cleanup-t.c | 57 tmpdir = opendir(tmppath); in main() 82 tmpdir = opendir(tmppath); in main()
|
| /freebsd/usr.sbin/cron/cron/ |
| H A D | database.c | 78 if (!(dir = opendir(syscrontabs[i].name))) in load_database() 125 if (!(dir = opendir(syscrontabs[i].name))) { in load_database() 149 if (!(dir = opendir(SPOOL_DIR))) { in load_database()
|
| /freebsd/lib/libc/tests/gen/ |
| H A D | opendir_test.c | 62 ATF_REQUIRE((dirp = opendir("dir")) != NULL); in ATF_TC_BODY() 79 ATF_REQUIRE((dirp = opendir("fifo")) == NULL); in ATF_TC_BODY()
|
| /freebsd/lib/libc/gen/ |
| H A D | opendir.c | 43 opendir(const char *name) in opendir() function
|
| H A D | scandir-compat11.c | 69 if ((dirp = opendir(dirname)) == NULL) in freebsd11_scandir()
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_device_path_os.c | 248 dp = opendir("/sys/bus/pci/slots/"); in zfs_get_pci_slots_sys_path() 337 dp = opendir(tmp1); in zfs_get_enclosure_sysfs_path() 460 dp = opendir(tmp); in dm_get_underlying_path()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIOPosix.cpp | 62 DIR *D = opendir(Dir.c_str()); in ListFilesInDirRecursive() 87 DIR *D = opendir(Dir.c_str()); in IterateDirRecursive()
|
| /freebsd/share/examples/sunrpc/dir/ |
| H A D | dir_proc.c | 25 dirp = opendir(*dirname);
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | cp_files.c | 23 sdir = opendir(argv[1]); in main()
|
| H A D | mkbusy.c | 155 if (opendir(fpath) == NULL) in main()
|
| /freebsd/lib/libsecureboot/ |
| H A D | veta.c | 80 if (!(dh = opendir(trust))) in trust_dir_add()
|
| /freebsd/contrib/ntp/tests/libntp/ |
| H A D | realpath.c | 67 DIR * dfs = opendir("/dev"); in test_DevLinks()
|
| /freebsd/contrib/tcsh/ |
| H A D | tw.init.c | 220 if ((dirp = opendir(short2str(*pv))) == NULL) in tw_cmd_cmd() 419 tw_cmd_state.dfd = opendir("."); in tw_cmd_next() 425 tw_cmd_state.dfd = opendir(short2str(*tw_cmd_state.pathv)); in tw_cmd_next() 748 if ((tw_dir_fd = opendir(short2str(*tw_env))) != NULL) in tw_file_next()
|
| /freebsd/sys/contrib/openzfs/cmd/zed/ |
| H A D | zed_file.c | 128 if ((fddir = opendir(PROC_SELF_FD)) != NULL) { in zed_file_close_from()
|
| /freebsd/include/ |
| H A D | dirent.h | 114 DIR *opendir(const char *);
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | dir_filenames.c | 117 dir = opendir(dirname); in k5_dir_filenames()
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | LPdir_unix.c | 112 (*ctx)->dir = opendir(directory); in LP_find_file()
|
| /freebsd/crypto/openssl/util/platform_symbols/ |
| H A D | unix-symbols.txt | 82 opendir
|
| /freebsd/usr.sbin/lpr/lpq/ |
| H A D | lpq.c | 165 if ((dirp = opendir(spooldir)) == NULL) in ckqueue()
|
| /freebsd/tools/build/cross-build/ |
| H A D | closefrom.c | 144 dirp = opendir(path); in closefrom_procfs()
|