HomeSort by relevance Sort by last modified time
    Searched refs:fseek (Results 1 - 25 of 425) 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/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 119 fseek(file_, position_, SEEK_SET);
123 fseek(file_, (size_t)skip_count, SEEK_CUR);
142 fseek(file_, position_ - unread_count, SEEK_SET);
145 fseek(file_, position_ - unread_count, SEEK_SET);
163 fseek(file_, 0, SEEK_END);
165 fseek(file_, 0, 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);
  /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 41 extern int fseek(FILE *, long, int);
  /external/ceres-solver/internal/ceres/
file.cc 60 fseek(file_descriptor, 0L, SEEK_END);
65 fseek(file_descriptor, 0L, SEEK_SET);
  /external/chromium_org/third_party/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/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);
  /external/sfntly/cpp/src/sample/subsetter/
subset_util.cc 51 fseek(input_file, 0, SEEK_END);
53 fseek(input_file, 0, SEEK_SET);
  /external/chromium_org/third_party/skia/src/ports/
SkOSFile_stdio.cpp 57 ::fseek((FILE*)f, 0, SEEK_END); // go to the end
63 ::fseek((FILE*)f, curr, SEEK_SET); // go back to our prev location
81 int err = ::fseek((FILE*)f, (long)byteCount, SEEK_CUR);
83 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n",
104 int err = ::fseek((FILE*)f, (long)byteCount, SEEK_SET);
109 int err = ::fseek((FILE*)f, byteCount, SEEK_CUR);
  /external/skia/src/ports/
SkOSFile_stdio.cpp 57 ::fseek((FILE*)f, 0, SEEK_END); // go to the end
63 ::fseek((FILE*)f, curr, SEEK_SET); // go back to our prev location
81 int err = ::fseek((FILE*)f, (long)byteCount, SEEK_CUR);
83 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n",
104 int err = ::fseek((FILE*)f, (long)byteCount, SEEK_SET);
109 int err = ::fseek((FILE*)f, byteCount, SEEK_CUR);
  /external/chromium_org/third_party/sqlite/src/tool/
showjournal.c 33 fseek(db, iOfst, SEEK_SET);
121 fseek(db, 0, SEEK_END);
124 fseek(db, 0, SEEK_SET);
  /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/chromium_org/third_party/openssl/openssl/crypto/bio/
bio_lcl.h 17 #define UP_fseek fseek
  /external/openssl/crypto/bio/
bio_lcl.h 17 #define UP_fseek fseek
  /external/sfntly/cpp/src/test/
file_io_test.cc 36 fseek(file_handle, 0, SEEK_END);
38 fseek(file_handle, 0, SEEK_SET);
97 fseek(file_handle, 0, SEEK_END);
99 fseek(file_handle, 0, SEEK_SET);
  /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);

Completed in 538 milliseconds

1 2 3 4 5 6 7 8 91011>>