/external/clang/test/Analysis/ |
D | 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}} in f2() 45 fseek(p, 1, SEEK_SET); // no-warning in f5() 46 …fseek(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/ |
D | file_input_stream.cc | 125 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/ |
D | dng_file_stream.cpp | 74 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/ |
D | tcuResource.cpp | 70 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/ |
D | packet_writer_unittest.cc | 110 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/ |
D | file_io_test.cc | 36 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/ |
D | UnicodeReader.cpp | 50 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/ |
D | opj_includes.h | 65 #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/ |
D | stream.c | 19 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() 85 …fseek(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/ |
D | read_file.cc | 16 fseek(file, 0, SEEK_END); in ReadEntireFileToString() 18 fseek(file, 0, SEEK_SET); in ReadEntireFileToString()
|
/external/capstone/suite/fuzz/ |
D | onefile.c | 21 if (fseek(fp, 0L, SEEK_END) != 0) { in main() 30 if (fseek(fp, 0L, SEEK_SET) != 0) { in main()
|
D | driverbin.c | 44 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/ |
D | onefile.cc | 21 if (fseek(fp, 0L, SEEK_END) != 0) { in main() 30 if (fseek(fp, 0L, SEEK_SET) != 0) { in main()
|
/external/libpcap/testprogs/fuzz/ |
D | onefile.c | 24 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/ |
D | RsaKeyCache.c | 169 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/ |
D | standalone_fuzz_target_runner.c | 21 fseek(f, 0, SEEK_END); in main() 23 fseek(f, 0, SEEK_SET); in main()
|
/external/rust/crates/libfuzzer-sys/libfuzzer/standalone/ |
D | StandaloneFuzzTargetMain.c | 30 fseek(f, 0, SEEK_END); in main() 32 fseek(f, 0, SEEK_SET); in main()
|
/external/llvm-project/compiler-rt/test/profile/Inputs/ |
D | instrprof-file_ex.c | 36 fseek(F, 0, SEEK_END); in main() 56 fseek(F, 0, SEEK_END); in main()
|
/external/compiler-rt/test/profile/Inputs/ |
D | instrprof-file_ex.c | 36 fseek(F, 0, SEEK_END); in main() 56 fseek(F, 0, SEEK_END); in main()
|
/external/lz4/ossfuzz/ |
D | standaloneengine.c | 31 fseek(infile, 0L, SEEK_END); in main() 35 fseek(infile, 0L, SEEK_SET); in main()
|
/external/llvm-project/compiler-rt/lib/fuzzer/standalone/ |
D | StandaloneFuzzTargetMain.c | 30 fseek(f, 0, SEEK_END); in main() 32 fseek(f, 0, SEEK_SET); in main()
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/ |
D | frontend_memmap_main.c | 29 fseek(fp, 0L, SEEK_END); in main() 31 fseek(fp, 0L, SEEK_SET); in main()
|
D | frontend_main.c | 39 fseek(fp, 0L, SEEK_END); in main() 41 fseek(fp, 0L, SEEK_SET); in main()
|
/external/dynamic_depth/internal/xmpmeta/ |
D | file.cc | 28 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/ |
D | load_file.cc | 48 fseek(file, 0, SEEK_END); in grpc_load_file() 51 fseek(file, 0, SEEK_SET); in grpc_load_file()
|