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

  /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/include/
paths.h 98 #define _PATH_TTY "/dev/tty"
  /src/usr.bin/find/
misc.c 154 ttyfd = open(_PATH_TTY, O_RDWR | O_CLOEXEC);
  /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/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/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);
  /src/sbin/scan_ffs/
scan_ffs.c 406 ttyfd = open(_PATH_TTY, O_RDWR | O_CLOEXEC);
  /src/libexec/telnetd/
sys_term.c 454 t = open(_PATH_TTY, O_RDWR);
telnetd.c 884 t = open(_PATH_TTY, O_RDWR);
  /src/libexec/rshd/
rshd.c 284 int t = open(_PATH_TTY, O_RDWR);
  /src/bin/rcp/
rcp.c 834 ttyfd = open(_PATH_TTY, O_RDWR | O_CLOEXEC);
  /src/usr.bin/pkill/
pkill.c 647 prefix = _PATH_TTY;
  /src/bin/ps/
ps.c 175 sizeof(pathbuf), "%s%s", _PATH_TTY, ttname);
  /src/sbin/restore/
tape.c 252 terminal = fopen(_PATH_TTY, "r");
255 _PATH_TTY, strerror(errno));
  /src/usr.bin/gzip/
gzip.c 1741 ttyfd = open(_PATH_TTY, O_RDWR | O_CLOEXEC);

Completed in 35 milliseconds