Searched refs:O_NOCTTY (Results 1 - 17 of 17) sorted by relevance

/external/openssh/openbsd-compat/
H A Dbsd-openpty.c68 #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 Dsshpty.c37 #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 Dfcntl.h18 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/external/kernel-headers/original/asm-generic/
H A Dfcntl.h28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */ macro
/external/openssh/
H A Dsshpty.c45 #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 Dsshd.c131 #ifndef O_NOCTTY
132 #define O_NOCTTY 0 macro
1764 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
H A Dconfigure9970 fd = open("/dev/tty", O_RDWR | O_NOCTTY);
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_i2c.c152 gI2cPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY);
H A DphDal4Nfc_uart.c171 gComPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY);
/external/openssl/crypto/rand/
H A Drand_unix.c272 #ifdef O_NOCTTY /* If it happens to be a TTY (god forbid), do not make it
274 |O_NOCTTY
/external/oprofile/daemon/
H A Doprofiled.c109 if (open(op_log_file, O_WRONLY|O_CREAT|O_NOCTTY|O_APPEND, 0644) == -1) {
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c994 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 Dasmstub.c1119 O_RDWR | O_NOCTTY
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java226 public static final int O_NOCTTY = placeholder(); field in class:OsConstants
/external/ppp/pppd/
H A 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/
H A Dqemu-char.c868 mfd = open("/dev/ptmx", O_RDWR | O_NOCTTY);
878 if ((sfd = open(slave, O_RDONLY | O_NOCTTY)) == -1)
/external/strace/
H A Dfile.c279 { O_NOCTTY, "O_NOCTTY" },
500 { 0x800, "O_NOCTTY" },

Completed in 470 milliseconds