HomeSort by relevance Sort by last modified time
    Searched defs:ptsname (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
pty.cpp 49 char* ptsname(int fd) { function
  /external/bison/darwin-lib/
stdlib.h 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 macro
799 _GL_WARN_ON_USE (ptsname, "ptsname is not portable -
    [all...]
  /external/bison/linux-lib/
stdlib.h 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 macro
799 _GL_WARN_ON_USE (ptsname, "ptsname is not portable -
    [all...]

Completed in 187 milliseconds