Searched refs:O_NOCTTY (Results 1 – 18 of 18) 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/kernel-headers/original/asm-generic/ |
D | fcntl.h | 18 #ifndef O_NOCTTY 19 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
/external/openssl/crypto/rand/ |
D | rand_unix.c | 232 #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/ |
D | rfcomm.c | 407 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()
|
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 | 1173 fd = open(dev, O_RDWR | O_NOCTTY); in init_uart()
|
/external/libnfc-nxp/Linux_x86/ |
D | phDal4Nfc_i2c.c | 164 gI2cPortContext.nHandle = open(pComPort, O_RDWR | O_NOCTTY); in phDal4Nfc_i2c_open_and_configure()
|
D | phDal4Nfc_uart.c | 205 gComPortContext.nHandle = open(pComPort, O_RDWR | O_NOCTTY); in phDal4Nfc_uart_open_and_configure()
|
/external/bluetooth/bluez/test/ |
D | attest.c | 85 fd = open(device, O_RDWR | O_NOCTTY | O_NONBLOCK); in open_device()
|
/external/bluetooth/bluez/serial/ |
D | port.c | 268 fd = open(port->dev, O_RDONLY | O_NOCTTY); in open_continue() 291 fd = open(port->dev, O_RDONLY | O_NOCTTY); in port_open()
|
D | proxy.c | 353 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/ |
D | oprofiled.c | 109 if (open(op_log_file, O_WRONLY|O_CREAT|O_NOCTTY|O_APPEND, 0644) == -1) { in opd_open_logfile()
|
/external/bluetooth/bluez/plugins/ |
D | pnat.c | 203 tty_fd = open(client->tty_name, O_RDONLY | O_NOCTTY); in tty_try_open()
|
/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/qemu/ |
D | qemu-char.c | 868 mfd = open("/dev/ptmx", O_RDWR | O_NOCTTY); in openpty() 878 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1) in openpty()
|
/external/strace/ |
D | file.c | 247 { O_NOCTTY, "O_NOCTTY" },
|