/external/ltp/testcases/kernel/syscalls/lseek/ |
D | lseek02.c | 54 {&bad_fd, SEEK_END, EBADF}, 60 {&pfd1, SEEK_END, ESPIPE}, 63 {&pfds[0], SEEK_END, ESPIPE}, 66 {&pfd2, SEEK_END, ESPIPE},
|
D | lseek01.c | 45 {-4, SEEK_END, "SEEK_END", 3, 4, "defg"}, 46 {0, SEEK_END, "SEEK_END", 7, 0, NULL},
|
D | lseek11.c | 193 SAFE_LSEEK(fd, -128, SEEK_END); in setup() 214 if (offset != SAFE_LSEEK(fd, 0, SEEK_END)) in test_lseek()
|
/external/strace/xlat/ |
D | whence_codes.h | 18 #if defined(SEEK_END) || (defined(HAVE_DECL_SEEK_END) && HAVE_DECL_SEEK_END) 19 XLAT(SEEK_END),
|
D | whence_codes.in | 3 SEEK_END
|
/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/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvreader.cc | 53 int status = _fseeki64(m_file, 0L, SEEK_END); in GetFileSize() 60 fseek(m_file, 0L, SEEK_END); in GetFileSize()
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvreader.cc | 53 int status = _fseeki64(m_file, 0L, SEEK_END); in GetFileSize() 60 fseek(m_file, 0L, SEEK_END); in GetFileSize()
|
/external/bsdiff/ |
D | file.cc | 113 off_t end_pos = lseek(fd_, 0, SEEK_END); in GetSize() 117 lseek(fd_, 0, SEEK_END); in GetSize()
|
/external/u-boot/fs/yaffs2/ |
D | yportenv.h | 133 #ifndef SEEK_END 134 #define SEEK_END 2 macro
|
/external/perfetto/src/perfetto_cmd/ |
D | packet_writer_unittest.cc | 153 EXPECT_EQ(fseek(f, 0, SEEK_END), 0); in TEST() 168 EXPECT_EQ(fseek(f, 0, SEEK_END), 0); in TEST() 201 EXPECT_LT(fseek(f, 0, SEEK_END), uncompressed_size); in TEST()
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | log.py | 79 _log_file.seek(0, os.SEEK_END) 117 _log_file.seek(0, os.SEEK_END)
|
/external/sfntly/cpp/src/test/ |
D | file_io_test.cc | 36 fseek(file_handle, 0, SEEK_END); in TestFileInputStream() 97 fseek(file_handle, 0, SEEK_END); in TestFontInputStreamBasic()
|
/external/toybox/toys/posix/ |
D | tail.c | 79 off_t pos = lseek(fd, 0, SEEK_END); in try_lseek() 86 if (lseek(fd, bytes, SEEK_END)<0) lseek(fd, 0, SEEK_SET); in try_lseek()
|
/external/syzkaller/sys/freebsd/ |
D | posix_fs_amd64.const | 20 SEEK_END = 2
|
/external/epid-sdk/example/util/src/ |
D | bufutil.c | 54 fseek(fp, 0, SEEK_END); in GetFileSize() 126 fseek(file, 0, SEEK_END); in ReadBufferFromFile()
|
/external/syzkaller/sys/netbsd/ |
D | fs_amd64.const | 25 SEEK_END = 2
|
/external/syzkaller/sys/fuchsia/ |
D | posix_amd64.const | 39 SEEK_END = 2
|
D | posix_arm64.const | 39 SEEK_END = 2
|
/external/perf_data_converter/src/quipper/ |
D | file_reader.cc | 20 fseek(infile_, 0, SEEK_END); in FileReader()
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | read_checkzero.c | 54 offset = lseek(fd, 4096, SEEK_END); in read_eof()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv2nir.c | 55 off_t len = lseek(fd, 0, SEEK_END); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 64 #ifndef SEEK_END 65 #error SEEK_END not defined
|
/external/v8/tools/ |
D | shell-utils.h | 48 fseek(file, 0, SEEK_END); in ReadFileAndRepeat()
|
/external/python/cpython2/Lib/ |
D | io.py | 64 SEEK_END = 2 variable
|