Searched refs:O_NOCTTY (Results 1 – 13 of 13) sorted by relevance
/external/dropbear/ |
D | sshpty.c | 37 #ifndef O_NOCTTY 38 #define O_NOCTTY 0 macro 85 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); in pty_allocate() 104 ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY); in pty_allocate() 129 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); in pty_allocate() 162 *ptyfd = open("/dev/ptc", O_RDWR | O_NOCTTY); in pty_allocate() 173 *ttyfd = open(name, O_RDWR | O_NOCTTY); in pty_allocate() 199 *ptyfd = open(buf, O_RDWR | O_NOCTTY); in pty_allocate() 204 *ptyfd = open(buf, O_RDWR | O_NOCTTY); in pty_allocate() 211 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); in pty_allocate() [all …]
|
/external/openssl/crypto/rand/ |
D | rand_unix.c | 188 #ifdef O_NOCTTY /* If it happens to be a TTY (god forbid), do not make it in RAND_poll() 190 |O_NOCTTY in RAND_poll()
|
/external/bluez/utils/rfcomm/ |
D | main.c | 403 while ((fd = open(devname, O_RDONLY | O_NOCTTY)) < 0) { in cmd_connect() 410 if ((fd = open(devname, O_RDONLY | O_NOCTTY)) < 0) { in cmd_connect() 561 while ((fd = open(devname, O_RDONLY | O_NOCTTY)) < 0) { in cmd_listen() 568 if ((fd = open(devname, O_RDONLY | O_NOCTTY)) < 0) { in cmd_listen()
|
/external/bluez/utils/tools/ |
D | csr_h4.c | 49 fd = open(device, O_RDWR | O_NOCTTY); in csr_open_h4()
|
D | csr_bcsp.c | 58 fd = open(device, O_RDWR | O_NOCTTY); in csr_open_bcsp()
|
D | hciattach.c | 1156 fd = open(dev, O_RDWR | O_NOCTTY); in init_uart()
|
/external/bluez/utils/test/ |
D | attest.c | 85 fd = open(device, O_RDWR | O_NOCTTY | O_NONBLOCK); in open_device()
|
/external/bluez/utils/serial/ |
D | manager.c | 263 fd = open(pc->dev, O_RDONLY | O_NOCTTY); in open_continue() 286 fd = open(pc->dev, O_RDONLY | O_NOCTTY); in port_open() 986 sk = open(tty, O_RDWR | O_NOCTTY); in tty_open() 1317 sk = open(prx->address, O_RDWR | O_NOCTTY); in proxy_unregister() 1361 sk = open(address, O_RDONLY | O_NOCTTY); in proxy_tty_register()
|
/external/oprofile/daemon/ |
D | oprofiled.c | 104 if (open(op_log_file, O_WRONLY|O_CREAT|O_NOCTTY|O_APPEND, 0644) == -1) { in opd_open_logfile()
|
/external/grub/grub/ |
D | asmstub.c | 1119 O_RDWR | O_NOCTTY in serial_hw_init()
|
/external/ppp/pppd/ |
D | sys-linux.c | 2571 if ((sfd = open(pty_name, O_RDWR | O_NOCTTY)) < 0) 2585 sfd = open(pty_name, O_RDWR | O_NOCTTY, 0);
|
/external/strace/ |
D | file.c | 247 { O_NOCTTY, "O_NOCTTY" },
|
/external/qemu/ |
D | vl.c | 2553 mfd = open("/dev/ptmx", O_RDWR | O_NOCTTY); in openpty() 2563 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1) in openpty()
|