Home | History | Annotate | Download | only in import

Lines Matching refs:fdopendir

238 #   undef fdopendir
239 # define fdopendir rpl_fdopendir
241 _GL_FUNCDECL_RPL (fdopendir, DIR *,
244 _GL_CXXALIAS_RPL (fdopendir, DIR *, (int fd));
247 _GL_FUNCDECL_SYS (fdopendir, DIR *,
251 _GL_CXXALIAS_SYS (fdopendir, DIR *, (int fd));
253 _GL_CXXALIASWARN (fdopendir);
255 # if @GNULIB_CLOSEDIR@ && __GNUC__ >= 11 && !defined fdopendir
256 /* For -Wmismatched-dealloc: Associate fdopendir with closedir or
258 _GL_FUNCDECL_SYS (fdopendir, DIR *,
263 # undef fdopendir
265 _GL_WARN_ON_USE (fdopendir, "fdopendir is unportable - "
266 "use gnulib module fdopendir for portability");