Home
last modified time | relevance | path

Searched refs:O_NOCTTY (Results 1 – 25 of 34) 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()
259 if ((fd = open(_PATH_TTY, O_RDWR | O_NOCTTY)) >= 0) { in disconnect_controlling_tty()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */ macro
/external/strace/xlat/
Dopen_mode_flags.h16 #if defined(O_NOCTTY) || (defined(HAVE_DECL_O_NOCTTY) && HAVE_DECL_O_NOCTTY)
17 XLAT(O_NOCTTY),
Dopen_mode_flags.in3 O_NOCTTY
/external/ltp/testcases/kernel/fs/doio/
Dopen_flags.c126 #if O_NOCTTY
127 {"O_NOCTTY", 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/python/cpython2/Lib/
Dgetpass.py45 fd = os.open('/dev/tty', os.O_RDWR|os.O_NOCTTY)
/external/python/cpython2/Lib/plat-irix5/
DFILE.py169 O_NOCTTY = 0x800 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c710 #ifdef O_NOCTTY
711 { "O_NOCTTY", (unsigned long) O_NOCTTY },
/external/python/cpython2/RISCOS/Modules/
Driscosmodule.c470 #ifdef O_NOCTTY in all_ins()
471 if (ins(d, "O_NOCTTY", (long)O_NOCTTY)) return -1; in all_ins()
/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/python/cpython2/Lib/plat-irix6/
DFILE.py580 O_NOCTTY = 0x800 variable
/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/python/cpython2/Lib/plat-atheos/
DIN.py622 O_NOCTTY = 0400 variable

12