Searched refs:pty (Results 1 - 25 of 57) sorted by path

123

/macosx-10.9.5/CPANInternal-140/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm5043 my ($pty, $ssh, @lines);
5050 $pty = &spawn("ssh", "-l", $user, $host); # spawn() defined below
5054 $ssh = new Net::Telnet (-fhopen => $pty,
5078 my($pid, $pty, $tty, $tty_fd);
5082 $pty = new IO::Pty
5095 $tty = $pty->slave;
5097 close $pty;
5110 $pty;
5121 my ($pty, $passwd);
5126 $pty
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Telnet/lib/Net/
H A DTelnet.pm5043 my ($pty, $ssh, @lines);
5050 $pty = &spawn("ssh", "-l", $user, $host); # spawn() defined below
5054 $ssh = new Net::Telnet (-fhopen => $pty,
5078 my($pid, $pty, $tty, $tty_fd);
5082 $pty = new IO::Pty
5095 $tty = $pty->slave;
5097 close $pty;
5110 $pty;
5121 my ($pty, $passwd);
5126 $pty
[all...]
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dchat2.pl125 local($pty,$tty) = &_getpty(S,TTY);
126 die "Cannot find a new pty" unless defined $pty;
347 # ($pty,$tty) = $chat'_getpty(PTY,TTY):
348 # internal procedure to get the next available pty.
349 # opens pty on handle PTY, and matching tty on handle TTY.
350 # returns undef if can't find a pty.
351 # Modify "/dev/pty" to "/dev/pts" for Dell Unix v2.2 (aka SVR4.04). Joe Doupnik.
357 local($pty, $tty, $kind);
361 $kind = "pty"; ## BS
[all...]
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DReadKey.pm146 OS will probably send a SIGWINCH signal to anything reading that tty or pty.
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dtelnetd.h122 #include <pty.h>
161 #include <sys/pty.h>
/macosx-10.9.5/Heimdal-323.92.1/
H A Dconfigure24611 pty.h \
24625 sys/pty.h \
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Drkpty.c48 #include <pty.h>
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dconfigure6084 pty.h \
H A Dsshpty.c42 # include <pty.h>
57 * Allocates and opens a pty. Returns 0 if no pty could be allocated, or
58 * nonzero if a pty was successfully allocated. On success, open file
59 * descriptors for the pty and tty sides and the name of the tty side are
186 /* Changes the window size associated with the pty. */
/macosx-10.9.5/OpenSSH-186/openssh/contrib/redhat/
H A Dopenssh.spec515 - pull cvs patch to add session initialization to no-pty sessions
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-openpty.c58 # include <pty.h>
79 * pty's automagically when needed
137 /* AIX-style pty code. */
162 snprintf(ptbuf, sizeof(ptbuf), "/dev/pty/%03d", i);
176 /* BSD-style pty code. */
187 snprintf(ptbuf, sizeof(ptbuf), "/dev/pty%c%c",
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DfeeECDSA.c196 giant pty; // pt->y local
262 pty = borrowGiant(cp->maxDigits);
265 pt.y = pty;
300 gtog(cp->y1Plus, pty);
375 returnGiant(pty);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DfeeECDSA.c196 giant pty; // pt->y local
262 pty = borrowGiant(cp->maxDigits);
265 pt.y = pty;
300 gtog(cp->y1Plus, pty);
375 returnGiant(pty);
/macosx-10.9.5/Security-55471.14.18/regressions/inc/IPC/
H A DRun3.pm134 redirects, pty support).
643 pty support
/macosx-10.9.5/emacs-92/emacs/
H A Dconfigure6527 termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dtermcap.src3014 pty|4bsd pseudo teletype:\
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtramp.el1507 ;; Logging in to a remote host normally requires obtaining a pty. But
1509 ;; so on those systems Tramp doesn't obtain a pty. Here, we allow
1516 :type '(choice (const nil) (const t) (const pty)))
/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.c218 /* t means use pty, nil means use a pipe,
397 /* Maximum number of bytes to send to a pty without an eof. */
406 #include <pty.h>
408 /* The file name of the pty opened by allocate_pty. */
527 /* Open an available pty, returning a file descriptor.
529 The file name of the terminal corresponding to the pty
549 sprintf (pty_name, "/dev/pty%c%x", c, i);
961 not the name of the pty that Emacs uses to talk with that terminal. */)
1248 The value is nil for a pipe, t or `pty' for a pty, o
[all...]
H A Dsystty.h124 #include <sys/pty.h>
139 #include <sys/pty.h>
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dpty.sh20 : : generated by mkptytests from "posix-sh-*-c.pty" : :
23 # in the pty dialogue
37 whence -q pty || { lineno=$LINENO; err_exit "pty command not found -- tests skipped"; exit 0; }
46 PS1=':test-!: ' PS2='> ' PS4=': ' ENV= EXINIT= HISTFILE= TERM=dumb VISUAL=vi LC_ALL=C pty --dialogue --messages='/dev/fd/1' $SHELL |
53 if ! pty $bintrue < /dev/null
54 then err_exit pty command hangs on $bintrue -- tests skipped
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemas.c20101 xmlSchemaTypePtr tx, ty, ptx, pty; local
20109 pty = xmlSchemaGetPrimitiveType(ty);
20119 if (ptx != pty)
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/llvm/
H A Dllvm.mli539 (** [address_space pty] returns the address space qualifier of the pointer type
540 [pty]. See the method [llvm::PointerType::getAddressSpace]. *)
H A Dllvm_ocaml.c61 #define DEFINE_ITERATORS(camlname, cname, pty, cty, pfun) \
63 CAMLprim value llvm_##camlname##_begin(pty Mom) { \
79 CAMLprim value llvm_##camlname##_end(pty Mom) { \
/macosx-10.9.5/ncurses-42/ncurses/
H A Dconfigure14188 for cf_header in pty.h libutil.h util.h
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Dterminfo.src4341 pty|4bsd pseudo teletype,

Completed in 1279 milliseconds

123