HomeSort by relevance Sort by last modified time
    Searched refs:fseek (Results 1 - 25 of 323) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/stdio/
rewind.c 40 (void) fseek(fp, 0L, SEEK_SET);
  /external/clang/test/Analysis/
stream.c 12 extern int fseek (FILE *__stream, long int __off, int __whence);
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}}
83 fseek(stream, offset, whence);
  /frameworks/av/cmds/stagefright/
WaveWriter.h 39 fseek(mFile, 40, SEEK_SET);
42 fseek(mFile, 4, SEEK_SET);
  /external/icu4c/samples/layout/
UnicodeReader.cpp 46 fseek(f, 0, SEEK_END);
49 fseek(f, 0, SEEK_SET);
82 fseek(f, signatureLength, SEEK_SET);
  /external/skia/legacy/src/ports/
SkOSFile_stdio.cpp 40 ::fseek((FILE*)f, 0, SEEK_END); // go to the end
42 ::fseek((FILE*)f, (long)curr, SEEK_SET); // go back to our prev loc
50 // ::fseek((FILE*)f, 0, SEEK_SET);
64 // ::fseek((FILE*)f, (long)(curr + byteCount), SEEK_SET);
65 int err = ::fseek((FILE*)f, (long)byteCount, SEEK_CUR);
67 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n",
  /bionic/libc/bionic/
pututline.c 48 if (fseek(f, i - sizeof(struct utmp), SEEK_SET) < 0)
  /external/compiler-rt/SDKs/linux/usr/include/
stdio.h 40 extern int fseek(FILE *, long, int);
  /external/ceres-solver/internal/ceres/
file.cc 58 fseek(file_descriptor, 0L, SEEK_END);
63 fseek(file_descriptor, 0L, SEEK_SET);
  /external/harfbuzz_ng/src/
test-size-params.cc 67 fseek (f, 0, SEEK_END);
69 fseek (f, 0, SEEK_SET);
test-would-substitute.cc 71 fseek (f, 0, SEEK_END);
73 fseek (f, 0, SEEK_SET);
test-buffer-serialize.cc 69 fseek (f, 0, SEEK_END);
71 fseek (f, 0, SEEK_SET);
test.cc 70 fseek (f, 0, SEEK_END);
72 fseek (f, 0, SEEK_SET);
  /external/quake/quake/src/QW/client/
sys_null.c 18 fseek (f, 0, SEEK_END);
20 fseek (f, pos, SEEK_SET);
  /external/quake/quake/src/WinQuake/
sys_null.cpp 58 fseek (f, 0, SEEK_END);
60 fseek (f, pos, SEEK_SET);
107 fseek (sys_handles[handle], position, SEEK_SET);
sys_wind.cpp 62 fseek (f, 0, SEEK_END);
64 fseek (f, pos, SEEK_SET);
111 fseek (sys_handles[handle], position, SEEK_SET);
  /external/skia/src/ports/
SkOSFile_stdio.cpp 62 ::fseek((FILE*)f, 0, SEEK_END); // go to the end
67 ::fseek((FILE*)f, curr, SEEK_SET); // go back to our prev loc
75 // ::fseek((FILE*)f, 0, SEEK_SET);
89 // ::fseek((FILE*)f, (long)(curr + byteCount), SEEK_SET);
90 int err = ::fseek((FILE*)f, (long)byteCount, SEEK_CUR);
92 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n",
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 104 fseek(fs, 0, SEEK_SET);
130 fseek(fs, 0, SEEK_END);
137 fseek(fs, 0, SEEK_SET);
176 fseek(fs, 0, SEEK_SET);
202 fseek(fs, 0, SEEK_END);
209 fseek(fs, 0, SEEK_SET);
239 fseek(fs, 0, SEEK_SET);
266 fseek(fs, 0, SEEK_END);
273 fseek(fs, 0, SEEK_SET);
303 fseek(fs, 0, SEEK_SET)
    [all...]
  /external/compiler-rt/SDKs/darwin/usr/include/
stdio.h 76 int fseek(FILE *, long, int);
  /external/openssl/crypto/bio/
bio_lcl.h 17 #define UP_fseek fseek
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_input.cpp 63 return 0 == fseek(_file, (long) pos, SEEK_SET);
  /external/chromium/net/tools/dnssec_chain_verify/
dnssec_chain_verify.cc 50 fseek(infile, 0, SEEK_END);
52 fseek(infile, 0, SEEK_SET);
  /external/jpeg/
jmemansi.c 101 if (fseek(info->temp_file, file_offset, SEEK_SET))
114 if (fseek(info->temp_file, file_offset, SEEK_SET))
  /external/qemu/distrib/jpeg-6b/
jmemansi.c 101 if (fseek(info->temp_file, file_offset, SEEK_SET))
114 if (fseek(info->temp_file, file_offset, SEEK_SET))
  /system/core/libcutils/
open_memstream.c 31 * in "*sizep". (The behavior w.r.t. fseek() is not clearly defined.
332 fseek(stream, -1, SEEK_CUR); /* broken in glibc; can use {13,SEEK_SET} */
334 fseek(stream, 1022, SEEK_SET);
351 fseek(stream, 5000, SEEK_SET);
352 fseek(stream, 4096, SEEK_SET);
353 fseek(stream, -1, SEEK_SET); /* should have no effect */
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file_unittest.cc 114 EXPECT_EQ(fseek(file.get(), kOffset, SEEK_SET), 0);
119 EXPECT_EQ(fseek(file.get(), kOffset, SEEK_SET), 0);
138 EXPECT_EQ(fseek(file.get(), kAddChunkCountOffset, SEEK_SET), 0);

Completed in 475 milliseconds

1 2 3 4 5 6 7 8 91011>>