Home
last modified time | relevance | path

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

12

/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h29 #ifndef O_NOCTTY
30 #define O_NOCTTY 00000400 /* not fcntl */ macro
/external/ltp/testcases/kernel/fs/doio/
Dopen_flags.c126 #if O_NOCTTY
127 {"O_NOCTTY", O_NOCTTY},
/external/strace/xlat/
Dopen_mode_flags.h14 #if defined(O_NOCTTY) || (defined(HAVE_DECL_O_NOCTTY) && HAVE_DECL_O_NOCTTY)
15 XLAT(O_NOCTTY),
Dopen_mode_flags.in3 O_NOCTTY
/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.h20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/external/strace/tests/
Dopenat.c91 { ARG_STR(O_NOCTTY) }, in main()
/external/strace/tests-mx32/
Dopenat.c91 { ARG_STR(O_NOCTTY) }, in main()
/external/strace/tests-m32/
Dopenat.c91 { ARG_STR(O_NOCTTY) }, in main()
/external/toybox/toys/net/
Dmicrocom.c69 TT.fd = xopen(*toys.optargs, O_RDWR | O_NOCTTY | O_NDELAY); in microcom_main()
/external/python/cpython2/Lib/
Dgetpass.py45 fd = os.open('/dev/tty', os.O_RDWR|os.O_NOCTTY)
/external/python/cpython3/Lib/
Dgetpass.py48 fd = os.open('/dev/tty', os.O_RDWR|os.O_NOCTTY)
/external/minijail/linux-x86/
Dlibconstants.gen.c710 #ifdef O_NOCTTY
711 { "O_NOCTTY", (unsigned long) O_NOCTTY },
/external/python/cpython2/Lib/plat-irix5/
DFILE.py169 O_NOCTTY = 0x800 variable
/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/python/cpython3/Lib/test/
Dtest_getpass.py107 os.O_RDWR | os.O_NOCTTY)
/external/toybox/toys/pending/
Dinit.c57 fd = open(p, O_RDWR | O_NONBLOCK | O_NOCTTY); in initialize_console()
Dstty.c454 else TT.fd=xopen(TT.device, (O_RDWR*!!*toys.optargs)|O_NOCTTY|O_NONBLOCK); in stty_main()
/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
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py289 self.fd = os.open(self.portstr, os.O_RDWR|os.O_NOCTTY|os.O_NONBLOCK)
/external/nos/test/system-test-harness/src/
Dutil.cc428 tty_fd = open(path, O_RDWR | O_NOCTTY | O_NDELAY); in Init()

12