Home
last modified time | relevance | path

Searched refs:O_NOCTTY (Results 1 – 18 of 18) 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/kernel-headers/original/asm-generic/
Dfcntl.h18 #ifndef O_NOCTTY
19 #define O_NOCTTY 00000400 /* not fcntl */ macro
/external/openssl/crypto/rand/
Drand_unix.c232 #ifdef O_NOCTTY /* If it happens to be a TTY (god forbid), do not make it in RAND_poll()
234 |O_NOCTTY in RAND_poll()
/external/bluetooth/bluez/tools/
Drfcomm.c407 while ((fd = open(devname, O_RDONLY | O_NOCTTY)) < 0) { in cmd_connect()
414 if ((fd = open(devname, O_RDONLY | O_NOCTTY)) < 0) { in cmd_connect()
565 while ((fd = open(devname, O_RDONLY | O_NOCTTY)) < 0) { in cmd_listen()
572 if ((fd = open(devname, O_RDONLY | O_NOCTTY)) < 0) { in cmd_listen()
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.c1173 fd = open(dev, O_RDWR | O_NOCTTY); in init_uart()
/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_i2c.c164 gI2cPortContext.nHandle = open(pComPort, O_RDWR | O_NOCTTY); in phDal4Nfc_i2c_open_and_configure()
DphDal4Nfc_uart.c205 gComPortContext.nHandle = open(pComPort, O_RDWR | O_NOCTTY); in phDal4Nfc_uart_open_and_configure()
/external/bluetooth/bluez/test/
Dattest.c85 fd = open(device, O_RDWR | O_NOCTTY | O_NONBLOCK); in open_device()
/external/bluetooth/bluez/serial/
Dport.c268 fd = open(port->dev, O_RDONLY | O_NOCTTY); in open_continue()
291 fd = open(port->dev, O_RDONLY | O_NOCTTY); in port_open()
Dproxy.c353 sk = open(tty, O_RDWR | O_NOCTTY); in tty_open()
768 sk = open(prx->address, O_RDWR | O_NOCTTY); in proxy_path_unregister()
811 sk = open(address, O_RDONLY | O_NOCTTY); in proxy_tty_register()
/external/oprofile/daemon/
Doprofiled.c109 if (open(op_log_file, O_WRONLY|O_CREAT|O_NOCTTY|O_APPEND, 0644) == -1) { in opd_open_logfile()
/external/bluetooth/bluez/plugins/
Dpnat.c203 tty_fd = open(client->tty_name, O_RDONLY | O_NOCTTY); in tty_try_open()
/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/qemu/
Dqemu-char.c868 mfd = open("/dev/ptmx", O_RDWR | O_NOCTTY); in openpty()
878 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1) in openpty()
/external/strace/
Dfile.c247 { O_NOCTTY, "O_NOCTTY" },