Home
last modified time | relevance | path

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

12345678910>>...14

/external/ltp/testcases/kernel/syscalls/lseek/
Dlseek02.c54 {&bad_fd, SEEK_END, EBADF},
60 {&pfd1, SEEK_END, ESPIPE},
63 {&pfds[0], SEEK_END, ESPIPE},
66 {&pfd2, SEEK_END, ESPIPE},
Dlseek01.c45 {-4, SEEK_END, "SEEK_END", 3, 4, "defg"},
46 {0, SEEK_END, "SEEK_END", 7, 0, NULL},
Dlseek11.c193 SAFE_LSEEK(fd, -128, SEEK_END); in setup()
214 if (offset != SAFE_LSEEK(fd, 0, SEEK_END)) in test_lseek()
/external/strace/xlat/
Dwhence_codes.h18 #if defined(SEEK_END) || (defined(HAVE_DECL_SEEK_END) && HAVE_DECL_SEEK_END)
19 XLAT(SEEK_END),
Dwhence_codes.in3 SEEK_END
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-file_ex.c36 fseek(F, 0, SEEK_END); in main()
56 fseek(F, 0, SEEK_END); in main()
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvreader.cc53 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/
Dmkvreader.cc53 int status = _fseeki64(m_file, 0L, SEEK_END); in GetFileSize()
60 fseek(m_file, 0L, SEEK_END); in GetFileSize()
/external/bsdiff/
Dfile.cc113 off_t end_pos = lseek(fd_, 0, SEEK_END); in GetSize()
117 lseek(fd_, 0, SEEK_END); in GetSize()
/external/u-boot/fs/yaffs2/
Dyportenv.h133 #ifndef SEEK_END
134 #define SEEK_END 2 macro
/external/perfetto/src/perfetto_cmd/
Dpacket_writer_unittest.cc153 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/
Dlog.py79 _log_file.seek(0, os.SEEK_END)
117 _log_file.seek(0, os.SEEK_END)
/external/sfntly/cpp/src/test/
Dfile_io_test.cc36 fseek(file_handle, 0, SEEK_END); in TestFileInputStream()
97 fseek(file_handle, 0, SEEK_END); in TestFontInputStreamBasic()
/external/toybox/toys/posix/
Dtail.c79 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/
Dposix_fs_amd64.const20 SEEK_END = 2
/external/epid-sdk/example/util/src/
Dbufutil.c54 fseek(fp, 0, SEEK_END); in GetFileSize()
126 fseek(file, 0, SEEK_END); in ReadBufferFromFile()
/external/syzkaller/sys/netbsd/
Dfs_amd64.const25 SEEK_END = 2
/external/syzkaller/sys/fuchsia/
Dposix_amd64.const39 SEEK_END = 2
Dposix_arm64.const39 SEEK_END = 2
/external/perf_data_converter/src/quipper/
Dfile_reader.cc20 fseek(infile_, 0, SEEK_END); in FileReader()
/external/ltp/testcases/kernel/io/ltp-aiodio/
Dread_checkzero.c54 offset = lseek(fd, 4096, SEEK_END); in read_eof()
/external/mesa3d/src/compiler/spirv/
Dspirv2nir.c55 off_t len = lseek(fd, 0, SEEK_END); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp64 #ifndef SEEK_END
65 #error SEEK_END not defined
/external/v8/tools/
Dshell-utils.h48 fseek(file, 0, SEEK_END); in ReadFileAndRepeat()
/external/python/cpython2/Lib/
Dio.py64 SEEK_END = 2 variable

12345678910>>...14