HomeSort by relevance Sort by last modified time
    Searched refs:SEEK_END (Results 176 - 200 of 404) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/brotli/research/
find_opt_references.cc 207 fseek(fin, 0, SEEK_END);
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 216 fseek(output_file, 0L, SEEK_END);
InstrProfilingFile.c 126 if (fseek(ProfileFile, 0L, SEEK_END) == -1) {
  /external/harfbuzz_ng/test/shaping/data/aots/
hb-aots-tester.cpp 36 fseek(f, 0, SEEK_END);
  /external/icu/icu4c/source/common/
umapfile.cpp 279 fseek(f, 0, SEEK_END);
  /external/icu/icu4c/source/test/intltest/
idnaconf.cpp 88 fseek( f, 0, SEEK_END);
  /external/icu/icu4c/source/test/thaitest/
thaitest.cpp 322 fseek(f, 0, SEEK_END);
  /external/jsoncpp/src/jsontestrunner/
main.cpp 49 fseek(file, 0, SEEK_END);
  /external/libjpeg-turbo/
tjexample.c 270 if (fseek(jpegFile, 0, SEEK_END) < 0 || ((size = ftell(jpegFile)) < 0) ||
  /external/ltp/pan/
zoolib.c 171 if (fseek(fp, 0, SEEK_END)) {
  /external/ltp/testcases/kernel/fs/doio/
write_log.c 276 if ((lseek(fd, 0, SEEK_END)) == -1) {
278 "Could not reposition file pointer - lseek(%s, 0, SEEK_END) failed: %s\n",
  /external/mesa3d/src/gallium/winsys/sw/kms-dri/
kms_dri_sw_winsys.c 255 off_t lseek_ret = lseek(fd, 0, SEEK_END);
  /external/mksh/src/
os2.c 89 fseek(f, 0, SEEK_END);
  /external/python/cpython2/Modules/zlib/
zconf.h 500 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
  /external/u-boot/include/u-boot/
zlib.h 345 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
  /external/u-boot/tools/
zynqmpimage.c 316 ret = fseek(fp, 0L, SEEK_END);
318 fprintf(stderr, "Incorrect file SEEK_END\n");
  /external/wpa_supplicant_8/src/utils/
os_internal.c 224 fseek(f, 0, SEEK_END);
  /external/zlib/src/contrib/minizip/
minizip.c 232 int n = FSEEKO_FUNC(pFile, 0, SEEK_END);
  /external/zlib/src/
zconf.h 500 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 55 fseek(file , 0 , SEEK_END);
  /frameworks/av/cmds/stagefright/
stream.cpp 78 mFileSize = lseek64(fd, 0, SEEK_END);
  /frameworks/av/media/utils/
ServiceUtilities.cpp 233 off_t size = lseek(heap->getHeapID(), 0, SEEK_END);
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 282 off_t size_by_seek = lseek(fd, (off_t) 0, SEEK_END);
482 size_by_seek = lseek(fd, (off_t) 0, SEEK_END);
1292 file_size = maxfilelen = lseek(fd, (off_t) 0, SEEK_END);
  /bionic/libc/stdio/
stdio.cpp 271 if ((mode_flags & O_APPEND) != 0) __sseek64(fp, 0, SEEK_END);
405 if ((mode_flags & O_APPEND) != 0) __sseek64(fp, 0, SEEK_END);
600 // After this, whence is either SEEK_SET or SEEK_END.
608 } else if (whence != SEEK_SET && whence != SEEK_END) {
  /bionic/tests/headers/posix/
unistd_h.c 128 MACRO(SEEK_END);

Completed in 1477 milliseconds

1 2 3 4 5 6 78 91011>>