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

1 2 3

  /bionic/libc/include/bits/
seek_constants.h 34 #define SEEK_END 2
  /toolchain/binutils/binutils-2.27/ld/
sysdep.h 106 #ifndef SEEK_END
107 #define SEEK_END 2
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
io.py 57 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
73 SEEK_END = 2
posixfile.py 233 SEEK_END = 2
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
unistd.h 83 #ifndef SEEK_END
84 #define SEEK_END 2 /**< set file offset to EOF plus offset */
90 #define L_XTND SEEK_END
EfiSysCall.h 11 SEEK_END 2 set file offset to EOF plus offset
86 #ifndef SEEK_END
87 #define SEEK_END 2 /**< set file offset to EOF plus offset */
  /external/python/cpython2/Lib/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2
posixfile.py 233 SEEK_END = 2
  /external/python/cpython3/Lib/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
67 SEEK_END = 2
  /prebuilts/gdb/darwin-x86/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2
posixfile.py 233 SEEK_END = 2
  /prebuilts/gdb/linux-x86/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2
posixfile.py 233 SEEK_END = 2
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2
posixfile.py 233 SEEK_END = 2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2
posixfile.py 233 SEEK_END = 2
  /external/clang/test/Analysis/
stream.c 7 #define SEEK_END 2 /* Seek from end of file. */
46 fseek(p, 1, 3); // expected-warning {{The whence argument to fseek() should be SEEK_SET, SEEK_END, or SEEK_CUR}}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
unistd.h 18 #define SEEK_END 2
  /toolchain/binutils/binutils-2.27/binutils/
sysdep.h 134 #ifndef SEEK_END
135 #define SEEK_END 2
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOs.py 73 SEEK_END = os.SEEK_END
  /external/syslinux/com32/include/
stdio.h 27 #define SEEK_END 2
  /prebuilts/go/darwin-x86/src/os/
file.go 84 SEEK_END int = 2 // seek relative to the end
  /prebuilts/go/linux-x86/src/os/
file.go 84 SEEK_END int = 2 // seek relative to the end

Completed in 953 milliseconds

1 2 3