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

/freebsd-10.2-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 DMakefile59 MLINKS+= pty.3 forkpty.3 pty.3 openpty.3
H A Dlibutil.h112 int openpty(int *_amaster, int *_aslave, char *_name,
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c52 int openpty(int *, int *, char *, struct termios *, struct winsize *);
56 #error where openpty?
99 REQUIRE_ERRNO(openpty(&m, &s, name, &term, NULL), -1);
/freebsd-10.2-release/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_ttypty.c63 RL(openpty(&amaster, &aslave, slavetty, NULL, NULL));
64 (void)printf("tty: openpty master %d slave %d tty '%s'\n",
/freebsd-10.2-release/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_ttypty.c65 RL(openpty(&amaster, &aslave, slavetty, NULL, NULL));
67 (void)printf("tty: openpty master %d slave %d tty '%s'\n",
/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h190 int openpty(int *, int *, char *, struct termios *, struct winsize *);
H A DMakefile.in21 COMPAT=arc4random.o bsd-asprintf.o bsd-closefrom.o bsd-cray.o bsd-cygwin_util.o bsd-getpeereid.o getrrsetbyname-ldns.o bsd-misc.o bsd-nextstep.o bsd-openpty.o bsd-poll.o bsd-setres_id.o bsd-snprintf.o bsd-statvfs.o bsd-waitpid.o fake-rfc2553.o openssl-compat.o xmmap.o xcrypt.o
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-10.2-release/contrib/libreadline/examples/
H A Drlptytest.c311 val = openpty (&masterfd, &slavefd, NULL, NULL, NULL);
/freebsd-10.2-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-10.2-release/crypto/heimdal/lib/roken/
H A Drkpty.c103 if(openpty(&master, &slave, line, 0, 0) == 0)
/freebsd-10.2-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-10.2-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-10.2-release/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c374 if (openpty(amaster, aslave, pty, &tio, NULL) == -1) {
375 syslog(LOG_ERR, "Could not openpty(). %s", strerror(errno));
/freebsd-10.2-release/tests/sys/aio/
H A Daio_test.c501 ATF_REQUIRE_MSG(openpty(&read_fd, &write_fd, NULL, NULL, NULL) == 0,
502 "openpty failed: %s", strerror(errno));
/freebsd-10.2-release/contrib/nvi/ex/
H A Dex_script.c123 if (openpty(&sc->sh_master,
125 msgq(sp, M_SYSERR, "openpty");
/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c372 if(openpty(&master, &slave, line, 0, 0) == 0){
/freebsd-10.2-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-10.2-release/crypto/heimdal/
H A Dconfigure26289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openpty" >&5
26290 $as_echo_n "checking for openpty... " >&6; }
26316 openpty(0,0,0,0,0)
26337 for ac_func in openpty
26339 ac_fn_c_check_func "$LINENO" "openpty" "ac_cv_func_openpty"
26349 # openpty
26350 eval "ac_tr_func=HAVE_`echo openpty | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"

Completed in 219 milliseconds