Home
last modified time | relevance | path

Searched refs:opendir (Results 1 – 25 of 174) sorted by relevance

1234567

/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_dir.c72 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 Dreaddir.cc93 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 Dopendir.cc66 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 Dreleasedir.cc73 dir = opendir(FULLPATH); in TEST_F()
94 dir = opendir(FULLPATH); in TEST_F()
H A DMakefile41 GTESTS+= opendir
/freebsd/usr.sbin/cron/cron/
H A Ddatabase.c78 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 Dzutil_device_path_os.c246 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 Dopendir.c50 opendir(const char *name) in opendir() function
H A Dscandir-compat11.c69 if ((dirp = opendir(dirname)) == NULL) in freebsd11_scandir()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp61 DIR *D = opendir(Dir.c_str()); in ListFilesInDirRecursive()
86 DIR *D = opendir(Dir.c_str()); in IterateDirRecursive()
/freebsd/share/examples/sunrpc/dir/
H A Ddir_proc.c25 dirp = opendir(*dirname);
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dcp_files.c23 sdir = opendir(argv[1]); in main()
H A Dmkbusy.c154 if (opendir(fpath) == NULL) in main()
/freebsd/lib/libsecureboot/
H A Dveta.c80 if (!(dh = opendir(trust))) in trust_dir_add()
/freebsd/stand/liblua/
H A Dlstd.h66 #define opendir lua_loader_opendir
78 DIR *opendir(const char *name);
/freebsd/contrib/tcsh/
H A Dtw.init.c220 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 Ddirent.h114 DIR *opendir(const char *);
/freebsd/contrib/ntp/tests/libntp/
H A Drealpath.c67 DIR * dfs = opendir("/dev"); in test_DevLinks()
/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_file.c127 if ((fddir = opendir(PROC_SELF_FD)) != NULL) { in zed_file_close_from()
/freebsd/crypto/openssl/crypto/
H A DLPdir_unix.c112 (*ctx)->dir = opendir(directory); in LP_find_file()
/freebsd/usr.sbin/lpr/lpq/
H A Dlpq.c165 if ((dirp = opendir(spooldir)) == NULL) in ckqueue()
/freebsd/tools/build/cross-build/
H A Dclosefrom.c144 dirp = opendir(path); in closefrom_procfs()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-closefrom.c138 if (len > 0 && (size_t)len < sizeof(fdpath) && (dirp = opendir(fdpath))) { in closefrom()
/freebsd/contrib/wireguard-tools/
H A Dipc-uapi-unix.h99 dir = opendir(SOCK_PATH); in userspace_get_wireguard_interfaces()
/freebsd/lib/libfetch/
H A Dfile.c130 if ((dir = opendir(u->doc)) == NULL) { in fetchListFile()

1234567