Home
last modified time | relevance | path

Searched refs:O_NOCTTY (Results 1 – 13 of 13) sorted by relevance

/external/dropbear/
Dsshpty.c37 #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/
Drand_unix.c188 #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/
Dmain.c403 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/
Dcsr_h4.c49 fd = open(device, O_RDWR | O_NOCTTY); in csr_open_h4()
Dcsr_bcsp.c58 fd = open(device, O_RDWR | O_NOCTTY); in csr_open_bcsp()
Dhciattach.c1156 fd = open(dev, O_RDWR | O_NOCTTY); in init_uart()
/external/bluez/utils/test/
Dattest.c85 fd = open(device, O_RDWR | O_NOCTTY | O_NONBLOCK); in open_device()
/external/bluez/utils/serial/
Dmanager.c263 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/
Doprofiled.c104 if (open(op_log_file, O_WRONLY|O_CREAT|O_NOCTTY|O_APPEND, 0644) == -1) { in opd_open_logfile()
/external/grub/grub/
Dasmstub.c1119 O_RDWR | O_NOCTTY in serial_hw_init()
/external/ppp/pppd/
Dsys-linux.c2571 if ((sfd = open(pty_name, O_RDWR | O_NOCTTY)) < 0)
2585 sfd = open(pty_name, O_RDWR | O_NOCTTY, 0);
/external/strace/
Dfile.c247 { O_NOCTTY, "O_NOCTTY" },
/external/qemu/
Dvl.c2553 mfd = open("/dev/ptmx", O_RDWR | O_NOCTTY); in openpty()
2563 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1) in openpty()