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

1 2 3 4

  /external/syslinux/com32/include/
fcntl.h 21 #define O_APPEND 02000
  /external/libxml2/win32/wince/
wincecompat.h 22 #define O_APPEND 0x0008 /* writes done at eof */
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 22 #define O_APPEND 0x0008
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 14 #define O_APPEND 0x0008
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 39 #define O_APPEND _O_APPEND
  /prebuilts/go/darwin-x86/src/os/
file.go 71 O_APPEND int = syscall.O_APPEND // append data to the file when writing.
190 // The behavior of Seek on a file opened with O_APPEND is not specified.
  /prebuilts/go/darwin-x86/src/syscall/
errors_plan9.go 11 O_APPEND = 0x00400
syscall_nacl.go 118 O_APPEND = 02000
types_windows.go 44 O_APPEND = 0x00400
  /prebuilts/go/linux-x86/src/os/
file.go 71 O_APPEND int = syscall.O_APPEND // append data to the file when writing.
190 // The behavior of Seek on a file opened with O_APPEND is not specified.
  /prebuilts/go/linux-x86/src/syscall/
errors_plan9.go 11 O_APPEND = 0x00400
syscall_nacl.go 118 O_APPEND = 02000
types_windows.go 44 O_APPEND = 0x00400
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 70 #define O_APPEND 0x00000008 ///< set append mode
164 Any combination of { O_NONBLOCK, O_APPEND, O_CREAT, O_TRUNC, O_EXCL } may
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 52 static final int O_APPEND = OsConstants.O_APPEND;
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 38 #ifndef O_APPEND
39 #define O_APPEND 00002000
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 35 #ifndef O_APPEND
36 #define O_APPEND 00002000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 58 # define O_APPEND _O_APPEND
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 34 #ifndef O_APPEND
35 #define O_APPEND 00002000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 41 #define O_APPEND 02000
199 # define FAPPEND O_APPEND
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 42 #define O_APPEND 02000
214 # define FAPPEND O_APPEND
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 162 O_APPEND = 0x08
  /external/python/cpython2/Lib/plat-atheos/
IN.py 624 O_APPEND = 02000
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 569 O_APPEND = 0x08
  /libcore/luni/src/main/java/android/system/
OsConstants.java 368 public static final int O_APPEND = placeholder();
    [all...]

Completed in 675 milliseconds

1 2 3 4