Searched refs:_PATH_TTY (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-current/sbin/restore/
H A Dtape.c149 terminal = fopen(_PATH_TTY, "r");
152 _PATH_TTY, strerror(errno));
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c838 t = open(_PATH_TTY, O_RDWR);
H A Dtelnetd.c957 t = open(_PATH_TTY, O_RDWR);
/freebsd-current/usr.sbin/ppp/
H A Dchat.c746 if (open(_PATH_TTY, O_RDWR) != 3)
/freebsd-current/libexec/bootpd/
H A Dbootpd.c386 n = open(_PATH_TTY, O_RDWR);
/freebsd-current/bin/sh/
H A Djobs.c180 if ((ttyfd = open(_PATH_TTY, O_RDWR | O_CLOEXEC)) < 0) {
/freebsd-current/crypto/openssh/
H A Dmisc.c1999 if ((fd = open(_PATH_TTY, O_RDONLY | O_NOCTTY)) >= 0) {

Completed in 144 milliseconds

12