/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 29 #ifndef O_NOCTTY 30 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
/external/ltp/testcases/kernel/fs/doio/ |
D | open_flags.c | 126 #if O_NOCTTY 127 {"O_NOCTTY", O_NOCTTY},
|
/external/strace/xlat/ |
D | open_mode_flags.h | 14 #if defined(O_NOCTTY) || (defined(HAVE_DECL_O_NOCTTY) && HAVE_DECL_O_NOCTTY) 15 XLAT(O_NOCTTY),
|
D | open_mode_flags.in | 3 O_NOCTTY
|
/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 | 20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
|
/external/strace/tests/ |
D | openat.c | 91 { ARG_STR(O_NOCTTY) }, in main()
|
/external/strace/tests-mx32/ |
D | openat.c | 91 { ARG_STR(O_NOCTTY) }, in main()
|
/external/strace/tests-m32/ |
D | openat.c | 91 { ARG_STR(O_NOCTTY) }, in main()
|
/external/toybox/toys/net/ |
D | microcom.c | 69 TT.fd = xopen(*toys.optargs, O_RDWR | O_NOCTTY | O_NDELAY); in microcom_main()
|
/external/python/cpython2/Lib/ |
D | getpass.py | 45 fd = os.open('/dev/tty', os.O_RDWR|os.O_NOCTTY)
|
/external/python/cpython3/Lib/ |
D | getpass.py | 48 fd = os.open('/dev/tty', os.O_RDWR|os.O_NOCTTY)
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 710 #ifdef O_NOCTTY 711 { "O_NOCTTY", (unsigned long) O_NOCTTY },
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FILE.py | 169 O_NOCTTY = 0x800 variable
|
/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/python/cpython3/Lib/test/ |
D | test_getpass.py | 107 os.O_RDWR | os.O_NOCTTY)
|
/external/toybox/toys/pending/ |
D | init.c | 57 fd = open(p, O_RDWR | O_NONBLOCK | O_NOCTTY); in initialize_console()
|
D | stty.c | 454 else TT.fd=xopen(TT.device, (O_RDWR*!!*toys.optargs)|O_NOCTTY|O_NONBLOCK); in stty_main()
|
/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
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 289 self.fd = os.open(self.portstr, os.O_RDWR|os.O_NOCTTY|os.O_NONBLOCK)
|
/external/nos/test/system-test-harness/src/ |
D | util.cc | 428 tty_fd = open(path, O_RDWR | O_NOCTTY | O_NDELAY); in Init()
|