Searched refs:O_NOCTTY (Results 1 - 21 of 21) 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/bison/lib/
H A Dfcntl.in.h248 #ifndef O_NOCTTY
249 # define O_NOCTTY 0
/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/bison/darwin-lib/
H A Dfcntl.h560 #ifndef O_NOCTTY
561 # define O_NOCTTY 0 macro
/external/bison/linux-lib/
H A Dfcntl.h560 #ifndef O_NOCTTY
561 # define O_NOCTTY 0 macro
/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.c995 if ((linux_cb.sock = open((char*)device_name, O_RDWR | O_NOCTTY )) == -1)
1009 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/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" },
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/bison/
H A Dconfigure10065 O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,

Completed in 476 milliseconds