HomeSort by relevance Sort by last modified time
    Searched refs:O_NOCTTY (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/toybox/toys/other/
fsync.c 31 loopfiles_rw(toys.optargs, O_RDONLY|O_NOATIME|O_NOCTTY|O_CLOEXEC|WARN_ONLY,
  /device/google/cuttlefish_common/guest/commands/usbforward/
main.cpp 29 cvd::SharedFD fd = cvd::SharedFD::Open(argv[1], O_RDWR | O_NOCTTY);
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_smd.c 67 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
73 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_smd.c 67 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
73 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_smd.c 66 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
72 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_smd.c 70 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
76 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_smd.c 70 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
76 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 28 #define O_NOCTTY 0x0800
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 20 #define O_NOCTTY 0x0800 /* not fcntl */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 32 #ifndef O_NOCTTY
33 #define O_NOCTTY 00000400
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 29 #ifndef O_NOCTTY
30 #define O_NOCTTY 00000400 /* not fcntl */
  /hardware/qcom/bt/msm8960/libbt-vendor/src/
userial_vendor.c 91 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
97 fd = open(bt_hci_transport_device.name, (O_RDWR | O_NOCTTY));
  /external/ltp/testcases/kernel/fs/doio/
open_flags.c 126 #if O_NOCTTY
127 {"O_NOCTTY", O_NOCTTY},
  /external/strace/xlat/
open_mode_flags.h 14 #if defined(O_NOCTTY) || (defined(HAVE_DECL_O_NOCTTY) && HAVE_DECL_O_NOCTTY)
15 XLAT(O_NOCTTY),
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 76 #define O_NOCTTY 0x00002000 ///< Don't make this the controlling TTY
  /frameworks/base/services/core/jni/
com_android_server_SerialService.cpp 41 int fd = open(pathStr, O_RDWR | O_NOCTTY);
  /bionic/libc/bionic/
pty.cpp 43 return posix_openpt(O_RDWR|O_NOCTTY);
135 *slave = open(name, O_RDWR|O_NOCTTY);
  /bionic/tests/headers/posix/
fcntl_h.c 60 MACRO(O_NOCTTY);
  /external/strace/tests/
openat.c 91 { ARG_STR(O_NOCTTY) },
  /external/strace/tests-m32/
openat.c 91 { ARG_STR(O_NOCTTY) },
  /external/strace/tests-mx32/
openat.c 91 { ARG_STR(O_NOCTTY) },
  /external/toybox/toys/net/
microcom.c 69 TT.fd = xopen(*toys.optargs, O_RDWR | O_NOCTTY | O_NDELAY);
  /hardware/marvell/bt/libbt-vendor/
bt_vendor_mrvl.c 105 mchar_fd = open(mchar_port, O_RDWR|O_NOCTTY);
  /prebuilts/go/darwin-x86/src/syscall/
errors_plan9.go 12 O_NOCTTY = 0x00000

Completed in 327 milliseconds

1 2 3 4 5 6