Searched refs:O_NOCTTY (Results 1 - 17 of 17) sorted by relevance
/external/openssh/openbsd-compat/ |
H A D | bsd-openpty.c | 68 #ifndef O_NOCTTY 69 #define O_NOCTTY 0 macro 87 if ((*aslave = open(slave, O_RDWR | O_NOCTTY)) == -1) { 102 if ((ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY)) == -1) 119 if ((*aslave = open(pts, O_RDWR | O_NOCTTY)) == -1) { 142 if ((*amaster = open("/dev/ptc", O_RDWR | O_NOCTTY)) == -1) 146 if ((*aslave = open(ttname, O_RDWR | O_NOCTTY)) == -1) { 166 if ((*amaster = open(ptbuf, O_RDWR|O_NOCTTY)) == -1) 169 if ((*aslave = open(ttbuf, O_RDWR|O_NOCTTY)) == -1) { 194 if ((*amaster = open(ptbuf, O_RDWR | O_NOCTTY)) [all...] |
/external/dropbear/ |
H A D | sshpty.c | 37 #ifndef O_NOCTTY 38 #define O_NOCTTY 0 macro 85 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); 104 ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY); 129 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); 162 *ptyfd = open("/dev/ptc", O_RDWR | O_NOCTTY); 173 *ttyfd = open(name, O_RDWR | O_NOCTTY); 199 *ptyfd = open(buf, O_RDWR | O_NOCTTY); 204 *ptyfd = open(buf, O_RDWR | O_NOCTTY); 211 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); [all...] |
/external/kernel-headers/original/asm-mips/ |
H A D | fcntl.h | 18 #define O_NOCTTY 0x0800 /* not fcntl */ macro
|
/external/kernel-headers/original/asm-generic/ |
H A D | fcntl.h | 28 #ifndef O_NOCTTY 29 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
/external/openssh/ |
H A D | sshpty.c | 45 #ifndef O_NOCTTY 46 #define O_NOCTTY 0 macro 115 fd = open(tty, O_RDWR|O_NOCTTY); 137 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); 150 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
|
H A D | sshd.c | 131 #ifndef O_NOCTTY 132 #define O_NOCTTY 0 macro 1764 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
|
H A D | configure | 9970 fd = open("/dev/tty", O_RDWR | O_NOCTTY);
|
/external/libnfc-nxp/Linux_x86/ |
H A D | phDal4Nfc_i2c.c | 152 gI2cPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY);
|
H A D | phDal4Nfc_uart.c | 171 gComPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY);
|
/external/openssl/crypto/rand/ |
H A D | rand_unix.c | 272 #ifdef O_NOCTTY /* If it happens to be a TTY (god forbid), do not make it 274 |O_NOCTTY
|
/external/oprofile/daemon/ |
H A D | oprofiled.c | 109 if (open(op_log_file, O_WRONLY|O_CREAT|O_NOCTTY|O_APPEND, 0644) == -1) {
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
H A D | userial_linux.c | 994 if ((linux_cb.sock = open((char*)device_name, O_RDWR | O_NOCTTY )) == -1) 1008 if ((linux_cb.sock_power_control = open((char*)power_control_dev, O_RDWR | O_NOCTTY )) == -1)
|
/external/grub/grub/ |
H A D | asmstub.c | 1119 O_RDWR | O_NOCTTY
|
/external/okhttp/src/main/java/libcore/io/ |
H A D | OsConstants.java | 226 public static final int O_NOCTTY = placeholder(); field in class:OsConstants
|
/external/ppp/pppd/ |
H A 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/ |
H A D | qemu-char.c | 868 mfd = open("/dev/ptmx", O_RDWR | O_NOCTTY); 878 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1)
|
/external/strace/ |
H A D | file.c | 279 { O_NOCTTY, "O_NOCTTY" }, 500 { 0x800, "O_NOCTTY" },
|
Completed in 470 milliseconds