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

123

/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/ppp-727.90.1/Documentation/scripts/
H A Dppp-on-rsh66 # And execute pppd with the pty option, specifying rsh client as the
70 pty '$RSH_LOC $PPPD_RHOST $PPPD_LOC $REM_IP:$LOC_IP $PPPD_IPV6 file $PPPD_REM_OPT' \
H A Dppp-on-ssh67 # And execute pppd with the pty option, specifying ssh client as the
74 pty '$SSH_LOC -c none $PPPD_RHOST $PPPD_LOC $REM_IP:$LOC_IP $PPPD_IPV6 file $PPPD_REM_OPT' \
/macosx-10.9.5/xnu-2422.115.4/bsd/man/man4/
H A DMakefile33 pty.4 \
/macosx-10.9.5/xnu-2422.115.4/bsd/conf/
H A DMASTER467 pseudo-device pty 512 init pty_init # <xlarge>
468 pseudo-device pty 256 init pty_init # <large>
469 pseudo-device pty 128 init pty_init # <medium>
470 pseudo-device pty 48 init pty_init # <small>
471 pseudo-device pty 16 init pty_init # <xsmall>
472 pseudo-device pty 8 init pty_init # <bsmall>
/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/emacs-92/emacs/src/
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/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/remote_cmds-41.90.1/telnetd.tproj/
H A Dsys_term.c151 struct termios termbuf, termbuf2; /* pty control structure */
420 * Allocate a pty. As a side effect, the external character
423 * Returns the file descriptor of the opened pty.
903 * Open the slave side of the pty, and do any initialization
996 * Leave the pty open so that we can write out the rlogin
1000 if (pty > 2) {
1001 (void) close(pty);
1002 pty = -1;
1012 * Open the specified slave side of the pty,
1041 * is necessary to startup the login process on the slave side of the pty
[all...]
/macosx-10.9.5/screen-22/screen/
H A Dtty.sh75 # include <sys/pty.h>
1067 return 0; /* pty close will ungrab */
1090 Msg(errno, "%s: could not open detach pty master", rc_name);
1095 Msg(errno, "%s: could not open detach pty slave", rc_name);
1174 Msg(errno, "%s: could not open detach pty master", rc_name);
1179 Msg(errno, "%s: could not open detach pty slave", rc_name);
H A DMakefile.in56 termcap.c input.c attacher.c pty.c process.c display.c comm.c \
61 termcap.o input.o attacher.o pty.o process.o display.o comm.o \
305 pty.o: pty.c config.h screen.h os.h osdef.h ansi.h acls.h comm.h \
H A Dpty.c50 # include <sys/pty.h>
76 /* used for opening a new pty-pair: */
82 static char TtyProto[] = "/dev/pty/ttyXY";
367 /* Hack to ensure that the slave side of the pty is
/macosx-10.9.5/vim-53/src/
H A DMake_ro.mak106 o.pty: c.pty
H A Dpty.c12 * Copied from "pty.c". "putenv.c" was used for putenv() in misc2.c.
97 # include <sys/pty.h>
153 * pty on others. Needs to be tuned...
203 /* used for opening a new pty-pair: */
254 /* used for opening a new pty-pair: */
286 /* used for opening a new pty-pair: */
323 /* used for opening a new pty-pair: */
354 static char TtyProto[] = "/dev/pty/ttyXY";
371 /* used for opening a new pty-pair: */
401 /* Hack to ensure that the slave side of the pty i
[all...]
H A DMakefile1153 GTK_SRC = gui.c gui_gtk.c gui_gtk_x11.c pty.c gui_gtk_f.c \
1156 objects/pty.o objects/gui_gtk_f.o \
1170 MOTIF_SRC = gui.c gui_motif.c gui_x11.c pty.c gui_beval.c \
1173 objects/pty.o objects/gui_beval.o \
1193 #ATHENA_SRC = gui.c gui_athena.c gui_x11.c pty.c gui_beval.c gui_at_fs.c
1195 # objects/pty.o objects/gui_beval.o objects/gui_at_fs.o
1199 ATHENA_SRC = gui.c gui_athena.c gui_x11.c pty.c gui_beval.c \
1202 objects/pty.o objects/gui_beval.o \
1219 NEXTAW_SRC = gui.c gui_athena.c gui_x11.c pty.c gui_beval.c gui_at_fs.c
1221 objects/pty
[all...]
/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/sudo-72/src/
H A Dget_pty.c55 # include <pty.h>
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dxkibitz63 spawn -pty -noecho
/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 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/tcl-102/tcl_ext/expect/expect/
H A Dpty_unicos.c48 #include <sys/pty.h>
85 char *name; /* name of pty */
174 fprintf(stderr,"exp_init_pty: couldn't allocate pty array\n");
219 (void) sprintf(linep, "/dev/pty/%03d", npty);
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dconf.c135 #include <pty.h>
/macosx-10.9.5/Security-55471.14.18/regressions/inc/IPC/
H A DRun3.pm134 redirects, pty support).
643 pty support

Completed in 370 milliseconds

123