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

12 3

  /prebuilts/go/linux-x86/src/os/
file.go 83 SEEK_CUR int = 1 // seek relative to the current offset
  /toolchain/binutils/binutils-2.27/bfd/
hpux-core.c 185 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR);
212 if (bfd_seek (abfd, -((file_ptr) core_header.len), SEEK_CUR) != 0)
270 if (bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR) != 0)
288 bfd_seek (abfd, (file_ptr) core_header.len, SEEK_CUR);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 33 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
142 SEEK_CUR = 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 46 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
155 SEEK_CUR = 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 33 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
128 SEEK_CUR = 1
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 132 #ifndef SEEK_CUR
133 #define SEEK_CUR 1 /* set file offset to current plus offset */
  /external/freetype/src/gzip/
ftzconf.h 250 # define SEEK_CUR 1 /* Seek from current position. */
  /external/python/cpython2/Lib/
os.py 33 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
128 SEEK_CUR = 1
  /external/syslinux/com32/lib/zlib/
zconf.in.h 287 # define SEEK_CUR 1 /* Seek from current position. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 101 # define SEEK_CUR 1 /* Seek from current position. */
stdio.h 142 #define SEEK_CUR 1 /* Seek from current position. */
unistd.h 313 # define SEEK_CUR 1 /* Seek from current position. */
324 # define L_INCR SEEK_CUR
331 the current position (if WHENCE is SEEK_CUR),
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 33 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
128 SEEK_CUR = 1
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 33 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
128 SEEK_CUR = 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 33 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
128 SEEK_CUR = 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 33 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
128 SEEK_CUR = 1
  /development/ndk/platforms/android-14/include/
zconf.h 297 # define SEEK_CUR 1 /* Seek from current position. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zconf.h 297 # define SEEK_CUR 1 /* Seek from current position. */
zconf.in.h 297 # define SEEK_CUR 1 /* Seek from current position. */
  /external/python/cpython3/Lib/
os.py 33 "defpath", "name", "path", "devnull", "SEEK_SET", "SEEK_CUR",
189 SEEK_CUR = 1
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 316 #ifndef SEEK_CUR
317 #define SEEK_CUR 1 /**< set file offset to current plus offset */
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ld.h 26 #ifndef SEEK_CUR
27 #define SEEK_CUR 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zconf.h 476 # define SEEK_CUR 1 /* Seek from current position. */
  /external/python/cpython2/Modules/zlib/
zconf.h 476 # define SEEK_CUR 1 /* Seek from current position. */
  /external/syslinux/com32/include/
zconf.h 389 # define SEEK_CUR 1 /* Seek from current position. */

Completed in 353 milliseconds

12 3