Searched refs:unlockpt (Results 1 - 10 of 10) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DPseudoTerminal.cpp96 if (::unlockpt (m_master_fd) < 0)
/external/lldb/source/Utility/
H A DPseudoTerminal.cpp110 if (::unlockpt (m_master_fd) < 0)
/external/bison/darwin-lib/
H A Dstdlib.h1203 _GL_FUNCDECL_SYS (unlockpt, int, (int fd));
1205 _GL_CXXALIAS_SYS (unlockpt, int, (int fd));
1206 _GL_CXXALIASWARN (unlockpt);
1208 # undef unlockpt macro
1210 _GL_WARN_ON_USE (unlockpt, "unlockpt is not portable - "
1211 "use gnulib module unlockpt for portability");
/external/bison/linux-lib/
H A Dstdlib.h1203 _GL_FUNCDECL_SYS (unlockpt, int, (int fd));
1205 _GL_CXXALIAS_SYS (unlockpt, int, (int fd));
1206 _GL_CXXALIASWARN (unlockpt);
1208 # undef unlockpt macro
1210 _GL_WARN_ON_USE (unlockpt, "unlockpt is not portable - "
1211 "use gnulib module unlockpt for portability");
/external/bison/lib/
H A Dstdlib.in.h881 _GL_FUNCDECL_SYS (unlockpt, int, (int fd));
883 _GL_CXXALIAS_SYS (unlockpt, int, (int fd));
884 _GL_CXXALIASWARN (unlockpt);
886 # undef unlockpt
888 _GL_WARN_ON_USE (unlockpt, "unlockpt is not portable - "
889 "use gnulib module unlockpt for portability");
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_proxy.cc201 unlockpt(pt_pair_[PT_MASTER_FD]) != 0) {
/external/qemu/slirp/
H A Dmisc.c181 unlockpt(master) < 0 ||
/external/qemu/slirp-android/
H A Dmisc.c161 unlockpt(master) < 0 ||
/external/ppp/pppd/
H A Dsys-solaris.c2760 if (unlockpt(mfd) < 0)
/external/qemu/
H A Dqemu-char.c872 if (grantpt(mfd) == -1 || unlockpt(mfd) == -1)

Completed in 2283 milliseconds