/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/tpm2/ |
D | NVMem.c | 78 fseek(s_NVFile, 0, SEEK_END); in _plat__NVEnable() 89 fseek(s_NVFile, 0, SEEK_END); in _plat__NVEnable() 96 fseek(s_NVFile, 0, SEEK_END); in _plat__NVEnable()
|
/external/strace/xlat/ |
D | whence_codes.h | 12 #if defined(SEEK_END) || (defined(HAVE_DECL_SEEK_END) && HAVE_DECL_SEEK_END) 13 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/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/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/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/toybox/toys/posix/ |
D | tail.c | 80 off_t pos = lseek(fd, 0, SEEK_END); in try_lseek() 87 if (lseek(fd, bytes, SEEK_END)<0) lseek(fd, 0, SEEK_SET); in try_lseek()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv2nir.c | 55 off_t len = lseek(fd, 0, SEEK_END); in main()
|
/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/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
|
/external/lzma/C/ |
D | 7zFile.c | 202 case SZ_SEEK_END: moveMethod = SEEK_END; break; in File_Seek() 230 int res = fseek(p->file, 0, SEEK_END); in File_GetLength()
|
/external/lz4/examples/ |
D | dictionaryRandomAccess.c | 133 seek_bin(inpFp, -4, SEEK_END); in test_decompress() 136 seek_bin(inpFp, -4 * (numOffsets + 1), SEEK_END); in test_decompress()
|
/external/python/cpython3/Lib/ |
D | io.py | 67 SEEK_END = 2 variable
|
/external/dng_sdk/source/ |
D | dng_file_stream.cpp | 74 if (fseek (fFile, 0, SEEK_END) != 0) in DoGetLength()
|
/external/libxkbcommon/xkbcommon/src/ |
D | utils.c | 73 ret = fseek(file, 0, SEEK_END); in map_file()
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 45 #ifndef SEEK_END 46 #error SEEK_END not defined
|
/external/deqp/framework/common/ |
D | tcuResource.cpp | 70 fseek(m_file, 0, SEEK_END); in getSize()
|