HomeSort by: relevance | last modified time | path
    Searched refs:_PATH_TTY (Results 1 - 25 of 39) sorted by relevancy

1 2

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

Completed in 45 milliseconds

1 2