Home
last modified time | relevance | path

Searched refs:fseek (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/external/clang/test/Analysis/
Dstream.c12 extern int fseek (FILE *__stream, long int __off, int __whence);
25 fseek(p, 1, SEEK_SET); // expected-warning {{Stream pointer might be NULL}} in f2()
45 fseek(p, 1, SEEK_SET); // no-warning in f5()
46fseek(p, 1, 3); // expected-warning {{The whence argument to fseek() should be SEEK_SET, SEEK_END,… in f5()
83 fseek(stream, offset, whence); in pr8081()
/external/sfntly/cpp/src/sfntly/port/
Dfile_input_stream.cc125 fseek(file_, position_, SEEK_SET); in Skip()
129 fseek(file_, (size_t)skip_count, SEEK_CUR); in Skip()
148 fseek(file_, position_ - unread_count, SEEK_SET); in Unread()
151 fseek(file_, position_ - unread_count, SEEK_SET); in Unread()
169 fseek(file_, 0, SEEK_END); in Open()
171 fseek(file_, 0, SEEK_SET); in Open()
/external/dng_sdk/source/
Ddng_file_stream.cpp74 if (fseek (fFile, 0, SEEK_END) != 0) in DoGetLength()
92 if (fseek (fFile, (long) offset, SEEK_SET) != 0) in DoRead()
117 if (fseek (fFile, (uint32) offset, SEEK_SET) != 0) in DoWrite()
/external/deqp/framework/common/
DtcuResource.cpp70 fseek(m_file, 0, SEEK_END); in getSize()
72 fseek(m_file, curPos, SEEK_SET); in getSize()
83 fseek(m_file, (size_t)position, SEEK_SET); in setPosition()
/external/perfetto/src/perfetto_cmd/
Dpacket_writer_unittest.cc110 fseek(*f, 0, SEEK_SET); in TEST()
140 fseek(*f, 0, SEEK_SET); in TEST()
165 EXPECT_EQ(fseek(*f, 0, SEEK_END), 0); in TEST()
181 EXPECT_EQ(fseek(*f, 0, SEEK_END), 0); in TEST()
213 EXPECT_LT(fseek(*f, 0, SEEK_END), static_cast<int>(uncompressed_size)); in TEST()
214 fseek(*f, 0, SEEK_SET); in TEST()
266 fseek(*f, 0, SEEK_SET); in TEST()
296 fseek(*f, 0, SEEK_SET); in TEST()
/external/sfntly/cpp/src/test/
Dfile_io_test.cc36 fseek(file_handle, 0, SEEK_END); in TestFileInputStream()
38 fseek(file_handle, 0, SEEK_SET); in TestFileInputStream()
97 fseek(file_handle, 0, SEEK_END); in TestFontInputStreamBasic()
99 fseek(file_handle, 0, SEEK_SET); in TestFontInputStreamBasic()
/external/icu/icu4c/source/samples/layout/
DUnicodeReader.cpp50 fseek(f, 0, SEEK_END); in readFile()
53 fseek(f, 0, SEEK_SET); in readFile()
86 fseek(f, signatureLength, SEEK_SET); in readFile()
/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h65 #if defined(OPJ_HAVE_FSEEKO) && !defined(fseek)
66 # define fseek fseeko macro
85 # define OPJ_FSEEK(stream,offset,whence) fseek(stream,offset,whence)
/external/llvm-project/clang/test/Analysis/
Dstream.c19 fseek(fp, 0, 0); // expected-warning {{Stream pointer might be NULL}} in check_fseek()
84 fseek(p, 1, SEEK_SET); // no-warning in f_seek()
85fseek(p, 1, 3); // expected-warning {{The whence argument to fseek() should be SEEK_SET, SEEK_END,… in f_seek()
160 fseek(stream, offset, whence); in pr8081()
/external/openscreen/testing/util/
Dread_file.cc16 fseek(file, 0, SEEK_END); in ReadEntireFileToString()
18 fseek(file, 0, SEEK_SET); in ReadEntireFileToString()
/external/capstone/suite/fuzz/
Donefile.c21 if (fseek(fp, 0L, SEEK_END) != 0) { in main()
30 if (fseek(fp, 0L, SEEK_SET) != 0) { in main()
Ddriverbin.c44 if (fseek(fp, 0L, SEEK_END) != 0) { in main()
58 if (fseek(fp, 0L, SEEK_SET) != 0) { in main()
/external/oss-fuzz/projects/mysql-server/targets/
Donefile.cc21 if (fseek(fp, 0L, SEEK_END) != 0) { in main()
30 if (fseek(fp, 0L, SEEK_SET) != 0) { in main()
/external/libpcap/testprogs/fuzz/
Donefile.c24 if (fseek(fp, 0L, SEEK_END) != 0) { in main()
33 if (fseek(fp, 0L, SEEK_SET) != 0) { in main()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DRsaKeyCache.c169 fseek(cacheFile, 0, SEEK_SET); in InitializeKeyCache()
208 fseek(cacheFile, 0L, SEEK_END); in KeyCacheLoaded()
211 fseek(cacheFile, 0L, SEEK_SET); in KeyCacheLoaded()
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/
Dstandalone_fuzz_target_runner.c21 fseek(f, 0, SEEK_END); in main()
23 fseek(f, 0, SEEK_SET); in main()
/external/rust/crates/libfuzzer-sys/libfuzzer/standalone/
DStandaloneFuzzTargetMain.c30 fseek(f, 0, SEEK_END); in main()
32 fseek(f, 0, SEEK_SET); in main()
/external/llvm-project/compiler-rt/test/profile/Inputs/
Dinstrprof-file_ex.c36 fseek(F, 0, SEEK_END); in main()
56 fseek(F, 0, SEEK_END); in main()
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-file_ex.c36 fseek(F, 0, SEEK_END); in main()
56 fseek(F, 0, SEEK_END); in main()
/external/lz4/ossfuzz/
Dstandaloneengine.c31 fseek(infile, 0L, SEEK_END); in main()
35 fseek(infile, 0L, SEEK_SET); in main()
/external/llvm-project/compiler-rt/lib/fuzzer/standalone/
DStandaloneFuzzTargetMain.c30 fseek(f, 0, SEEK_END); in main()
32 fseek(f, 0, SEEK_SET); in main()
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
Dfrontend_memmap_main.c29 fseek(fp, 0L, SEEK_END); in main()
31 fseek(fp, 0L, SEEK_SET); in main()
Dfrontend_main.c39 fseek(fp, 0L, SEEK_END); in main()
41 fseek(fp, 0L, SEEK_SET); in main()
/external/dynamic_depth/internal/xmpmeta/
Dfile.cc28 fseek(file_descriptor, 0L, SEEK_END); in ReadFileToStringOrDie()
33 fseek(file_descriptor, 0L, SEEK_SET); in ReadFileToStringOrDie()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dload_file.cc48 fseek(file, 0, SEEK_END); in grpc_load_file()
51 fseek(file, 0, SEEK_SET); in grpc_load_file()

12345678910>>...16