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

/haiku/src/libs/bsd/
H A Dpty.cpp27 || (slave = open(ttyName, O_RDWR | O_NOCTTY)) < 0) {
/haiku/src/bin/debug/strace/
H A Dfcntl.cpp27 FLAG_INFO_ENTRY(O_NOCTTY),
/haiku/headers/posix/
H A Dfcntl.h44 #define O_NOCTTY 0x1000 /* don't make tty the controlling tty */ macro
/haiku/src/apps/codycam/
H A DSpawningUploadClient.cpp136 fd = open(pty, O_RDWR|O_NOCTTY);
/haiku/headers/build/
H A DBeOSBuildCompatibility.h59 # ifdef O_NOCTTY
60 # define O_NOTRAVERSE O_NOCTTY
/haiku/src/apps/login/
H A DLoginApp.cpp207 fd = open(pty, O_RDWR|O_NOCTTY);
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp217 SET_OPEN_MODE_FLAG(O_NOCTTY, FSSH_O_NOCTTY)
/haiku/src/apps/expander/
H A DExpanderThread.cpp233 || (slave = open(ttyName, O_RDWR | O_NOCTTY)) < 0) {
/haiku/src/bin/network/telnetd/
H A Dsys_term.c385 p = posix_openpt(O_RDWR|O_NOCTTY);
882 #ifndef O_NOCTTY
883 #define O_NOCTTY 0 macro
905 t = open(line, O_RDWR|O_NOCTTY);
/haiku/src/apps/terminal/
H A DShell.cpp422 int master = posix_openpt(O_RDWR | O_NOCTTY);
/haiku/src/add-ons/kernel/drivers/pty/
H A Ddriver.cpp279 bool makeControllingTTY = (flags & O_NOCTTY) == 0;
/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp407 int fd = open(path, O_RDWR | (master ? 0 : O_NOCTTY));
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h781 #define O_NOCTTY FSSH_O_NOCTTY macro

Completed in 131 milliseconds