Home | History | Annotate | Download | only in linux-lib

Lines Matching full:fdopen

493 #   undef fdopen
494 # define fdopen rpl_fdopen
496 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode)
498 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode));
500 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode));
502 _GL_CXXALIASWARN (fdopen);
504 # undef fdopen
505 /* Assume fdopen is always declared. */
506 _GL_WARN_ON_USE (fdopen, "fdopen on native Windows platforms is not POSIX compliant - "
507 "use gnulib module fdopen for portability");