/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()
|
D | sshd.c | 129 #ifndef O_NOCTTY 130 #define O_NOCTTY 0 macro 1993 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 28 #ifndef O_NOCTTY 29 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
/external/ltp/lib/ |
D | open_flags.c | 126 #if O_NOCTTY 127 {"O_NOCTTY", O_NOCTTY},
|
/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 | openmodessol.in | 9 { 0x800, "O_NOCTTY" },
|
D | open_mode_flags.in | 3 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/ltp/tools/top-LTP/proc/ |
D | ksym.c | 245 fd = open(filename, O_RDONLY | O_NOCTTY | O_NONBLOCK); in read_file() 373 fd = open(filename, O_RDONLY | O_NOCTTY | O_NONBLOCK); in sysmap_mmap()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 710 #ifdef O_NOCTTY 711 { "O_NOCTTY", (unsigned long) O_NOCTTY },
|
/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/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/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
D | serialposix.py | 289 self.fd = os.open(self.portstr, os.O_RDWR|os.O_NOCTTY|os.O_NONBLOCK)
|
/external/ppp/pppd/ |
D | sys-linux.c | 2637 if ((sfd = open(pty_name, O_RDWR | O_NOCTTY)) < 0) 2651 sfd = open(pty_name, O_RDWR | O_NOCTTY, 0);
|