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

1 2 3 4 5 6 7 8 910

  /external/openssh/openbsd-compat/
bsd-openpty.c 68 #ifndef O_NOCTTY
69 #define O_NOCTTY 0
87 if ((*aslave = open(slave, O_RDWR | O_NOCTTY)) == -1) {
102 if ((ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY)) == -1)
119 if ((*aslave = open(pts, O_RDWR | O_NOCTTY)) == -1) {
142 if ((*amaster = open("/dev/ptc", O_RDWR | O_NOCTTY)) == -1)
146 if ((*aslave = open(ttname, O_RDWR | O_NOCTTY)) == -1) {
166 if ((*amaster = open(ptbuf, O_RDWR|O_NOCTTY)) == -1)
169 if ((*aslave = open(ttbuf, O_RDWR|O_NOCTTY)) == -1) {
194 if ((*amaster = open(ptbuf, O_RDWR | O_NOCTTY)) == -1)
    [all...]
  /external/toybox/toys/other/
fsync.c 31 loopfiles_rw(toys.optargs, O_RDONLY|O_NOATIME|O_NOCTTY|O_CLOEXEC|WARN_ONLY,
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /development/ndk/platforms/android-9/include/asm-generic/
fcntl.h 27 #ifndef O_NOCTTY
28 #define O_NOCTTY 00000400
  /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/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 69 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
75 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));

Completed in 1108 milliseconds

1 2 3 4 5 6 7 8 910