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

1 2

  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /development/ndk/platforms/android-L/arch-mips/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 16 #ifndef O_NOCTTY
17 #define O_NOCTTY 00000400
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 27 #ifndef O_NOCTTY
28 #define O_NOCTTY 00000400
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 35 #ifndef O_NOCTTY
36 #define O_NOCTTY 00000400
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 30 #define O_NOCTTY 0x0800
  /external/chromium_org/tools/gyp/pylib/gyp/
flock_tool.py 42 fd = os.open(lockfile, os.O_WRONLY|os.O_NOCTTY|os.O_CREAT, 0666)
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 19 #define O_NOCTTY 0x0800 /* not fcntl */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 35 #ifndef O_NOCTTY
36 #define O_NOCTTY 00000400
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */
  /bionic/libc/bionic/
pty.cpp 38 return posix_openpt(O_RDWR|O_NOCTTY);
  /development/ndk/sources/android/libportable/arch-mips/
open.c 45 mipsflags |= O_NOCTTY;
fcntl.c 187 mipsflags |= O_NOCTTY;
225 if (flags & O_NOCTTY)
  /external/bison/lib/
fcntl.in.h 248 #ifndef O_NOCTTY
249 # define O_NOCTTY 0
  /external/lldb/tools/debugserver/source/
PseudoTerminal.cpp 73 // Suggested value for oflag is O_RDWR|O_NOCTTY
182 error = OpenFirstAvailableMaster (O_RDWR|O_NOCTTY);
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_i2c.c 150 gI2cPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY);
phDal4Nfc_uart.c 171 gComPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY);
  /external/chromium_org/chromeos/process_proxy/
process_proxy.cc 196 pt_pair[PT_MASTER_FD] = HANDLE_EINTR(posix_openpt(O_RDWR | O_NOCTTY));
209 pt_pair_[PT_SLAVE_FD] = HANDLE_EINTR(open(slave_name, O_RDWR | O_NOCTTY));
  /external/openssl/crypto/rand/
rand_unix.c 272 #ifdef O_NOCTTY /* If it happens to be a TTY (god forbid), do not make it
274 |O_NOCTTY
  /external/bison/darwin-lib/
fcntl.h 560 #ifndef O_NOCTTY
561 # define O_NOCTTY 0
  /external/bison/linux-lib/
fcntl.h 560 #ifndef O_NOCTTY
561 # define O_NOCTTY 0
  /bionic/tests/
stdlib_test.cpp 267 // getpt returns a pty with O_RDWR|O_NOCTTY.
284 int fd = posix_openpt(O_RDWR|O_NOCTTY|O_CLOEXEC);
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 127 O_DIRECTORY | O_EXCL | O_LARGEFILE | O_NOATIME | O_NOCTTY |
  /external/oprofile/daemon/
oprofiled.c 109 if (open(op_log_file, O_WRONLY|O_CREAT|O_NOCTTY|O_APPEND, 0644) == -1) {

Completed in 1198 milliseconds

1 2