Searched refs:pty (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp660 lldb_utility::PseudoTerminal pty; local
673 if (pty.OpenFirstAvailableMaster(O_RDWR|O_NOCTTY, NULL, 0))
674 slave_name = pty.GetSlaveName (NULL, 0);
765 if (pty.GetMasterFileDescriptor() != lldb_utility::PseudoTerminal::invalid_fd)
766 SetSTDIOFileDescriptor (pty.ReleaseMasterFileDescriptor());
/freebsd-10.0-release/share/man/man4/
H A DMakefile375 pty.4 \
/freebsd-10.0-release/sys/modules/
H A DMakefile277 pty \
/freebsd-10.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec515 - pull cvs patch to add session initialization to no-pty sessions
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp9065 if (const BuiltinType *pty = LHSExpr->getType()->getAsPlaceholderType()) {
9067 if (pty->getKind() == BuiltinType::PseudoObject &&
9072 if (pty->getKind() == BuiltinType::Overload) {
9093 if (const BuiltinType *pty = RHSExpr->getType()->getAsPlaceholderType()) {
9096 if (Opc == BO_Assign && pty->getKind() == BuiltinType::Overload) {
9107 if (pty->getKind() == BuiltinType::Overload &&
9343 if (const BuiltinType *pty = Input->getType()->getAsPlaceholderType()) {
9345 if (pty->getKind() == BuiltinType::PseudoObject &&
9356 (pty->getKind() == BuiltinType::Overload ||
9357 pty
[all...]
/freebsd-10.0-release/contrib/libreadline/examples/rlfe/
H A Dconfigure806 --with-pty-mode=mode default mode for ptys
807 --with-pty-group=group default group for ptys
3838 ptys=`echo $pdir/pty??`
3842 if test "$ptys" != "$pdir/pty??" ; then
3856 # Check whether --with-pty-mode or --without-pty-mode was given.
3862 # Check whether --with-pty-group or --without-pty-group was given.
3939 echo "- pty mode: $ptymode, group: $ptygrp" 1>&6
4061 echo "- pty mod
[all...]
/freebsd-10.0-release/crypto/heimdal/
H A Dconfigure25904 pty.h \
25918 sys/pty.h \
/freebsd-10.0-release/contrib/ncurses/
H A Dconfigure14184 for cf_header in pty.h libutil.h util.h
/freebsd-10.0-release/crypto/openssh/
H A Dconfigure6251 pty.h \
/freebsd-10.0-release/contrib/ncurses/misc/
H A Dterminfo.src4341 pty|4bsd pseudo teletype,

Completed in 714 milliseconds

12