reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/profile/GCDAProfiling.c
  254   fseek(output_file, 0L, SEEK_END);
projects/compiler-rt/lib/profile/InstrProfilingFile.c
  124       if (fseek(File, IOVecs[I].ElmSize * IOVecs[I].NumElm, SEEK_CUR) == -1)
  176   if (fseek(ProfileFile, 0L, SEEK_END) == -1) {
  184   if (fseek(ProfileFile, 0L, SEEK_SET) == -1) {
  260       fseek(ProfileFile, 0L, SEEK_SET) == -1) {
projects/openmp/runtime/src/kmp_affinity.cpp
 2084   if (fseek(f, 0, SEEK_SET) != 0) {
tools/clang/tools/c-index-test/c-index-test.c
  273     fseek(to_file, 0, SEEK_END);
  275     fseek(to_file, 0, SEEK_SET);
tools/lldb/source/Host/common/File.cpp
  380     result = ::fseek(m_stream, offset, SEEK_SET);
  406     result = ::fseek(m_stream, offset, SEEK_CUR);
  432     result = ::fseek(m_stream, offset, SEEK_END);
utils/unittest/googletest/src/gtest-port.cc
 1077   fseek(file, 0, SEEK_END);
 1088   fseek(file, 0, SEEK_SET);