/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 28 #ifndef O_NOCTTY 29 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
/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, 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/libnfc-nxp/Linux_x86/ |
D | phDal4Nfc_i2c.c | 150 gI2cPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY); in phDal4Nfc_i2c_open_and_configure()
|
D | phDal4Nfc_uart.c | 171 gComPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY); in phDal4Nfc_uart_open_and_configure()
|
/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/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/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | userial_linux.c | 1052 if ((linux_cb.sock = open((char*)device_name, O_RDWR | O_NOCTTY )) == -1) in USERIAL_Open() 1066 … if ((linux_cb.sock_power_control = open((char*)power_control_dev, O_RDWR | O_NOCTTY )) == -1) in USERIAL_Open()
|
/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/avahi/avahi-daemon/ |
D | main.c | 589 fd = open("/etc/machine-id", O_RDONLY|O_CLOEXEC|O_NOCTTY); in get_machine_id() 591 fd = open("/var/lib/dbus/machine-id", O_RDONLY|O_CLOEXEC|O_NOCTTY); in get_machine_id()
|
/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);
|
/external/robolectric/v1/lib/main/ |
D | sqlite-jdbc-3.7.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/external/bison/ |
D | configure | 10065 O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
|
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |