HomeSort by relevance Sort by last modified time
    Searched refs:SEEK_END (Results 101 - 125 of 499) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.cpp 137 fseek(fpaudiocaps, 0, SEEK_END);
217 fseek(fpspkrfile,0,SEEK_END);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 64 #ifndef SEEK_END
65 #error SEEK_END not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 45 #ifndef SEEK_END
46 #error SEEK_END not defined
  /bionic/libc/stdio/
fmemopen.cpp 99 } else if (whence == SEEK_END && (offset <= 0 && static_cast<size_t>(-offset) <= ck->size)) {
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
open_memstream.c 87 case SEEK_END:
open_wmemstream.c 91 case SEEK_END:
  /build/make/tools/ziptime/
ZipFile.cpp 81 fseek(mZipFp, 0, SEEK_END);
  /development/ndk/platforms/android-14/include/
zconf.h 298 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zconf.h 298 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
zconf.in.h 298 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
  /external/capstone/suite/fuzz/
fuzz_harness.c 119 if (fseek(fp, 0L, SEEK_END) == 0) {
  /external/freetype/src/gzip/
ftzconf.h 251 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
  /external/harfbuzz_ng/src/
main.cc 60 fseek (f, 0, SEEK_END);
  /external/icu/icu4c/source/tools/toolutil/
filestrm.cpp 172 fseek((FILE*)fileStream, 0, SEEK_END);
  /external/libdivsufsort/examples/
mksary.c 133 if(LFS_FSEEK(fp, 0, SEEK_END) == 0) {
  /external/linux-kselftest/tools/testing/selftests/powerpc/mm/
subpage_prot.c 190 filesize = lseek(fd, 0, SEEK_END);
  /external/ltp/testcases/kernel/io/disktest/
io.c 94 return_lba = (OFF_T) lseek64(fd, 0, SEEK_END);
  /external/ltp/testcases/kernel/syscalls/fallocate/
fallocate01.c 224 offset = lseek(fd, 0, SEEK_END);
  /external/python/cpython3/Lib/
_compression.py 44 # Set to size of decompressed stream once it is known, for SEEK_END
126 elif whence == io.SEEK_END:
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 165 fseek(file_, 0, SEEK_END);
  /external/skia/src/ports/
SkOSFile_stdio.cpp 110 fseek(f, 0, SEEK_END); // go to the end
  /external/skia/tools/bookmaker/
cataloger.cpp 19 fseek(file, 0L, SEEK_END);
  /external/skqp/tools/bookmaker/
cataloger.cpp 19 fseek(file, 0L, SEEK_END);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTResourceFile.cpp 36 fseek(pFile, 0, SEEK_END);
  /external/syslinux/com32/lib/zlib/
zconf.in.h 288 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */

Completed in 875 milliseconds

1 2 3 45 6 7 8 91011>>