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

  /bionic/libc/bionic/
pty.cpp 38 return posix_openpt(O_RDWR|O_NOCTTY);
45 int posix_openpt(int flags) { function
  /external/bison/darwin-lib/
stdlib.h 767 _GL_FUNCDECL_SYS (posix_openpt, int, (int flags));
769 _GL_CXXALIAS_SYS (posix_openpt, int, (int flags));
770 _GL_CXXALIASWARN (posix_openpt);
772 # undef posix_openpt macro
774 _GL_WARN_ON_USE (posix_openpt, "posix_openpt is not portable - "
775 "use gnulib module posix_openpt for portability");
    [all...]
  /external/bison/linux-lib/
stdlib.h 767 _GL_FUNCDECL_SYS (posix_openpt, int, (int flags));
769 _GL_CXXALIAS_SYS (posix_openpt, int, (int flags));
770 _GL_CXXALIASWARN (posix_openpt);
772 # undef posix_openpt macro
774 _GL_WARN_ON_USE (posix_openpt, "posix_openpt is not portable - "
775 "use gnulib module posix_openpt for portability");
    [all...]

Completed in 52 milliseconds