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

12345678910

/external/compiler-rt/SDKs/linux/usr/include/
H A Dstdio.h31 #define SEEK_END 2 /* set file offset to EOF plus offset */ macro
/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/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);
H A Dtest-buffer-serialize.cc72 fseek (f, 0, SEEK_END);
H A Dtest.cc73 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/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/harfbuzz_ng/src/
H A Dtest-size-params.cc67 fseek (f, 0, SEEK_END);
H A Dtest-would-substitute.cc71 fseek (f, 0, SEEK_END);
H A Dtest-buffer-serialize.cc69 fseek (f, 0, SEEK_END);
H A Dtest.cc70 fseek (f, 0, SEEK_END);
/external/lzma/CPP/Common/
H A DC_FileIO.cpp35 off_t lengthTemp = Seek(0, SEEK_END);
/external/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc51 fseek(input_file, 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);
/external/sfntly/cpp/src/test/
H A Dfile_io_test.cc36 fseek(file_handle, 0, SEEK_END);
97 fseek(file_handle, 0, SEEK_END);
/external/chromium/net/tools/dnssec_chain_verify/
H A Ddnssec_chain_verify.cc50 fseek(infile, 0, SEEK_END);
/external/chromium_org/v8/tools/testrunner/server/
H A Dcompression.py98 self.data.seek(0, os.SEEK_END)
/external/icu4c/samples/layout/
H A DUnicodeReader.cpp46 fseek(f, 0, SEEK_END);
/external/chromium_org/media/filters/
H A Dffmpeg_glue_unittest.cc172 // SEEK_END should call GetSize() first, and if it succeeds add the offset
189 EXPECT_EQ(AVERROR(EIO), Seek(-8, SEEK_END));
190 EXPECT_EQ(AVERROR(EIO), Seek(-8, SEEK_END));
191 EXPECT_EQ(8, Seek(-8, SEEK_END));
/external/linux-tools-perf/util/ui/
H A Dbrowser.c54 case SEEK_END:
84 case SEEK_END:
301 self->seek(self, -offset, SEEK_END);
/external/chromium_org/third_party/freetype/src/base/
H A Dftsystem.c249 ft_fseek( file, 0, SEEK_END );

Completed in 2016 milliseconds

12345678910