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

1 2 3 4

  /bionic/libc/include/bits/
seek_constants.h 32 #define SEEK_SET 0
  /toolchain/binutils/binutils-2.27/ld/
sysdep.h 100 #ifndef SEEK_SET
101 #define SEEK_SET 0
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
62 SEEK_SET = 0
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
io.py 57 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
71 SEEK_SET = 0
posixfile.py 231 SEEK_SET = 0
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
unistd.h 77 #ifndef SEEK_SET
78 #define SEEK_SET 0 /**< set file offset to offset */
88 #define L_SET SEEK_SET
EfiSysCall.h 9 SEEK_SET 0 set file offset to offset
80 #ifndef SEEK_SET
81 #define SEEK_SET 0 /**< set file offset to offset */
  /external/python/cpython2/Lib/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
62 SEEK_SET = 0
posixfile.py 231 SEEK_SET = 0
  /external/python/cpython3/Lib/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
65 SEEK_SET = 0
  /prebuilts/gdb/darwin-x86/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
62 SEEK_SET = 0
posixfile.py 231 SEEK_SET = 0
  /prebuilts/gdb/linux-x86/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
62 SEEK_SET = 0
posixfile.py 231 SEEK_SET = 0
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
62 SEEK_SET = 0
posixfile.py 231 SEEK_SET = 0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
62 SEEK_SET = 0
posixfile.py 231 SEEK_SET = 0
  /toolchain/binutils/binutils-2.27/bfd/
sysdep.h 112 #ifndef SEEK_SET
113 #define SEEK_SET 0
  /external/clang/test/Analysis/
stream.c 5 #define SEEK_SET 0 /* Seek from beginning of file. */
25 fseek(p, 1, SEEK_SET); // expected-warning {{Stream pointer might be NULL}}
45 fseek(p, 1, SEEK_SET); // no-warning
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 15 #ifndef SEEK_SET
16 #define SEEK_SET 0
  /toolchain/binutils/binutils-2.27/binutils/
sysdep.h 128 #ifndef SEEK_SET
129 #define SEEK_SET 0
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOs.py 72 SEEK_SET = os.SEEK_SET
  /external/syslinux/com32/include/
stdio.h 25 #define SEEK_SET 0
  /external/libcups/cups/
dest-localization.c 435 lseek(cupsFileNumber(temp), 0, SEEK_SET);

Completed in 1429 milliseconds

1 2 3 4