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

1 2 3 4 5 6 7 8 9

  /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/openssh/
sshpty.c 45 #ifndef O_NOCTTY
46 #define O_NOCTTY 0
117 fd = open(tty, O_RDWR|O_NOCTTY);
139 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
152 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
259 if ((fd = open(_PATH_TTY, O_RDWR | O_NOCTTY)) >= 0) {
  /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
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 28 #define O_NOCTTY 0x0800
  /development/ndk/platforms/android-21/arch-mips/include/asm/
fcntl.h 30 #define O_NOCTTY 0x0800
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
fcntl.h 30 #define O_NOCTTY 0x0800
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 19 #define O_NOCTTY 0x0800 /* not fcntl */

Completed in 504 milliseconds

1 2 3 4 5 6 7 8 9