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

1 2 3

  /bionic/libc/include/bits/
seek_constants.h 33 #define SEEK_CUR 1
  /toolchain/binutils/binutils-2.27/ld/
sysdep.h 103 #ifndef SEEK_CUR
104 #define SEEK_CUR 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
63 SEEK_CUR = 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
io.py 57 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
72 SEEK_CUR = 1
posixfile.py 232 SEEK_CUR = 1
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
unistd.h 80 #ifndef SEEK_CUR
81 #define SEEK_CUR 1 /**< set file offset to current plus offset */
89 #define L_INCR SEEK_CUR
EfiSysCall.h 10 SEEK_CUR 1 set file offset to current plus offset
83 #ifndef SEEK_CUR
84 #define SEEK_CUR 1 /**< set file offset to current plus offset */
  /external/python/cpython2/Lib/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
63 SEEK_CUR = 1
posixfile.py 232 SEEK_CUR = 1
  /external/python/cpython3/Lib/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
66 SEEK_CUR = 1
  /prebuilts/gdb/darwin-x86/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
63 SEEK_CUR = 1
posixfile.py 232 SEEK_CUR = 1
  /prebuilts/gdb/linux-x86/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
63 SEEK_CUR = 1
posixfile.py 232 SEEK_CUR = 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
63 SEEK_CUR = 1
posixfile.py 232 SEEK_CUR = 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
63 SEEK_CUR = 1
posixfile.py 232 SEEK_CUR = 1
  /toolchain/binutils/binutils-2.27/bfd/
sysdep.h 115 #ifndef SEEK_CUR
116 #define SEEK_CUR 1
  /external/clang/test/Analysis/
stream.c 6 #define SEEK_CUR 1 /* Seek from current position. */
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 17 #define SEEK_CUR 1
  /toolchain/binutils/binutils-2.27/binutils/
sysdep.h 131 #ifndef SEEK_CUR
132 #define SEEK_CUR 1
  /external/syslinux/com32/include/
stdio.h 26 #define SEEK_CUR 1
  /external/syslinux/gpxe/src/include/gpxe/
xfer.h 100 SEEK_CUR = 0,
110 * Must be one of @c SEEK_CUR or @c SEEK_SET.
129 case SEEK_CUR: return "CUR";
  /prebuilts/go/darwin-x86/src/os/
file.go 83 SEEK_CUR int = 1 // seek relative to the current offset

Completed in 629 milliseconds

1 2 3