Searched defs:O_NOCTTY (Results 1 - 16 of 16) 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/openssh/
H A Dsshpty.c45 #ifndef O_NOCTTY
46 #define O_NOCTTY 0 macro
117 fd = open(tty, O_RDWR|O_NOCTTY);
139 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
152 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
259 if ((fd = open(_PATH_TTY, O_RDWR | O_NOCTTY)) >= 0) {
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dfcntl.h19 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/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/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */ macro
/external/python/cpython2/Lib/plat-irix5/
H A DFILE.py169 O_NOCTTY = 0x800 variable
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py622 O_NOCTTY = 0400 variable
/external/python/cpython2/Lib/plat-irix6/
H A DFILE.py580 O_NOCTTY = 0x800 variable
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 575 milliseconds