/external/openssh/openbsd-compat/ |
D | bsd-openpty.c | 68 #ifndef O_NOCTTY 69 #define O_NOCTTY 0 macro 87 if ((*aslave = open(slave, O_RDWR | O_NOCTTY)) == -1) { in openpty() 102 if ((ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY)) == -1) in openpty() 119 if ((*aslave = open(pts, O_RDWR | O_NOCTTY)) == -1) { in openpty() 142 if ((*amaster = open("/dev/ptc", O_RDWR | O_NOCTTY)) == -1) in openpty() 146 if ((*aslave = open(ttname, O_RDWR | O_NOCTTY)) == -1) { in openpty() 166 if ((*amaster = open(ptbuf, O_RDWR|O_NOCTTY)) == -1) in openpty() 169 if ((*aslave = open(ttbuf, O_RDWR|O_NOCTTY)) == -1) { in openpty() 194 if ((*amaster = open(ptbuf, O_RDWR | O_NOCTTY)) == -1) { in openpty() [all …]
|
/external/openssh/ |
D | sshpty.c | 45 #ifndef O_NOCTTY 46 #define O_NOCTTY 0 macro 117 fd = open(tty, O_RDWR|O_NOCTTY); in pty_make_controlling_tty() 139 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in pty_make_controlling_tty() 152 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in pty_make_controlling_tty() 259 if ((fd = open(_PATH_TTY, O_RDWR | O_NOCTTY)) >= 0) { in disconnect_controlling_tty()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 28 #ifndef O_NOCTTY 29 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
/external/strace/xlat/ |
D | open_mode_flags.h | 16 #if defined(O_NOCTTY) || (defined(HAVE_DECL_O_NOCTTY) && HAVE_DECL_O_NOCTTY) 17 XLAT(O_NOCTTY),
|
D | open_mode_flags.in | 3 O_NOCTTY
|
/external/ltp/testcases/kernel/fs/doio/ |
D | open_flags.c | 126 #if O_NOCTTY 127 {"O_NOCTTY", O_NOCTTY},
|
/external/bison/lib/ |
D | fcntl.in.h | 248 #ifndef O_NOCTTY 249 # define O_NOCTTY 0
|
/external/toybox/toys/other/ |
D | fsync.c | 31 loopfiles_rw(toys.optargs, O_RDONLY|O_NOATIME|O_NOCTTY|O_CLOEXEC|WARN_ONLY, in fsync_main()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | fcntl.h | 19 #define O_NOCTTY 0x0800 /* not fcntl */ macro
|
/external/bison/linux-lib/ |
D | fcntl.h | 560 #ifndef O_NOCTTY 561 # define O_NOCTTY 0 macro
|
/external/bison/darwin-lib/ |
D | fcntl.h | 560 #ifndef O_NOCTTY 561 # define O_NOCTTY 0 macro
|
/external/toybox/toys/net/ |
D | microcom.c | 69 TT.fd = xopen(*toys.optargs, O_RDWR | O_NOCTTY | O_NDELAY); in microcom_main()
|
/external/libchrome/sandbox/linux/syscall_broker/ |
D | broker_file_permission.cc | 184 O_NOCTTY | O_NOFOLLOW | O_NONBLOCK | O_NDELAY | in CheckOpen()
|
D | broker_file_permission_unittest.cc | 144 case O_NOCTTY: in CheckPerm()
|
/external/python/cpython2/Lib/ |
D | getpass.py | 45 fd = os.open('/dev/tty', os.O_RDWR|os.O_NOCTTY)
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FILE.py | 169 O_NOCTTY = 0x800 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 710 #ifdef O_NOCTTY 711 { "O_NOCTTY", (unsigned long) O_NOCTTY },
|
/external/python/cpython2/RISCOS/Modules/ |
D | riscosmodule.c | 470 #ifdef O_NOCTTY in all_ins() 471 if (ins(d, "O_NOCTTY", (long)O_NOCTTY)) return -1; in all_ins()
|
/external/bison/m4/ |
D | fcntl-o.m4 | 44 O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
|
/external/toybox/toys/pending/ |
D | init.c | 57 fd = open(p, O_RDWR | O_NONBLOCK | O_NOCTTY); in initialize_console()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FILE.py | 580 O_NOCTTY = 0x800 variable
|
/external/libchrome/base/files/ |
D | file_posix.cc | 471 open_flags |= O_NOCTTY | O_NDELAY; in DoInitialize()
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 615 fd = os.open("/dev/tty", os.O_RDWR | os.O_NOCTTY); 623 fd = os.open("/dev/tty", os.O_RDWR | os.O_NOCTTY);
|
/external/autotest/client/deps/fakemodem/src/ |
D | fakemodem.c | 290 masterfd = posix_openpt (O_RDWR | O_NOCTTY); in main()
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 622 O_NOCTTY = 0400 variable
|