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

/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dopenpty.c13 m = open("/dev/ptmx", O_RDWR | O_NOCTTY);
23 if ((s = open(name, O_RDWR | O_NOCTTY)) < 0)
H A Dsyslog.c109 fd = open("/dev/console", O_WRONLY | O_NOCTTY | O_CLOEXEC);
/fuchsia/zircon/third_party/ulib/musl/src/legacy/
H A Dgetpass.c14 if ((fd = open("/dev/tty", O_RDWR | O_NOCTTY | O_CLOEXEC)) < 0)
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dfcntl.h67 #define O_NOCTTY 0x00000200 macro
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c191 static_assert(!(O_NOCTTY & ZXIO_FS_MASK), "Unexpected collision with ZXIO_FS_MASK");

Completed in 86 milliseconds