Home
last modified time | relevance | path

Searched refs:O_NOCTTY (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h35 #ifndef O_NOCTTY
36 #define O_NOCTTY 00000400 macro
/bionic/libc/kernel/uapi/asm-mips/asm/
Dfcntl.h30 #define O_NOCTTY 0x0800 macro
/bionic/libc/bionic/
Dpty.cpp42 return posix_openpt(O_RDWR|O_NOCTTY); in getpt()
137 *slave = open(name, O_RDWR|O_NOCTTY); in openpty()
/bionic/tests/
Dstdlib_test.cpp444 int fd = posix_openpt(O_RDWR|O_NOCTTY|O_CLOEXEC); in TEST()