Lines Matching full:ptsname
462 # undef ptsname
463 # define ptsname rpl_ptsname
465 _GL_FUNCDECL_RPL (ptsname, char *, (int fd));
466 _GL_CXXALIAS_RPL (ptsname, char *, (int fd));
469 _GL_FUNCDECL_SYS (ptsname, char *, (int fd));
471 _GL_CXXALIAS_SYS (ptsname, char *, (int fd));
473 _GL_CXXALIASWARN (ptsname);
475 # undef ptsname
477 _GL_WARN_ON_USE (ptsname, "ptsname is not portable - "
478 "use gnulib module ptsname for portability");