HomeSort by relevance Sort by last modified time
    Searched refs:_lseeki64 (Results 1 - 23 of 23) sorted by null

  /external/curl/src/
tool_cb_see.c 95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) macro
101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) macro
103 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) macro
109 # undef _lseeki64 macro
110 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) macro
121 if(_lseeki64(fd, where, SEEK_SET) < 0)
  /external/ImageMagick/MagickCore/
nt-base.h 156 # define lseek _lseeki64
  /external/python/cpython3/Modules/_io/
fileio.c 701 pos = _lseeki64(self->fd, 0L, SEEK_CUR);
913 res = _lseeki64(fd, pos, whence);
    [all...]
  /external/curl/lib/
curl_setup.h 357 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzlib.c 9 # define LSEEK _lseeki64
  /external/pdfium/third_party/libtiff/
tiffiop.h 297 #define _TIFF_lseek_f(fildes,offset,whence) _lseeki64(fildes,/* __int64 */ offset,whence)
  /external/python/cpython2/Modules/zlib/
gzlib.c 9 # define LSEEK _lseeki64
  /external/python/cpython3/Modules/zlib/
gzlib.c 9 # define LSEEK _lseeki64
  /external/zlib/src/
gzlib.c 9 # define LSEEK _lseeki64
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 264 __MINGW_EXTENSION __int64 __cdecl _lseeki64(int _FileHandle,__int64 _Offset,int _Origin);
  /toolchain/binutils/binutils-2.27/zlib/
gzlib.c 9 # define LSEEK _lseeki64
  /external/fio/os/windows/
posix.c 753 _lseeki64(fildes, pos, SEEK_SET);
761 _lseeki64(fildes, pos, SEEK_SET);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 730 res = _lseeki64(fd, pos, whence);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
raw_ostream.cpp 602 pos = ::_lseeki64(FD, off, SEEK_SET);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
fileio.c 742 res = _lseeki64(fd, pos, whence);
  /external/python/cpython2/Modules/_io/
fileio.c 755 res = _lseeki64(fd, pos, whence);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 713 if (_lseeki64(fileno(fp), 0, 2) == -1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 699 if (_lseeki64(fileno(fp), 0, 2) == -1)
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 711 if (_lseeki64(fileno(fp), 0, 2) == -1)
    [all...]
  /external/libevent/
buffer.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 282 milliseconds