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

/haiku-fatelf/headers/build/host/darwin/
H A Ddirent.h10 DIR* fdopendir(int fd);
/haiku-fatelf/src/bin/coreutils/lib/
H A Ddirent.in.h64 # undef fdopendir macro
65 # define fdopendir rpl_fdopendir macro
73 extern DIR *fdopendir (int fd);
76 # undef fdopendir macro
77 # define fdopendir(f) \ macro
78 (GL_LINK_WARNING ("fdopendir is unportable - " \
79 "use gnulib module fdopendir for portability"), \
80 fdopendir (f))
H A Ddirent.h103 # undef fdopendir
104 # define fdopendir rpl_fdopendir
112 extern DIR *fdopendir (int fd);
115 # undef fdopendir macro
116 # define fdopendir(f) \ macro
117 (GL_LINK_WARNING ("fdopendir is unportable - " \
118 "use gnulib module fdopendir for portability"), \
119 fdopendir (f))
H A Dfdopendir.c1 /* provide a replacement fdopendir function
37 <http://www.google.com/search?q=fdopendir+site:docs.sun.com>
43 Otherwise, this function works just like Solaris' fdopendir.
49 implementation does not guarantee that dirfd(fdopendir(n))==n;
53 fdopendir (int fd) function
116 # undef fdopendir macro
118 /* Like fdopendir, but work around GNU/Hurd bug by validating FD. */
131 return fdopendir (fd);
H A Dopendir-safer.c41 /* If fdopendir is native (as on Linux), then it is safe to
42 assume dirfd(fdopendir(n))==n. If we are using the
43 gnulib module fdopendir, then this guarantee is not met,
44 but fdopendir recursively calls opendir_safer up to 3
45 times to at least get a safe fd. If fdopendir is not
53 newdp = fdopendir (f);
H A Dsavedir.c129 return savedirstream (fdopendir (fd));
H A Dgetcwd.c231 dirstream = fdopendir (fd);
234 /* Reset fd. It may have been closed by fdopendir. */
H A Dgnulib.mk735 ## begin gnulib module fdopendir
738 EXTRA_DIST += fdopendir.c openat-priv.h openat-proc.c
740 EXTRA_libcoreutils_a_SOURCES += fdopendir.c openat-proc.c
742 ## end gnulib module fdopendir
H A Dfts.c309 dirp = fdopendir (new_fd);
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dopenat.h70 # define fdopendir __OPENAT_ID (fdopendir) macro
72 DIR *fdopendir (int fd);
H A Dsavedir.c135 return savedirstream (fdopendir (fd));
H A Dopenat.c161 <http://www.google.com/search?q=fdopendir+site:docs.sun.com>
166 Otherwise, this function works just like Solaris' fdopendir.
173 fdopendir (int fd) function
H A Dgetcwd.c235 dirstream = fdopendir (fd);
238 /* Reset fd. It may have been closed by fdopendir. */
/haiku-fatelf/headers/posix/
H A Ddirent.h35 DIR* fdopendir(int fd);
/haiku-fatelf/src/system/libroot/posix/
H A Ddirent.c126 fdopendir(int fd) function
139 // to fdopendir() without changing its state (like for other *at()
/haiku-fatelf/src/bin/coreutils/src/
H A Dsystem.h342 dirp = fdopendir (fd);
/haiku-fatelf/src/build/libroot/
H A Dfs_darwin.cpp214 fdopendir(int fd) function
/haiku-fatelf/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp1062 // we need to clone the directory FD for fdopendir()
1070 DIR* dir = fdopendir(clonedFD);
1715 // we need to clone the directory FD for fdopendir()
1723 DIR* dir = fdopendir(clonedFD);
/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp1543 DIR* subDir = fdopendir(fd);
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure3199 as_fn_append ac_func_list " fdopendir"
21107 gl_LIBOBJS="$gl_LIBOBJS fdopendir.$ac_objext"
21114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fdopendir works" >&5
21115 $as_echo_n "checking whether fdopendir works... " >&6; }
21133 return !!fdopendir (fd);
21163 gl_LIBOBJS="$gl_LIBOBJS fdopendir.$ac_objext"
[all...]

Completed in 189 milliseconds