Home
last modified time | relevance | path

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

12

/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),
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, 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/libnfc-nxp/Linux_x86/
DphDal4Nfc_i2c.c150 gI2cPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY); in phDal4Nfc_i2c_open_and_configure()
DphDal4Nfc_uart.c171 gComPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY); in phDal4Nfc_uart_open_and_configure()
/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/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/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c1052 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/
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/avahi/avahi-daemon/
Dmain.c589 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/
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);
/external/robolectric/v1/lib/main/
Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/bison/
Dconfigure10065 O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12