Searched refs:grantpt (Results 1 - 9 of 9) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DPseudoTerminal.cpp89 if (::grantpt (m_master_fd) < 0)
/external/lldb/source/Utility/
H A DPseudoTerminal.cpp101 if (::grantpt (m_master_fd) < 0)
/external/bison/darwin-lib/
H A Dstdlib.h580 _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 Dstdlib.h580 _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 Dstdlib.in.h258 _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/chromium_org/chromeos/process_proxy/
H A Dprocess_proxy.cc200 if (grantpt(pt_pair_[PT_MASTER_FD]) != 0 ||
/external/qemu/slirp/
H A Dmisc.c180 grantpt(master) < 0 ||
/external/qemu/slirp-android/
H A Dmisc.c160 grantpt(master) < 0 ||
/external/qemu/
H A Dqemu-char.c872 if (grantpt(mfd) == -1 || unlockpt(mfd) == -1)

Completed in 291 milliseconds