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

12

/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dpathnames.h47 # define _PATH_TTY "/dev/tty" macro
H A Dtelnetd.c951 t = open(_PATH_TTY, O_RDWR);
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dctermid.c43 static char def[] = _PATH_TTY;
46 bcopy(def, s, sizeof(_PATH_TTY));
H A Dreadpassphrase.c77 if ((input = output = _open(_PATH_TTY, O_RDWR)) == -1) {
/macosx-10.9.5/sudo-72/src/
H A Dpathnames.h39 #ifndef _PATH_TTY
40 #define _PATH_TTY "/dev/tty" macro
41 #endif /* _PATH_TTY */
H A Dsetsid.c43 if ((fd = open(_PATH_TTY, O_RDWR, 0644)) != -1) {
H A Dpathnames.h.in38 #ifndef _PATH_TTY
39 #define _PATH_TTY "/dev/tty"
40 #endif /* _PATH_TTY */
H A Dtgetpass.c93 (input = output = open(_PATH_TTY, O_RDWR|O_NOCTTY)) == -1) {
308 if ((fd = open(_PATH_TTY, O_RDWR|O_NOCTTY)) != -1)
H A Dexec.c600 int fd = open(_PATH_TTY, O_RDWR|O_NOCTTY, 0);
/macosx-10.9.5/Libc-997.90.3/include/
H A Dpaths.h87 #define _PATH_TTY "/dev/tty" macro
/macosx-10.9.5/libpcap-42/libpcap/Win32/Include/net/
H A Dpaths.h64 #define _PATH_TTY "/dev/tty" macro
/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dlogin_locl.h105 #ifndef _PATH_TTY
106 #define _PATH_TTY "/dev/tty" macro
H A Dlogin.c704 snprintf(ttname, sizeof(ttname), "%s??", _PATH_TTY);
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dtelnetd.h223 #ifndef _PATH_TTY
224 #define _PATH_TTY "/dev/tty" macro
225 #endif /* _PATH_TTY */
H A Dsys_term.c838 t = open(_PATH_TTY, O_RDWR);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dreadpass.c134 ttyfd = open(_PATH_TTY, O_RDWR);
138 debug("read_passphrase: can't open %s: %s", _PATH_TTY,
H A Dsshpty.c132 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
145 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
177 fd = open(_PATH_TTY, O_WRONLY);
H A Ddefines.h416 #ifndef _PATH_TTY
417 # define _PATH_TTY "/dev/tty" macro
/macosx-10.9.5/cron-39/lib/
H A Dcompat.c113 if ((fd = open(_PATH_TTY, 2)) >= 0)
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dreadpassphrase.c80 (input = output = open(_PATH_TTY, O_RDWR)) == -1) {
/macosx-10.9.5/remote_cmds-41.90.1/rexecd.tproj/
H A Drexecd.c146 { int t = open(_PATH_TTY, 2);
/macosx-10.9.5/patch_cmds-17/patch/
H A Dutil.c255 ttyfd = open(_PATH_TTY, O_RDONLY);
/macosx-10.9.5/adv_cmds-153/ps/
H A Dps.c891 if (strncmp(pathbuf, _PATH_TTY, strlen(_PATH_TTY)) == 0)
896 strlcpy(pathbuf2, _PATH_TTY, sizeof(pathbuf2));
/macosx-10.9.5/system_cmds-597.90.1/login.tproj/
H A Dlogin.c248 char tname[sizeof(_PATH_TTY) + 10];
358 (void)snprintf(tname, sizeof(tname), "%s??", _PATH_TTY);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/login.tproj/
H A Dlogin.c248 char tname[sizeof(_PATH_TTY) + 10];
358 (void)snprintf(tname, sizeof(tname), "%s??", _PATH_TTY);

Completed in 210 milliseconds

12