Home
last modified time | relevance | path

Searched refs:grantpt (Results 1 – 19 of 19) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/
DPseudoTerminal.cpp28 int grantpt(int fd) { return 0; } in grantpt() function
116 if (::grantpt (m_master_fd) < 0) in OpenFirstAvailableMaster()
/freebsd-10-stable/contrib/libreadline/examples/rlfe/
Dpty.c251 int unlockpt __P((int)), grantpt __P((int));
270 if ((m = ptsname(f)) == NULL || grantpt(f) || unlockpt(f))
Dconfigure.in245 AC_TRY_LINK([],[ptsname(0);grantpt(0);unlockpt(0);],[AC_DEFINE(HAVE_SVR4_PTYS)
Dconfig.h.in351 * device and support the ptsname(), grantpt(), unlockpt() functions.
Dconfigure3495 ptsname(0);grantpt(0);unlockpt(0);
/freebsd-10-stable/lib/libc/stdlib/
Dptsname.c68 __strong_reference(__isptmaster, grantpt);
DSymbol.map32 grantpt;
DMakefile.inc41 MLINKS+=ptsname.3 grantpt.3 ptsname.3 unlockpt.3
/freebsd-10-stable/lib/libutil/
Dpty.c63 if (grantpt(master) == -1) in openpty()
/freebsd-10-stable/crypto/openssh/openbsd-compat/
Dbsd-openpty.c107 if (grantpt(ptm) < 0) in openpty()
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/ttyio/
Dt_ptm.c148 REQUIRE_ERRNO(grantpt(fdm), -1); in ATF_TC_BODY()
/freebsd-10-stable/include/
Dstdlib.h204 int grantpt(int);
/freebsd-10-stable/contrib/netbsd-tests/kernel/
Dt_pty.c139 if (grantpt(fd) == -1) in pty_open()
/freebsd-10-stable/crypto/heimdal/lib/roken/
Drkpty.c121 grantpt(master); in open_pty()
/freebsd-10-stable/contrib/telnet/telnetd/
Dsys_term.c395 if (grantpt(p) == -1) in getpty()
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
Dsys_term.c401 grantpt(p); in getpty()
/freebsd-10-stable/crypto/heimdal/include/
Dconfig.h.in469 /* Define to 1 if you have the `grantpt' function. */
/freebsd-10-stable/crypto/heimdal/
Dconfigure26504 grantpt \
/freebsd-10-stable/
DObsoleteFiles.inc1886 # 20080823: removal of unneeded pt_chown, to implement grantpt(3)