/freebsd/tools/test/stress2/testcases/pty/ |
H A D | pty.c | 63 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 D | t_ttyio.c | 52 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 D | pty.c | 47 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 D | Makefile | 64 MLINKS+=pty.3 forkpty.3 pty.3 openpty.3
|
H A D | libutil.h | 119 int openpty(int *_amaster, int *_aslave, char *_name,
|
/freebsd/tests/sys/kern/ |
H A D | tty_pts.c | 16 #define newpty(masterp, slavep) openpty((masterp), (slavep), NULL, NULL, NULL)
|
/freebsd/contrib/netbsd-tests/kernel/kqueue/write/ |
H A D | t_ttypty.c | 63 RL(openpty(&amaster, &aslave, slavetty, NULL, NULL)); in h_check()
|
/freebsd/tools/test/stress2/misc/ |
H A D | pts.sh | 120 if (openpty(&master, &slave, slname, NULL, NULL) == -1)
|
/freebsd/contrib/netbsd-tests/kernel/kqueue/read/ |
H A D | t_ttypty.c | 65 RL(openpty(&amaster, &aslave, slavetty, NULL, NULL)); in h_check()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-openpty.c | 132 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty() function
|
H A D | Makefile.in | 81 bsd-openpty.o \
|
H A D | openbsd-compat.h | 250 int openpty(int *, int *, char *, struct termios *, struct winsize *);
|
/freebsd/crypto/openssh/ |
H A D | sshpty.c | 71 i = openpty(ptyfd, ttyfd, NULL, NULL, NULL); in pty_allocate()
|
H A D | configure.ac | 1544 AC_SEARCH_LIBS([openpty], [util bsd]) 1546 AC_CHECK_FUNCS([fmt_scaled scan_scaled login logout openpty updwtmp logwtmp]) 2484 dnl make sure that openpty does not reacquire controlling terminal 2486 AC_MSG_CHECKING([if openpty correctly handles controlling tty]) 2514 openpty(&ptyfd, &ttyfd, NULL, NULL, NULL);
|
/freebsd/contrib/unifdef/tests/ |
H A D | xterm.expout | 22 #include <libutil.h> /* openpty() */
|
/freebsd/usr.bin/script/ |
H A D | script.c | 214 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 D | rkpty.c | 103 if(openpty(&master, &slave, line, 0, 0) == 0) in open_pty()
|
/freebsd/usr.bin/bluetooth/rfcomm_sppd/ |
H A D | rfcomm_sppd.c | 376 if (openpty(amaster, aslave, pty, &tio, NULL) == -1) { in sppd_ttys_open()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_script.c | 121 if (openpty(&sc->sh_master, in sscr_init()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1332 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 D | CMakeLists.txt | 125 check_function_exists(openpty UTIL_IN_LIBC)
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | ChangeLog | 194 * 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 D | sys_term.c | 372 if(openpty(&master, &slave, line, 0, 0) == 0){ in getpty()
|
/freebsd/tests/sys/aio/ |
H A D | aio_test.c | 668 ATF_REQUIRE_MSG(openpty(&read_fd, &write_fd, NULL, NULL, NULL) == 0, in aio_pty_test()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2001 | 209 * configure.in: check for openpty
|