Searched refs:fdopendir (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/stand/liblua/
H A Dlstd.h67 #define fdopendir lua_loader_fdopendir macro
79 DIR *fdopendir(int fd);
H A Dlstd.c185 dp = fdopendir(fd);
192 fdopendir(int fd) function
/freebsd-current/usr.sbin/pw/
H A Drm_r.c54 d = fdopendir(dirfd);
H A Dcpdir.c64 if ((d = fdopendir(skelfd)) == NULL) {
/freebsd-current/include/
H A Ddirent.h115 DIR *fdopendir(int);
/freebsd-current/lib/libc/tests/gen/
H A Ddir2_test.c79 dirp = fdopendir(dirfd);
80 ATF_REQUIRE_MSG(dirfd >= 0, "fdopendir failed");
156 dirp = fdopendir(dirfd);
157 ATF_REQUIRE_MSG(dirfd >= 0, "fdopendir failed");
/freebsd-current/tests/sys/fs/fusefs/
H A Dreleasedir.cc76 dir2 = fdopendir(dup(dirfd(dir)));
/freebsd-current/lib/libc/gen/
H A Dscandir.c171 dirp = fdopendir(fd);
H A Dgetcwd.c145 if (!(dir = fdopendir(fd)) || _fstat(_dirfd(dir), &s)) {
H A Dopendir.c62 fdopendir(int fd) function
103 * For the fdopendir() case, the initial seek position must be preserved.
287 * Common routine for opendir(3), __opendir2(3) and fdopendir(3).
340 * fd passed to fdopendir() is a directory.
H A DMakefile.inc331 directory.3 fdopendir.3 \
/freebsd-current/stand/userboot/test/
H A Dtest.c146 tf->tf_u.dir = fdopendir(dir_fd);
215 tf->tf_u.dir = fdopendir(comp_fd);
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_ppsdev.c94 * received via 'fdopendir()'. But for the purpose of 'openat()'
102 if (NULL == (pxdir->dir = fdopendir(pxdir->dfd)))
/freebsd-current/lib/libpam/modules/pam_xdg/
H A Dpam_xdg.c183 dirp = fdopendir(fd);
/freebsd-current/usr.sbin/cpucontrol/
H A Dcpucontrol.c450 dirp = fdopendir(fwdfd);
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c581 adhost->adh_trail_dirfp = fdopendir(adhost->adh_trail_dirfd);
/freebsd-current/usr.sbin/bhyveload/
H A Dbhyveload.c213 cf->cf_u.dir = fdopendir(fd);
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c141 if ((dirp = fdopendir(dirfd)) == NULL) {
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp775 DIR* stream = ::fdopendir(fd);
/freebsd-current/contrib/lib9p/backend/
H A Dfs.c1259 dirp = fdopendir(fd);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c2456 t->d = fdopendir(tree_dup(t->working_dir_fd));
/freebsd-current/contrib/openbsm/
H A Dconfigure13980 for ac_func in arc4random arc4random_buf bzero cap_enter clock_gettime closefrom faccessat fdopendir fstatat ftruncate getresgid getresuid gettimeofday inet_ntoa jail kqueue memset openat pthread_cond_timedwait_relative_np pthread_condattr_setclock pthread_mutex_lock renameat setproctitle sigtimedwait strchr strerror strlcat strlcpy strndup strrchr strstr strtol strtoul unlinkat vis

Completed in 247 milliseconds