| /llvm-project-15.0.7/compiler-rt/test/profile/Inputs/ |
| H A D | instrprof-file_ex.c | 36 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 D | file-seek-macros.h | 14 #define SEEK_END 2 macro
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/standalone/ |
| H A D | StandaloneFuzzTargetMain.c | 30 fseek(f, 0, SEEK_END); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/profile/Linux/ |
| H A D | instrprof-merge-vp.c | 72 fseek(File, 0, SEEK_END); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | stdio_h.pass.cpp | 63 #ifndef SEEK_END 64 #error SEEK_END not defined
|
| /llvm-project-15.0.7/libc/test/src/unistd/ |
| H A D | lseek_test.cpp | 43 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 D | cstdio.pass.cpp | 44 #ifndef SEEK_END 45 #error SEEK_END not defined
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | file.cpp | 395 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 D | ocl_utilities.c | 157 fseek(program_file, 0, SEEK_END); in opencl_build_program_from_file()
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator.h | 20 #define SEEK_END 2 /* Seek from end of file. */ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/dataflow/ |
| H A D | DataFlow.cpp | 167 fseek(In, 0, SEEK_END); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | os_version_check.c | 179 fseek(PropertyList, 0, SEEK_END); in _initializeAvailabilityCheck()
|
| /llvm-project-15.0.7/libc/test/src/__support/File/ |
| H A D | platform_file_test.cpp | 101 ASSERT_EQ(file->seek(-APPEND_TEXT_SIZE, SEEK_END), 0); in TEST()
|
| H A D | file_test.cpp | 103 if (whence == SEEK_END) in str_seek()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | File.cpp | 428 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 D | cstdio | 25 SEEK_END
|
| H A D | fstream | 575 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 D | fopencookie_test.cpp | 67 } else if (whence == SEEK_END) { in seek_ss()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Host.cpp | 416 Size = ::lseek(FD, 0, SEEK_END); in runAndGetCommandOutput()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_libc_test.cpp | 127 EXPECT_EQ(internal_lseek(fd, 0, SEEK_END), 0u); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | GCDAProfiling.c | 222 fseek(output_file, 0L, SEEK_END); in map_file()
|
| H A D | InstrProfilingFile.c | 321 if (fseek(ProfileFile, 0L, SEEK_END) == -1) { in getProfileFileSizeForMerging()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-port.cc | 1209 fseek(file, 0, SEEK_END); in GetFileSize()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 157 SYMBOL(SEEK_END, None, <stdio.h>)
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 1087 if ((Flags & OF_Append) && lseek(ResultFD, 0, SEEK_END) == -1)
|