Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/test/profile/Inputs/
H A Dinstrprof-file_ex.c36 fseek(F, 0, SEEK_END); in main()
56 fseek(F, 0, SEEK_END); in main()
/llvm-project-15.0.7/libc/include/llvm-libc-macros/
H A Dfile-seek-macros.h14 #define SEEK_END 2 macro
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/standalone/
H A DStandaloneFuzzTargetMain.c30 fseek(f, 0, SEEK_END); in main()
/llvm-project-15.0.7/compiler-rt/test/profile/Linux/
H A Dinstrprof-merge-vp.c72 fseek(File, 0, SEEK_END); in main()
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dstdio_h.pass.cpp63 #ifndef SEEK_END
64 #error SEEK_END not defined
/llvm-project-15.0.7/libc/test/src/unistd/
H A Dlseek_test.cpp43 ASSERT_THAT(__llvm_libc::lseek(fd, -LSEEK_TEST_SIZE, SEEK_END), Succeeds(0)); in TEST()
/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/c.files/
H A Dcstdio.pass.cpp44 #ifndef SEEK_END
45 #error SEEK_END not defined
/llvm-project-15.0.7/flang/runtime/
H A Dfile.cpp395 std::int64_t at{::lseek64(fd_, 0, SEEK_END)}; in RawSeekToEnd()
397 std::int64_t at{::lseek(fd_, 0, SEEK_END)}; in RawSeekToEnd()
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Docl_utilities.c157 fseek(program_file, 0, SEEK_END); in opencl_build_program_from_file()
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator.h20 #define SEEK_END 2 /* Seek from end of file. */ macro
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp167 fseek(In, 0, SEEK_END); in main()
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dos_version_check.c179 fseek(PropertyList, 0, SEEK_END); in _initializeAvailabilityCheck()
/llvm-project-15.0.7/libc/test/src/__support/File/
H A Dplatform_file_test.cpp101 ASSERT_EQ(file->seek(-APPEND_TEXT_SIZE, SEEK_END), 0); in TEST()
H A Dfile_test.cpp103 if (whence == SEEK_END) in str_seek()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFile.cpp428 result = ::lseek(m_descriptor, offset, SEEK_END); in SeekFromEnd()
437 result = ::fseek(m_stream, offset, SEEK_END); in SeekFromEnd()
/llvm-project-15.0.7/libcxx/include/
H A Dcstdio25 SEEK_END
H A Dfstream575 if (fseek(__file_, 0, SEEK_END)) {
600 if (fseek(__file_, 0, SEEK_END)) {
681 if (fseek(__file_, 0, SEEK_END))
956 __whence = SEEK_END;
/llvm-project-15.0.7/libc/test/src/stdio/
H A Dfopencookie_test.cpp67 } else if (whence == SEEK_END) { in seek_ss()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DHost.cpp416 Size = ::lseek(FD, 0, SEEK_END); in runAndGetCommandOutput()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp127 EXPECT_EQ(internal_lseek(fd, 0, SEEK_END), 0u); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DGCDAProfiling.c222 fseek(output_file, 0L, SEEK_END); in map_file()
H A DInstrProfilingFile.c321 if (fseek(ProfileFile, 0L, SEEK_END) == -1) { in getProfileFileSizeForMerging()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc1209 fseek(file, 0, SEEK_END); in GetFileSize()
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc157 SYMBOL(SEEK_END, None, <stdio.h>)
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc1087 if ((Flags & OF_Append) && lseek(ResultFD, 0, SEEK_END) == -1)

12