Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h32 #ifndef O_NOCTTY
33 #define O_NOCTTY 00000400 macro
/bionic/libc/kernel/uapi/asm-mips/asm/
Dfcntl.h28 #define O_NOCTTY 0x0800 macro
/bionic/libc/bionic/
Dpty.cpp43 return posix_openpt(O_RDWR|O_NOCTTY); in getpt()
135 *slave = open(name, O_RDWR|O_NOCTTY); in openpty()
/bionic/tests/headers/posix/
Dfcntl_h.c60 MACRO(O_NOCTTY); in fcntl_h()
/bionic/tests/
Dstdlib_test.cpp592 int fd = posix_openpt(O_RDWR|O_NOCTTY|O_CLOEXEC); in TEST()