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

Lines Matching defs:ptsname

784 #   undef ptsname
785 # define ptsname rpl_ptsname
787 _GL_FUNCDECL_RPL (ptsname, char *, (int fd));
788 _GL_CXXALIAS_RPL (ptsname, char *, (int fd));
791 _GL_FUNCDECL_SYS (ptsname, char *, (int fd));
793 _GL_CXXALIAS_SYS (ptsname, char *, (int fd));
795 _GL_CXXALIASWARN (ptsname);
797 # undef ptsname
799 _GL_WARN_ON_USE (ptsname, "ptsname is not portable - "
800 "use gnulib module ptsname for portability");