Searched refs:_PATH_TTY (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/external/bsd/nvi/usr.bin/nvi/
H A Dpathnames.h47 #ifndef _PATH_TTY
48 #define _PATH_TTY "/dev/tty" macro
/netbsd-current/external/bsd/nvi/dist/dist/
H A Dpathnames.h.in47 #ifndef _PATH_TTY
48 #define _PATH_TTY "/dev/tty"
/netbsd-current/lib/libc/gen/
H A Dctermid.c53 static char def[] = _PATH_TTY;
H A Dgetpass.c110 if ((fd[0] = fd[1] = fd[2] = open(_PATH_TTY,
/netbsd-current/external/gpl3/gcc.old/dist/libssp/
H A Dssp.c54 #ifndef _PATH_TTY
60 # define _PATH_TTY "CONOUT$" macro
62 # define _PATH_TTY "/dev/tty" macro
124 fd = open (_PATH_TTY, O_WRONLY);
/netbsd-current/external/gpl3/gcc/dist/libssp/
H A Dssp.c54 #ifndef _PATH_TTY
60 # define _PATH_TTY "CONOUT$" macro
62 # define _PATH_TTY "/dev/tty" macro
124 fd = open (_PATH_TTY, O_WRONLY);
/netbsd-current/include/
H A Dpaths.h98 #define _PATH_TTY "/dev/tty" macro
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsshpty.c82 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
95 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
113 fd = open(_PATH_TTY, O_WRONLY);
194 if ((fd = open(_PATH_TTY, O_RDWR | O_NOCTTY)) >= 0) {
H A Dreadpassphrase.c84 if ((input = output = open(_PATH_TTY, O_RDWR)) == -1) {
H A Dreadpass.c155 ttyfd = open(_PATH_TTY, O_RDWR);
166 debug_f("can't open %s: %s", _PATH_TTY,
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dreadpassphrase.c41 #ifndef _PATH_TTY
42 # define _PATH_TTY "/dev/tty" macro
84 (input = output = open(_PATH_TTY, O_RDWR)) == -1) {
/netbsd-current/external/bsd/pam-u2f/dist/pamu2fcfg/
H A Dreadpassphrase.c41 #ifndef _PATH_TTY
42 # define _PATH_TTY "/dev/tty" macro
84 (input = output = open(_PATH_TTY, O_RDWR)) == -1) {
/netbsd-current/external/bsd/nvi/dist/ipc/
H A Dip_run.c265 if ((fd = open(_PATH_TTY, O_RDONLY, 0)) < 0) {
267 "%s: %s, %s\n", vi_progname, _PATH_TTY, strerror(errno));
/netbsd-current/usr.bin/find/
H A Dmisc.c154 ttyfd = open(_PATH_TTY, O_RDWR | O_CLOEXEC);
/netbsd-current/external/bsd/libarchive/dist/libarchive_fe/
H A Dpassphrase.c135 #ifndef _PATH_TTY
136 #define _PATH_TTY "/dev/tty" macro
194 (input = output = open(_PATH_TTY, O_RDWR)) == -1) {
/netbsd-current/distrib/utils/more/
H A Dos.c118 if (open(_PATH_TTY, O_RDONLY, 0) < 0)
/netbsd-current/bin/ksh/
H A Dtty.c104 const char *devtty = _PATH_TTY;
/netbsd-current/external/bsd/tmux/dist/
H A Dcompat.h109 #ifndef _PATH_TTY
110 #define _PATH_TTY "/dev/tty" macro
/netbsd-current/tests/include/
H A Dt_paths.c97 { _PATH_TTY, PATH_DEV },
/netbsd-current/usr.bin/error/
H A Dmain.c77 static char im_on[] = _PATH_TTY; /* my tty name */
/netbsd-current/external/bsd/nvi/dist/common/
H A Dmain.c510 if ((fd = open(_PATH_TTY, O_RDONLY, 0)) < 0) {
511 v_estr(gp->progname, errno, _PATH_TTY);
/netbsd-current/sbin/dump/
H A Doptr.c96 if ((mytty = fopen(_PATH_TTY, "r")) == NULL)
97 quite(errno, "fopen on %s fails", _PATH_TTY);
/netbsd-current/usr.bin/login/
H A Dlogin_pam.c111 char tbuf[MAXPATHLEN + 2], tname[sizeof(_PATH_TTY) + 10];
208 (void)snprintf(tname, sizeof(tname), "%s??", _PATH_TTY);
H A Dlogin.c149 char tbuf[MAXPATHLEN + 2], tname[sizeof(_PATH_TTY) + 10];
268 (void)snprintf(tname, sizeof(tname), "%s??", _PATH_TTY);
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_main.c212 } else if ((fd = open(_PATH_TTY, O_RDONLY, 0)) != -1) {

Completed in 602 milliseconds

12