Searched refs:openpty (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/lib/libutil/
H A Dpty.c53 openpty(int *amaster, int *aslave, char *name, struct termios *termp, function
98 if (openpty(&master, &slave, name, termp, winp) == -1)
H A DMakefile39 MLINKS+= pty.3 openpty.3 pty.3 forkpty.3
H A Dlibutil.h112 int openpty(int *_amaster, int *_aslave, char *_name,
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h190 int openpty(int *, int *, char *, struct termios *, struct winsize *);
H A Dbsd-openpty.c2 * Please note: this implementation of openpty() is far from complete.
73 openpty(int *amaster, int *aslave, char *name, struct termios *termp, function
/freebsd-9.3-release/contrib/libreadline/examples/
H A Drlptytest.c311 val = openpty (&masterfd, &slavefd, NULL, NULL, NULL);
/freebsd-9.3-release/usr.bin/script/
H A Dscript.c182 if (openpty(&master, &slave, NULL, &tt, &win) == -1)
183 err(1, "openpty");
185 if (openpty(&master, &slave, NULL, NULL, NULL) == -1)
186 err(1, "openpty");
/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A Dpty.c323 if (openpty(&f, &s, TtyName, NULL, NULL) != 0)
H A Dconfigure3641 for ac_func in openpty
3740 echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
3741 echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
3760 char openpty ();
3764 openpty (); function
/freebsd-9.3-release/crypto/openssh/
H A Dsshpty.c66 /* openpty(3) exists in OSF/1 and some other os'es */
70 i = openpty(ptyfd, ttyfd, NULL, NULL, NULL);
72 error("openpty: %.100s", strerror(errno));
77 fatal("openpty returns device for which ttyname fails.");
H A Dconfigure9214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing openpty" >&5
9215 $as_echo_n "checking for library containing openpty... " >&6; }
9229 char openpty ();
9233 return openpty ();
9326 for ac_func in fmt_scaled scan_scaled login logout openpty updwtmp logwtmp
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if openpty correctly handles controlling tty" >&5
11451 $as_echo_n "checking if openpty correctly handles controlling tty... " >&6; }
11486 openpty(&ptyfd, &ttyfd, NULL, NULL, NULL);
/freebsd-9.3-release/tools/regression/aio/aiotest/
H A Daiotest.c535 if (openpty(&read_fd, &write_fd, NULL, NULL, NULL) < 0)
536 errx(-1, "FAIL: aio_pty_test: openpty: %s", strerror(errno));
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c365 if(openpty(&master, &slave, line, 0, 0) == 0){
/freebsd-9.3-release/contrib/ncurses/
H A Dconfigure14121 echo "$as_me:14121: checking for openpty in -lutil" >&5
14122 echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
14138 char openpty ();
14142 openpty (); function
14176 echo "$as_me:14176: checking for openpty header" >&5
14177 echo $ECHO_N "checking for openpty header... $ECHO_C" >&6
14196 int x = openpty((int *)0, (int *)0, (char *)0,
/freebsd-9.3-release/crypto/heimdal/
H A Dconfigure[all...]

Completed in 402 milliseconds