Home
last modified time | relevance | path

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

12

/external/openssh/openbsd-compat/
Dbsd-openpty.c68 #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/
Dsshpty.c45 #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()
Dsshd.c129 #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/
Dfcntl.h28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */ macro
/external/ltp/lib/
Dopen_flags.c126 #if O_NOCTTY
127 {"O_NOCTTY", O_NOCTTY},
/external/strace/xlat/
Dopen_mode_flags.h16 #if defined(O_NOCTTY) || (defined(HAVE_DECL_O_NOCTTY) && HAVE_DECL_O_NOCTTY)
17 XLAT(O_NOCTTY),
Dopenmodessol.in9 { 0x800, "O_NOCTTY" },
Dopen_mode_flags.in3 O_NOCTTY
/external/bison/lib/
Dfcntl.in.h248 #ifndef O_NOCTTY
249 # define O_NOCTTY 0
/external/toybox/toys/other/
Dfsync.c31 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/
Dfcntl.h19 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/external/bison/linux-lib/
Dfcntl.h560 #ifndef O_NOCTTY
561 # define O_NOCTTY 0 macro
/external/bison/darwin-lib/
Dfcntl.h560 #ifndef O_NOCTTY
561 # define O_NOCTTY 0 macro
/external/toybox/toys/net/
Dmicrocom.c69 TT.fd = xopen(*toys.optargs, O_RDWR | O_NOCTTY | O_NDELAY); in microcom_main()
/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_file_permission.cc184 O_NOCTTY | O_NOFOLLOW | O_NONBLOCK | O_NDELAY | in CheckOpen()
Dbroker_file_permission_unittest.cc144 case O_NOCTTY: in CheckPerm()
/external/ltp/tools/top-LTP/proc/
Dksym.c245 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/
Dlibconstants.gen.c710 #ifdef O_NOCTTY
711 { "O_NOCTTY", (unsigned long) O_NOCTTY },
/external/bison/m4/
Dfcntl-o.m444 O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
/external/toybox/toys/pending/
Dinit.c57 fd = open(p, O_RDWR | O_NONBLOCK | O_NOCTTY); in initialize_console()
/external/libchrome/base/files/
Dfile_posix.cc471 open_flags |= O_NOCTTY | O_NDELAY; in DoInitialize()
/external/autotest/client/common_lib/
Dpexpect.py615 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/
Dfakemodem.c290 masterfd = posix_openpt (O_RDWR | O_NOCTTY); in main()
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
Dserialposix.py289 self.fd = os.open(self.portstr, os.O_RDWR|os.O_NOCTTY|os.O_NONBLOCK)
/external/ppp/pppd/
Dsys-linux.c2637 if ((sfd = open(pty_name, O_RDWR | O_NOCTTY)) < 0)
2651 sfd = open(pty_name, O_RDWR | O_NOCTTY, 0);

12