Home | History | Annotate | Download | only in import

Lines Matching refs:fdopendir

1 /* provide a replacement fdopendir function
43 /* Replacement for POSIX fdopendir.
57 Otherwise, this function works just like POSIX fdopendir.
69 fdopendir (int fd)
101 fdopendir (int fd)
124 /* Like fdopendir, except that if OLDER_DUPFD is not -1, it is known
172 /* Like fdopendir, except the result controls a clone of FD. It is
231 # undef fdopendir
233 /* Like fdopendir, but work around GNU/Hurd bug by validating FD. */
246 return fdopendir (fd);