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

/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dfcntl.h30 #define O_NOCTTY 0x0800 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-mips/asm/
H A Dfcntl.h30 #define O_NOCTTY 0x0800 macro
/bionic/libc/versioner-dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dfcntl.h30 #define O_NOCTTY 0x0800 macro
/bionic/libc/versioner-dependencies/mips64/kernel_uapi_asm-mips/asm/
H A Dfcntl.h30 #define O_NOCTTY 0x0800 macro
/bionic/libc/kernel/uapi/asm-generic/
H A Dfcntl.h35 #ifndef O_NOCTTY
36 #define O_NOCTTY 00000400 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Dfcntl.h35 #ifndef O_NOCTTY
36 #define O_NOCTTY 00000400 macro
/bionic/libc/bionic/
H A Dpty.cpp42 return posix_openpt(O_RDWR|O_NOCTTY);
137 *slave = open(name, O_RDWR|O_NOCTTY);
/bionic/tests/
H A Dstdlib_test.cpp427 // getpt returns a pty with O_RDWR|O_NOCTTY.
444 int fd = posix_openpt(O_RDWR|O_NOCTTY|O_CLOEXEC);

Completed in 364 milliseconds