/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 | 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 | 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 | releasedir.cc | 73 dir = opendir(FULLPATH); in TEST_F() 94 dir = opendir(FULLPATH); in TEST_F()
|
H A D | Makefile | 41 GTESTS+= opendir
|
/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/sys/contrib/openzfs/lib/libzutil/os/linux/ |
H A D | zutil_device_path_os.c | 246 dp = opendir("/sys/bus/pci/slots/"); in zfs_get_pci_slots_sys_path() 334 dp = opendir(tmp1); in zfs_get_enclosure_sysfs_path() 457 dp = opendir(tmp); in dm_get_underlying_path()
|
/freebsd/lib/libc/gen/ |
H A D | opendir.c | 50 opendir(const char *name) in opendir() function
|
H A D | scandir-compat11.c | 69 if ((dirp = opendir(dirname)) == NULL) in freebsd11_scandir()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIOPosix.cpp | 61 DIR *D = opendir(Dir.c_str()); in ListFilesInDirRecursive() 86 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 | 154 if (opendir(fpath) == NULL) in main()
|
/freebsd/lib/libsecureboot/ |
H A D | veta.c | 80 if (!(dh = opendir(trust))) in trust_dir_add()
|
/freebsd/stand/liblua/ |
H A D | lstd.h | 66 #define opendir lua_loader_opendir 78 DIR *opendir(const char *name);
|
/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/include/ |
H A D | dirent.h | 114 DIR *opendir(const char *);
|
/freebsd/contrib/ntp/tests/libntp/ |
H A D | realpath.c | 67 DIR * dfs = opendir("/dev"); in test_DevLinks()
|
/freebsd/sys/contrib/openzfs/cmd/zed/ |
H A D | zed_file.c | 127 if ((fddir = opendir(PROC_SELF_FD)) != NULL) { in zed_file_close_from()
|
/freebsd/crypto/openssl/crypto/ |
H A D | LPdir_unix.c | 112 (*ctx)->dir = opendir(directory); in LP_find_file()
|
/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()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-closefrom.c | 138 if (len > 0 && (size_t)len < sizeof(fdpath) && (dirp = opendir(fdpath))) { in closefrom()
|
/freebsd/contrib/wireguard-tools/ |
H A D | ipc-uapi-unix.h | 99 dir = opendir(SOCK_PATH); in userspace_get_wireguard_interfaces()
|
/freebsd/lib/libfetch/ |
H A D | file.c | 130 if ((dir = opendir(u->doc)) == NULL) { in fetchListFile()
|