| /dragonfly/contrib/gcc-4.7/libssp/ |
| HD | ssp.c | 56 #ifndef _PATH_TTY 60 # define _PATH_TTY "CONOUT$" macro 62 # define _PATH_TTY "/dev/tty" macro 110 fd = open (_PATH_TTY, O_WRONLY); in fail()
|
| /dragonfly/contrib/gcc-8.0/libssp/ |
| HD | ssp.c | 56 #ifndef _PATH_TTY 62 # define _PATH_TTY "CONOUT$" macro 64 # define _PATH_TTY "/dev/tty" macro 126 fd = open (_PATH_TTY, O_WRONLY); in fail()
|
| /dragonfly/crypto/openssh/ |
| HD | sshpty.c | 106 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in pty_make_controlling_tty() 119 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in pty_make_controlling_tty() 141 fd = open(_PATH_TTY, O_WRONLY); in pty_make_controlling_tty() 227 if ((fd = open(_PATH_TTY, O_RDWR | O_NOCTTY)) >= 0) { in disconnect_controlling_tty()
|
| HD | readpass.c | 155 ttyfd = open(_PATH_TTY, O_RDWR); in read_passphrase() 166 debug_f("can't open %s: %s", _PATH_TTY, in read_passphrase()
|
| HD | defines.h | 485 #ifndef _PATH_TTY 486 # define _PATH_TTY "/dev/tty" macro
|
| /dragonfly/lib/libc/gen/ |
| HD | ctermid.c | 42 static char def[] = _PATH_TTY; in ctermid() 45 bcopy(def, s, sizeof(_PATH_TTY)); in ctermid()
|
| HD | readpassphrase.c | 70 input = output = _open(_PATH_TTY, O_RDWR | O_CLOEXEC); in readpassphrase()
|
| /dragonfly/contrib/libarchive/libarchive_fe/ |
| HD | passphrase.c | 137 #ifndef _PATH_TTY 138 #define _PATH_TTY "/dev/tty" macro 194 (input = output = open(_PATH_TTY, O_RDWR)) == -1) { in readpassphrase()
|
| /dragonfly/usr.sbin/fdwrite/ |
| HD | fdwrite.c | 115 tty = fopen(_PATH_TTY,"r+"); in main() 117 err(1, _PATH_TTY); in main()
|
| /dragonfly/libexec/telnetd/ |
| HD | pathnames.h | 43 # define _PATH_TTY "/dev/tty" macro
|
| /dragonfly/include/ |
| HD | paths.h | 79 #define _PATH_TTY __SYS_PATH_TTY macro
|
| /dragonfly/sbin/dump/ |
| HD | optr.c | 77 if ((mytty = fopen(_PATH_TTY, "r")) == NULL) in query() 78 quit("fopen on %s fails: %s\n", _PATH_TTY, strerror(errno)); in query()
|
| /dragonfly/contrib/nvi2/common/ |
| HD | main.c | 558 if ((fd = open(_PATH_TTY, O_RDONLY, 0)) < 0) { in attach() 559 warn("%s", _PATH_TTY); in attach()
|
| /dragonfly/usr.sbin/cron/lib/ |
| HD | compat.c | 109 if ((fd = open(_PATH_TTY, 2)) >= 0) in setsid()
|
| /dragonfly/usr.sbin/ppp/ |
| HD | main.c | 343 if (open(_PATH_TTY, O_RDONLY) != STDIN_FILENO) { in main() 344 fprintf(stderr, "Cannot open %s for input !\n", _PATH_TTY); in main()
|
| /dragonfly/usr.bin/xargs/ |
| HD | xargs.c | 616 if ((fd = open(_PATH_TTY, O_RDONLY)) == -1) in run() 801 if ((ttyfp = fopen(_PATH_TTY, "r")) == NULL) in prompt()
|
| /dragonfly/usr.sbin/rpc.ypxfrd/ |
| HD | ypxfrd_main.c | 245 i = open(_PATH_TTY, 2); in main()
|
| /dragonfly/usr.bin/login/ |
| HD | login.c | 159 char tname[sizeof(_PATH_TTY) + 10]; in main() 235 snprintf(tname, sizeof(tname), "%s??", _PATH_TTY); in main()
|
| /dragonfly/contrib/nvi2/cl/ |
| HD | cl_main.c | 204 } else if ((fd = open(_PATH_TTY, O_RDONLY, 0)) != -1) { in cl_init()
|
| /dragonfly/usr.bin/patch/ |
| HD | util.c | 281 ttyfd = open(_PATH_TTY, O_RDONLY); in ask()
|
| /dragonfly/usr.sbin/watch/ |
| HD | watch.c | 241 sprintf(buf, "%s%s", _PATH_TTY, name); in set_dev()
|
| /dragonfly/libexec/bootpd/bootpgw/ |
| HD | bootpgw.c | 360 n = open(_PATH_TTY, O_RDWR); in main()
|
| /dragonfly/usr.sbin/sliplogin/ |
| HD | sliplogin.c | 361 char devnam[MAXPATHLEN] = _PATH_TTY; /* Device name */ in main()
|
| /dragonfly/sbin/restore/ |
| HD | tape.c | 134 terminal = fopen(_PATH_TTY, "r"); in setinput() 137 _PATH_TTY, strerror(errno)); in setinput()
|
| /dragonfly/bin/ps/ |
| HD | ps.c | 267 "%s%s", _PATH_TTY, optarg); in main()
|