Searched refs:fseeko (Results 1 - 25 of 30) sorted by path

12

/external/bison/
H A Dconfigure30450 for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen renameat snprintf tmpfile vdprintf vsnprintf; do
/external/bison/darwin-lib/
H A Dstdio.h731 fseek module depends on the fseeko module, so we only have three
746 3. The developer is using the fseeko module, but not fseek. Gnulib
784 /* Provide an fseeko function that is aware of a preceding fflush(), and which
787 # undef fseeko
788 # define fseeko rpl_fseeko
790 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)
792 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence));
795 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)
798 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence));
800 _GL_CXXALIASWARN (fseeko);
804 # undef fseeko macro
[all...]
/external/bison/lib/
H A Dstdio.in.h419 fseek module depends on the fseeko module, so we only have three
434 3. The developer is using the fseeko module, but not fseek. Gnulib
472 /* Provide an fseeko function that is aware of a preceding fflush(), and which
475 # undef fseeko
476 # define fseeko rpl_fseeko
478 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)
480 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence));
483 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)
486 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence));
488 _GL_CXXALIASWARN (fseeko);
[all...]
/external/bison/linux-lib/
H A Dstdio.h731 fseek module depends on the fseeko module, so we only have three
746 3. The developer is using the fseeko module, but not fseek. Gnulib
784 /* Provide an fseeko function that is aware of a preceding fflush(), and which
787 # undef fseeko
788 # define fseeko rpl_fseeko
790 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)
792 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence));
795 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)
798 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence));
800 _GL_CXXALIASWARN (fseeko);
804 # undef fseeko macro
[all...]
/external/bsdiff/
H A Dbsdiff.c389 if (fseeko(pf, 0, SEEK_SET))
390 err(1, "fseeko");
H A Dbspatch.c116 if (fseeko(cpf, 32, SEEK_SET))
117 err(1, "fseeko(%s, %lld)", argv[3],
123 if (fseeko(dpf, 32 + bzctrllen, SEEK_SET))
124 err(1, "fseeko(%s, %lld)", argv[3],
130 if (fseeko(epf, 32 + bzctrllen + bzdatalen, SEEK_SET))
131 err(1, "fseeko(%s, %lld)", argv[3],
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
H A Dgoobsdiff.c509 if (fseeko(pf, 0, SEEK_SET))
510 err(1, "fseeko");
H A Dgoobspatch.c267 if ((fseeko(cf->f, off, SEEK_SET)) != 0)
268 err(1, "fseeko(%s, %lld)", tag, off);
433 if (fseeko(f, 0, SEEK_END) != 0 || (patchsize = ftello(f)) < 0)
434 err(1, "fseeko/ftello(%s)", argv[3]);
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.h26 #define fseeko _fseeki64 macro
30 #define fseeko fseeko64 macro
48 #define fseeko fseek macro
H A Dvpxenc.c903 if (!fseeko(input->file, 0, SEEK_END)) {
1634 fseeko(stream->file, ivf_header_pos, SEEK_SET);
1636 fseeko(stream->file, currpos, SEEK_SET);
/external/chromium_org/third_party/ots/test/
H A Dfile-stream.h37 if (!::fseeko(file_, position, SEEK_SET)) {
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dliolib.c91 #define l_fseek(f,o,w) fseeko(f,o,w)
/external/flac/libFLAC/
H A Dmetadata_iterators.c50 #define fseeko fseek macro
537 if(0 != fseeko(iterator->file, iterator->length, SEEK_CUR)) {
557 if(0 != fseeko(iterator->file, iterator->first_offset, SEEK_SET)) {
565 /* we ignore any error from ftello() and catch it in fseeko() */
567 if(0 != fseeko(iterator->file, iterator->length, SEEK_CUR)) {
636 if(0 != fseeko(iterator->file, -((int)id_bytes), SEEK_CUR)) {
661 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth] + FLAC__STREAM_METADATA_HEADER_LENGTH, SEEK_SET)) {
1438 if(0 != fseeko(f, chain->last_offset, SEEK_SET)) {
2840 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth], SEEK_SET)) {
2851 if(0 != fseeko(iterato
[all...]
H A Dstream_decoder.c51 #define fseeko fseek macro
3354 else if(fseeko(decoder->private_->file, (off_t)absolute_byte_offset, SEEK_SET) < 0)
H A Dstream_encoder.c51 #define fseeko fseek macro
4274 if(fseeko(encoder->private_->file, (off_t)absolute_byte_offset, SEEK_SET) < 0)
/external/libedit/src/
H A Dreadline.c1206 if (fseeko(fp, (off_t)sizeof(buf) * count, SEEK_SET) ==
1253 if (fseeko(tp, (off_t)sizeof(buf) * count, SEEK_SET) < 0) {
1271 if (fseeko(fp, (off_t)0, SEEK_SET) == (off_t)-1) {
1276 if (fseeko(tp, (off_t)sizeof(buf) * count + (cp - buf), SEEK_SET) ==
/external/libvpx/libvpx/
H A Dtools_common.h26 #define fseeko _fseeki64 macro
34 #define fseeko fseeko64 macro
54 #define fseeko fseek macro
H A Dvpxenc.c768 if (!fseeko(input->file, 0, SEEK_END)) {
1357 fseeko(stream->file, ivf_header_pos, SEEK_SET);
1359 fseeko(stream->file, currpos, SEEK_SET);
H A Dwebmenc.c95 fseeko(glob->stream, *ebmlLoc, SEEK_SET);
99 fseeko(glob->stream, pos, SEEK_SET);
124 fseeko(ebml->stream, ebml->seek_info_pos, SEEK_SET);
327 fseeko(glob->stream, glob->track_id_pos, SEEK_SET);
330 fseeko(glob->stream, 0, SEEK_END);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h18 #ifdef fseeko
19 #undef fseeko macro
307 /// int fseeko(FILE *stream, off_t offset, int whence);
308 fseeko, enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp164 "fseeko",
540 TLI.setUnavailable(LibFunc::fseeko);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1228 case LibFunc::fseeko:
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_includes.h59 Use fseeko() and ftello() if they are available since they use
60 'off_t' rather than 'long'. It is wrong to use fseeko() and
65 # define fseek fseeko
/external/qemu/distrib/zlib-1.2.8/
H A Dconfigure425 # check for large file support, and if none, check for fseeko()
436 echo "Checking for fseeko... Yes." | tee -a configure.log
443 fseeko(NULL, 0, 0);
448 echo "Checking for fseeko... Yes." | tee -a configure.log
452 echo "Checking for fseeko... No." | tee -a configure.log
/external/zlib/src/
H A Dconfigure425 # check for large file support, and if none, check for fseeko()
436 echo "Checking for fseeko... Yes." | tee -a configure.log
443 fseeko(NULL, 0, 0);
448 echo "Checking for fseeko... Yes." | tee -a configure.log
452 echo "Checking for fseeko... No." | tee -a configure.log

Completed in 687 milliseconds

12