/freebsd/tools/test/stress2/misc/ |
H A D | pty.sh | 41 kldstat -v | grep -q pty || { kldload pty || exit 0; } 45 sed '1,/^EOF/d' < $here/$0 > pty.c 46 mycc -o pty -Wall -Wextra -O2 pty.c || exit 1 47 rm -f pty.c 49 su $testuser -c /tmp/pty 51 rm -f /tmp/pty 114 pty(void) 155 pty(); function
|
H A D | write2.sh | 40 kldstat | grep -q pty.ko || kldload pty.ko
|
H A D | badcode.sh | 38 kldstat -v | grep -q pty || kldload pty # ignore any load failure
|
H A D | pty2.sh | 40 kldstat -v | grep -q pty || { kldload pty || exit 0; }
|
H A D | vnodes.sh | 35 kldstat -v | grep -q pty || { kldload pty || exit 0; }
|
H A D | pts2.sh | 33 kldstat -v | grep -q pty || { kldload pty || exit 0; }
|
H A D | full.sh | 38 kldstat -v | grep -q pty || kldload pty # ignore any load failure
|
H A D | fpclone.sh | 38 kldstat -v | grep -q pty || { kldload pty || exit 0; } 64 cd ..; ./run.sh pty.cfg
|
H A D | pts3.sh | 35 kldstat -v | grep -q pty || { kldload pty || exit 0; }
|
H A D | openlock.sh | 38 kldstat -v | grep -q pty || { kldload pty || exit 0; }
|
H A D | dev2.sh | 43 kldstat -v | grep -q pty || { kldload pty || exit 0; }
|
H A D | posix_openpt2.sh | 112 pty(void) 141 pty(); function
|
H A D | pts.sh | 112 pty(void) 140 pty(); function
|
H A D | dev3.sh | 39 kldstat -v | grep -q pty || { kldload pty || exit 0; }
|
/freebsd/sys/modules/pty/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/pty 3 KMOD= pty 4 SRCS= pty.c
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_pty.c | 58 int pty; in run() local 67 pty = pty_open(); in run() 68 child = child_spawn(ptsname(pty)); in run() 86 if ((size = write(pty, dbuf, buffer_size)) == -1) { in run() 103 (void)close(pty); in run()
|
/freebsd/lib/libutil/ |
H A D | Makefile | 19 pidfile.c property.c pty.c pw_scan.c pw_util.c quotafile.c \ 36 property.3 pty.3 quotafile.3 realhostname.3 realhostname_sa.3 \ 64 MLINKS+=pty.3 forkpty.3 pty.3 openpty.3
|
/freebsd/crypto/openssh/regress/unittests/authopt/testdata/ |
H A D | mktestdata.sh | 22 -Opermit-pty -Opermit-user-rc -Opermit-X11-forwarding 27 sign no_pty.cert -Ono-pty 33 sign only_pty.cert -Oclear -Opermit-pty
|
/freebsd/tools/test/stress2/ |
H A D | pty.cfg | 6 export TESTPROGS="testcases/pty/pty"
|
/freebsd/lib/libulog/ |
H A D | utempter.c | 66 addToUtmp(const char *pty __unused, const char *host, int fd) in addToUtmp() 80 removeLineFromUtmp(const char *pty __unused, int fd) in removeLineFromUtmp()
|
/freebsd/contrib/netbsd-tests/lib/libc/ttyio/ |
H A D | t_ptm.c | 128 char *pty; in ATF_TC_BODY() local 150 REQUIRE_ERRNO((pty = ptsname(fdm)), NULL); in ATF_TC_BODY() 152 REQUIRE_ERRNO((fds = open(pty, O_RDWR|O_NOCTTY)), -1); in ATF_TC_BODY()
|
/freebsd/lib/libutil/tests/ |
H A D | forkpty_test.c | 27 int prevfd, fd, pty; in ATF_TC_BODY() local 38 pid = forkpty(&pty, NULL, NULL, NULL); in ATF_TC_BODY()
|
/freebsd/usr.bin/bluetooth/rfcomm_sppd/ |
H A D | rfcomm_sppd.c | 371 char pty[PATH_MAX]; in sppd_ttys_open() local 376 if (openpty(amaster, aslave, pty, &tio, NULL) == -1) { in sppd_ttys_open() 381 if ((*tty = strdup(pty)) == NULL) { in sppd_ttys_open()
|
/freebsd/tools/test/stress2/testcases/pty/ |
H A D | Makefile | 1 PROG= pty
|
/freebsd/tools/test/stress2/testcases/ |
H A D | Makefile | 14 pty \
|