/netbsd-src/external/gpl3/gcc.old/dist/libssp/ |
H A D | ssp.c | 54 #ifndef _PATH_TTY 60 # define _PATH_TTY "CONOUT$" macro 62 # define _PATH_TTY "/dev/tty" macro 124 fd = open (_PATH_TTY, O_WRONLY); in fail()
|
/netbsd-src/external/gpl3/gcc/dist/libssp/ |
H A D | ssp.c | 54 #ifndef _PATH_TTY 60 # define _PATH_TTY "CONOUT$" macro 62 # define _PATH_TTY "/dev/tty" macro 124 fd = open (_PATH_TTY, O_WRONLY); in fail()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | sshpty.c | 82 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in pty_make_controlling_tty() 95 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in pty_make_controlling_tty() 113 fd = open(_PATH_TTY, O_WRONLY); in pty_make_controlling_tty() 194 if ((fd = open(_PATH_TTY, O_RDWR | O_NOCTTY)) >= 0) { in disconnect_controlling_tty()
|
H A D | readpass.c | 156 ttyfd = open(_PATH_TTY, O_RDWR); in read_passphrase() 167 debug_f("can't open %s: %s", _PATH_TTY, in read_passphrase()
|
H A D | readpassphrase.c | 84 if ((input = output = open(_PATH_TTY, O_RDWR)) == -1) {
|
/netbsd-src/external/bsd/nvi/usr.bin/nvi/ |
H A D | pathnames.h | 47 #ifndef _PATH_TTY 48 #define _PATH_TTY "/dev/tty" macro
|
/netbsd-src/external/bsd/pam-u2f/dist/pamu2fcfg/ |
H A D | readpassphrase.c | 41 #ifndef _PATH_TTY 42 # define _PATH_TTY "/dev/tty" macro 84 (input = output = open(_PATH_TTY, O_RDWR)) == -1) { in readpassphrase()
|
/netbsd-src/external/bsd/libfido2/dist/openbsd-compat/ |
H A D | readpassphrase.c | 41 #ifndef _PATH_TTY 42 # define _PATH_TTY "/dev/tty" macro 84 (input = output = open(_PATH_TTY, O_RDWR)) == -1) { in readpassphrase()
|
/netbsd-src/external/bsd/nvi/dist/dist/ |
H A D | pathnames.h.in | 47 #ifndef _PATH_TTY 48 #define _PATH_TTY "/dev/tty" macro
|
/netbsd-src/external/bsd/libarchive/dist/libarchive_fe/ |
H A D | passphrase.c | 135 #ifndef _PATH_TTY 136 #define _PATH_TTY "/dev/tty" macro 194 (input = output = open(_PATH_TTY, O_RDWR)) == -1) { in readpassphrase()
|
/netbsd-src/external/bsd/nvi/dist/ipc/ |
H A D | ip_run.c | 265 if ((fd = open(_PATH_TTY, O_RDONLY, 0)) < 0) { in attach() 267 "%s: %s, %s\n", vi_progname, _PATH_TTY, strerror(errno)); in attach()
|
/netbsd-src/lib/libc/gen/ |
H A D | ctermid.c | 53 static char def[] = _PATH_TTY; in __weak_alias()
|
H A D | getpass.c | 110 if ((fd[0] = fd[1] = fd[2] = open(_PATH_TTY, in __weak_alias()
|
/netbsd-src/include/ |
H A D | paths.h | 98 #define _PATH_TTY "/dev/tty" macro
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | main.c | 510 if ((fd = open(_PATH_TTY, O_RDONLY, 0)) < 0) { in attach() 511 v_estr(gp->progname, errno, _PATH_TTY); in attach()
|
/netbsd-src/usr.bin/find/ |
H A D | misc.c | 154 ttyfd = open(_PATH_TTY, O_RDWR | O_CLOEXEC); in show_path()
|
/netbsd-src/sbin/dump/ |
H A D | optr.c | 96 if ((mytty = fopen(_PATH_TTY, "r")) == NULL) in query() 97 quite(errno, "fopen on %s fails", _PATH_TTY); in query()
|
/netbsd-src/usr.bin/xargs/ |
H A D | xargs.c | 555 if ((fd = open(_PATH_TTY, O_RDONLY)) == -1) in run() 628 if ((ttyfp = fopen(_PATH_TTY, "r")) == NULL) in prompt()
|
/netbsd-src/bin/ksh/ |
H A D | tty.c | 104 const char *devtty = _PATH_TTY;
|
/netbsd-src/distrib/utils/more/ |
H A D | os.c | 118 if (open(_PATH_TTY, O_RDONLY, 0) < 0)
|
/netbsd-src/usr.bin/login/ |
H A D | login_pam.c | 111 char tbuf[MAXPATHLEN + 2], tname[sizeof(_PATH_TTY) + 10]; in main() 208 (void)snprintf(tname, sizeof(tname), "%s??", _PATH_TTY); in main()
|
H A D | login.c | 149 char tbuf[MAXPATHLEN + 2], tname[sizeof(_PATH_TTY) + 10]; in main() 268 (void)snprintf(tname, sizeof(tname), "%s??", _PATH_TTY); in main()
|
/netbsd-src/tests/include/ |
H A D | t_paths.c | 97 { _PATH_TTY, PATH_DEV },
|
/netbsd-src/usr.bin/error/ |
H A D | main.c | 77 static char im_on[] = _PATH_TTY; /* my tty name */
|
/netbsd-src/usr.bin/patch/ |
H A D | util.c | 270 ttyfd = open(_PATH_TTY, O_RDONLY); in ask()
|