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

1 2 3 4

  /external/syslinux/com32/include/
fcntl.h 15 #define O_WRONLY 2
  /toolchain/binutils/binutils-2.27/ld/
sysdep.h 86 #ifndef O_WRONLY
87 #define O_WRONLY 1
93 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /external/libxml2/win32/wince/
wincecompat.h 20 #define O_WRONLY 0x0001 /* open for writing only */
  /toolchain/binutils/binutils-2.27/bfd/
sysdep.h 102 #ifndef O_WRONLY
103 #define O_WRONLY 1
109 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 37 #define O_WRONLY _O_WRONLY
  /prebuilts/go/darwin-x86/src/os/
file.go 66 // Exactly one of O_RDONLY, O_WRONLY, or O_RDWR must be specified.
68 O_WRONLY int = syscall.O_WRONLY // open the file write-only.
  /prebuilts/go/linux-x86/src/os/
file.go 66 // Exactly one of O_RDONLY, O_WRONLY, or O_RDWR must be specified.
68 O_WRONLY int = syscall.O_WRONLY // open the file write-only.
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 65 #define O_WRONLY 0x00000001 ///< open for writing only
163 exactly one of { O_RDONLY, O_RDWR, O_WRONLY } in the value of oflags.
  /external/python/cpython2/Modules/
linuxaudiodev.c 23 #define O_WRONLY 01
102 imode = O_WRONLY;
127 if (imode == O_WRONLY && ioctl(fd, SNDCTL_DSP_NONBLOCK, NULL) == -1) {
ossaudiodev.c 29 #define O_WRONLY 01
98 imode = O_WRONLY;
825 case O_WRONLY:
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 48 static final int O_WRONLY = OsConstants.O_WRONLY;
  /prebuilts/go/darwin-x86/src/syscall/
const_plan9.go 8 O_WRONLY = 1
syscall_nacl.go 111 O_WRONLY = 1
  /prebuilts/go/linux-x86/src/syscall/
const_plan9.go 8 O_WRONLY = 1
syscall_nacl.go 111 O_WRONLY = 1
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 24 #define O_WRONLY 00000001
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 21 #define O_WRONLY 00000001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 56 # define O_WRONLY _O_WRONLY
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 20 #define O_WRONLY 00000001
  /external/python/cpython3/Modules/
ossaudiodev.c 30 #define O_WRONLY 01
103 imode = O_WRONLY;
958 case O_WRONLY:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 35 #define O_WRONLY 01
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 36 #define O_WRONLY 01
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 332 #ifndef O_WRONLY
333 # define O_WRONLY 1
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 159 O_WRONLY = 1
  /external/python/cpython2/Lib/plat-atheos/
IN.py 618 O_WRONLY = 01

Completed in 314 milliseconds

1 2 3 4