Searched refs:grantpt (Results 1 - 8 of 8) sorted by relevance
/external/lldb/tools/debugserver/source/ |
H A D | PseudoTerminal.cpp | 89 if (::grantpt (m_master_fd) < 0)
|
/external/lldb/source/Utility/ |
H A D | PseudoTerminal.cpp | 101 if (::grantpt (m_master_fd) < 0)
|
/external/bison/darwin-lib/ |
H A D | stdlib.h | 580 _GL_FUNCDECL_SYS (grantpt, int, (int fd)); 582 _GL_CXXALIAS_SYS (grantpt, int, (int fd)); 583 _GL_CXXALIASWARN (grantpt); 585 # undef grantpt macro 587 _GL_WARN_ON_USE (grantpt, "grantpt is not portable - " 588 "use gnulib module grantpt for portability");
|
/external/bison/linux-lib/ |
H A D | stdlib.h | 580 _GL_FUNCDECL_SYS (grantpt, int, (int fd)); 582 _GL_CXXALIAS_SYS (grantpt, int, (int fd)); 583 _GL_CXXALIASWARN (grantpt); 585 # undef grantpt macro 587 _GL_WARN_ON_USE (grantpt, "grantpt is not portable - " 588 "use gnulib module grantpt for portability");
|
/external/bison/lib/ |
H A D | stdlib.in.h | 258 _GL_FUNCDECL_SYS (grantpt, int, (int fd)); 260 _GL_CXXALIAS_SYS (grantpt, int, (int fd)); 261 _GL_CXXALIASWARN (grantpt); 263 # undef grantpt 265 _GL_WARN_ON_USE (grantpt, "grantpt is not portable - " 266 "use gnulib module grantpt for portability");
|
/external/openssh/openbsd-compat/ |
H A D | bsd-openpty.c | 107 if (grantpt(ptm) < 0)
|
/external/sl4a/ScriptingLayerForAndroid/jni/ |
H A D | com_googlecode_android_scripting_Exec.cpp | 44 if (grantpt(ptm) || unlockpt(ptm) ||
|
/external/autotest/client/deps/fakemodem/src/ |
H A D | fakemodem.c | 293 || grantpt (masterfd) == -1
|
Completed in 237 milliseconds