Searched refs:SEEK_END (Results 1 - 25 of 254) sorted by relevance

1234567891011

/external/strace/xlat/
H A Dwhence_codes.h10 #if defined(SEEK_END) || (defined(HAVE_DECL_SEEK_END) && HAVE_DECL_SEEK_END)
11 XLAT(SEEK_END),
/external/compiler-rt/SDKs/linux/usr/include/
H A Dstdio.h31 #define SEEK_END 2 /* set file offset to EOF plus offset */ macro
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvreader.cpp52 int status = _fseeki64(m_file, 0L, SEEK_END);
59 fseek(m_file, 0L, SEEK_END);
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dstdio.h69 #ifndef SEEK_END
70 #define SEEK_END 2 /* set file offset to EOF plus offset */ macro
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvreader.cpp59 int status = _fseeki64(m_file, 0L, SEEK_END);
66 fseek(m_file, 0L, SEEK_END);
/external/chromium_org/v8/tools/
H A Dshell-utils.h46 fseek(file, 0, SEEK_END);
/external/ltrace/
H A Dmemstream.c48 if (fseek(memstream->stream, 0, SEEK_END) < 0) {
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h59 #ifndef SEEK_END
60 #define SEEK_END 2 macro
H A Ddtest.c91 size = yaffs_lseek(h,0,SEEK_END);
673 r= yaffs_lseek(f,0,SEEK_END);
690 r= yaffs_lseek(f,0,SEEK_END);
693 r= yaffs_lseek(f,500,SEEK_END);
787 printf("file length is %d\n",(int)yaffs_lseek(h,0,SEEK_END));
987 yaffs_lseek(a,0,SEEK_END);
998 int syz = yaffs_lseek(a,0,SEEK_END);
1051 yaffs_lseek(a,0,SEEK_END);
1062 int syz = yaffs_lseek(a,0,SEEK_END);
1070 syz = yaffs_lseek(a,0,SEEK_END);
[all...]
/external/ceres-solver/internal/ceres/
H A Dfile.cc60 fseek(file_descriptor, 0L, SEEK_END);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dtest-size-params.cc70 fseek (f, 0, SEEK_END);
H A Dtest-would-substitute.cc74 fseek (f, 0, SEEK_END);
/external/chromium_org/third_party/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc51 fseek(input_file, 0, SEEK_END);
/external/chromium_org/third_party/skia/experimental/FileReaderApp/
H A DReaderView.cpp41 fseek(f, 0, SEEK_END);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_file_image.cc36 if (fseek(image_file, 0, SEEK_END) != 0) {
/external/chromium_org/v8/src/
H A Dicu_util.cc67 fseek(inf, 0, SEEK_END);
/external/clang/test/Analysis/
H A Dstream.c7 #define SEEK_END 2 /* Seek from end of file. */ macro
46 fseek(p, 1, 3); // expected-warning {{The whence argument to fseek() should be SEEK_SET, SEEK_END, or SEEK_CUR}}
/external/deqp/framework/common/
H A DtcuResource.cpp77 fseek(m_file, 0, SEEK_END);
/external/harfbuzz_ng/src/
H A Dtest-size-params.cc70 fseek (f, 0, SEEK_END);
H A Dtest-would-substitute.cc74 fseek (f, 0, SEEK_END);
/external/lzma/CPP/Common/
H A DC_FileIO.cpp35 off_t lengthTemp = Seek(0, SEEK_END);
/external/qemu/distrib/libsparse/src/
H A Dimg2simg.c89 len = lseek64(in, 0, SEEK_END);
/external/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc51 fseek(input_file, 0, SEEK_END);
/external/skia/experimental/FileReaderApp/
H A DReaderView.cpp41 fseek(f, 0, SEEK_END);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dfile_io_test.cc36 fseek(file_handle, 0, SEEK_END);
97 fseek(file_handle, 0, SEEK_END);

Completed in 5967 milliseconds

1234567891011