HomeSort by relevance Sort by last modified time
    Searched refs:O_ACCMODE (Results 1 - 22 of 22) sorted by null

  /external/compiler-rt/SDKs/linux/usr/include/sys/
fcntl.h 23 #define O_ACCMODE 0x0003
  /external/compiler-rt/SDKs/darwin/usr/include/sys/
fcntl.h 46 #define O_ACCMODE 0x0003 /* mask for above modes */
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fdopen.c 60 tmp = fdflags & O_ACCMODE;
61 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) {
  /external/bison/lib/
open.c 128 && ((flags & O_ACCMODE) == O_RDONLY
129 || (O_SEARCH != O_RDONLY && (flags & O_ACCMODE) == O_SEARCH)))
fcntl.in.h 284 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
285 # undef O_ACCMODE
286 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 6 #define O_ACCMODE 00000003
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 22 #define O_ACCMODE 00000003
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 22 #define O_ACCMODE 00000003
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 18 #define O_ACCMODE 00000003
  /external/bison/darwin-lib/
fcntl.h 596 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
597 # undef O_ACCMODE
598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
  /external/bison/linux-lib/
fcntl.h 596 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
597 # undef O_ACCMODE
598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 106 const int access_mode = flags & O_ACCMODE;
123 const int creation_and_status_flags = flags & ~O_ACCMODE;
525 switch (requested_flags & O_ACCMODE) {
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox.cc 62 // the return value of F_GETFL, so we need to allow O_ACCMODE in
64 const uint64_t kAllowedMask = O_ACCMODE | O_NONBLOCK;
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 176 const uint64_t kAllowedMask = O_ACCMODE | O_APPEND | O_NONBLOCK | O_SYNC |
  /external/mksh/src/
shf.c 86 sflags |= (oflags & O_ACCMODE) == O_RDONLY ? SHF_RD :
87 ((oflags & O_ACCMODE) == O_WRONLY ? SHF_WR : SHF_RDWR);
106 switch (flags & O_ACCMODE) {
sh.h 408 #ifndef O_ACCMODE
410 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
    [all...]
main.c     [all...]
  /external/chromium_org/base/memory/
shared_memory_unittest.cc 417 EXPECT_EQ(O_RDONLY, fcntl(handle.fd, F_GETFL) & O_ACCMODE)
  /external/e2fsprogs/lib/ext2fs/
tdb.c     [all...]
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl_more_unittest.cc 917 return If((flags & O_ACCMODE) != 0, Error(EROFS)).Else(Allow());
    [all...]
  /external/bison/
configure     [all...]

Completed in 463 milliseconds