Home
last modified time | relevance | path

Searched refs:openpty (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/tools/test/stress2/testcases/pty/
H A Dpty.c63 if (openpty(&m[i], &s[i], slname, NULL, NULL) == -1) in test()
72 if (openpty(&m[0], &s[0], slname, NULL, NULL) == -1) in test()
79 if (openpty(&master, &slave, slname, NULL, NULL) == -1) in test()
94 if (openpty(&master, &slave, slname, NULL, NULL) == -1) in test()
/freebsd/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); in ATF_TC_BODY()
/freebsd/lib/libutil/
H A Dpty.c47 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty() function
92 if (openpty(&master, &slave, name, termp, winp) == -1) in forkpty()
H A DMakefile65 MLINKS+=pty.3 forkpty.3 pty.3 openpty.3
H A Dlibutil.h119 int openpty(int *_amaster, int *_aslave, char *_name,
/freebsd/tests/sys/kern/
H A Dtty_pts.c16 #define newpty(masterp, slavep) openpty((masterp), (slavep), NULL, NULL, NULL)
/freebsd/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_ttypty.c63 RL(openpty(&amaster, &aslave, slavetty, NULL, NULL)); in h_check()
/freebsd/tools/test/stress2/misc/
H A Dpts.sh120 if (openpty(&master, &slave, slname, NULL, NULL) == -1)
/freebsd/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_ttypty.c65 RL(openpty(&amaster, &aslave, slavetty, NULL, NULL)); in h_check()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-openpty.c132 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty() function
H A DMakefile.in81 bsd-openpty.o \
H A Dopenbsd-compat.h250 int openpty(int *, int *, char *, struct termios *, struct winsize *);
/freebsd/crypto/openssh/
H A Dsshpty.c71 i = openpty(ptyfd, ttyfd, NULL, NULL, NULL); in pty_allocate()
H A Dconfigure.ac1536 AC_SEARCH_LIBS([openpty], [util bsd])
1538 AC_CHECK_FUNCS([fmt_scaled scan_scaled login logout openpty updwtmp logwtmp])
2479 dnl make sure that openpty does not reacquire controlling terminal
2481 AC_MSG_CHECKING([if openpty correctly handles controlling tty])
2509 openpty(&ptyfd, &ttyfd, NULL, NULL, NULL);
/freebsd/contrib/unifdef/tests/
H A Dxterm.expout22 #include <libutil.h> /* openpty() */
/freebsd/usr.bin/script/
H A Dscript.c214 if (openpty(&master, &slave, NULL, NULL, NULL) == -1) in main()
217 if (openpty(&master, &slave, NULL, &tt, &win) == -1) in main()
/freebsd/crypto/heimdal/lib/roken/
H A Drkpty.c103 if(openpty(&master, &slave, line, 0, 0) == 0) in open_pty()
/freebsd/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c376 if (openpty(amaster, aslave, pty, &tio, NULL) == -1) { in sppd_ttys_open()
/freebsd/contrib/nvi/ex/
H A Dex_script.c121 if (openpty(&sc->sh_master, in sscr_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1332 INTERCEPTOR(int, openpty, int *aparent, int *aworker, char *name, in INTERCEPTOR() argument
1336 int res = REAL(openpty)(aparent, aworker, name, termp, winp); in INTERCEPTOR()
1343 #define MSAN_MAYBE_INTERCEPT_OPENPTY INTERCEPT_FUNCTION(openpty)
/freebsd/contrib/nvi/
H A DCMakeLists.txt126 check_function_exists(openpty UTIL_IN_LIBC)
/freebsd/crypto/heimdal/appl/telnet/
H A DChangeLog194 * telnetd/sys_term.c: rewrite getpty to make use openpty when its
356 * telnetd/sys_term.c (getpty): call openpty if it exists
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c372 if(openpty(&master, &slave, line, 0, 0) == 0){ in getpty()
/freebsd/tests/sys/aio/
H A Daio_test.c668 ATF_REQUIRE_MSG(openpty(&read_fd, &write_fd, NULL, NULL, NULL) == 0, in aio_pty_test()
/freebsd/crypto/heimdal/
H A DChangeLog.2001209 * configure.in: check for openpty

12