Searched refs:posix_openpt (Results 1 - 6 of 6) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DPseudoTerminal.cpp82 m_master_fd = ::posix_openpt (oflag);
/external/lldb/source/Utility/
H A DPseudoTerminal.cpp92 m_master_fd = ::posix_openpt (oflag);
/external/bison/darwin-lib/
H A Dstdlib.h767 _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");
/external/bison/linux-lib/
H A Dstdlib.h767 _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");
/external/bison/lib/
H A Dstdlib.in.h445 _GL_FUNCDECL_SYS (posix_openpt, int, (int flags));
447 _GL_CXXALIAS_SYS (posix_openpt, int, (int flags));
448 _GL_CXXALIASWARN (posix_openpt);
450 # undef posix_openpt
452 _GL_WARN_ON_USE (posix_openpt, "posix_openpt is not portable - "
453 "use gnulib module posix_openpt for portability");
/external/autotest/client/deps/fakemodem/src/
H A Dfakemodem.c290 masterfd = posix_openpt (O_RDWR | O_NOCTTY);

Completed in 56 milliseconds