HomeSort by relevance Sort by last modified time
    Searched refs:fseeko (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fsetpos.c 37 * fsetpos: like fseeko.
42 return (fseeko(iop, (off_t)*pos, SEEK_SET));
fseek.c 49 fseeko(FILE *fp, off_t offset, int whence) function
250 return (fseeko(fp, offset, whence));
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 26 #define fseeko _fseeki64 macro
30 #define fseeko fseeko64 macro
48 #define fseeko fseek macro
  /external/libvpx/libvpx/
tools_common.h 26 #define fseeko _fseeki64 macro
34 #define fseeko fseeko64 macro
54 #define fseeko fseek macro
webmenc.c 95 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 26 #define fseeko _fseeki64 macro
34 #define fseeko fseeko64 macro
54 #define fseeko fseek macro
webmenc.c 95 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/chromium_org/third_party/ots/test/
file-stream.h 37 if (!::fseeko(file_, position, SEEK_SET)) {
  /bionic/libc/upstream-netbsd/lib/libc/gen/
utmp.c 55 (void)fseeko(ut, (off_t)0, SEEK_SET);
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_includes.h 59 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/bsdiff/
bspatch.c 116 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],
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio.in.h 320 /* Provide fseek, fseeko functions that are aware of a preceding
322 # define fseeko rpl_fseeko
323 extern int fseeko (FILE *fp, off_t offset, int whence);
324 # define fseek(fp, offset, whence) fseeko (fp, (off_t)(offset), whence)
327 # undef fseeko
328 # define fseeko(f,o,w) \
329 (GL_LINK_WARNING ("fseeko is unportable - " \
330 "use gnulib module fseeko for portability"), \
331 fseeko (f, o, w))
341 "use fseeko function for handling of large files"),
    [all...]
  /system/core/libcutils/
open_memstream.c 297 fseeko(stream, 0, SEEK_SET);
299 fseeko(stream, eob, SEEK_SET);
312 fseeko(stream, 0, SEEK_SET);
314 //fseeko(stream, eob, SEEK_SET);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 18 #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/bison/darwin-lib/
stdio.h 731 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/linux-lib/
stdio.h 731 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/
stdio.in.h 419 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/zlib/src/contrib/minizip/
ioapi.h 56 #define fseeko64 fseeko
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdio.h 746 extern int fseeko (FILE *__stream, __off_t __off, int __whence);
754 extern int __REDIRECT (fseeko,
759 # define fseeko fseeko64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 746 extern int fseeko (FILE *__stream, __off_t __off, int __whence);
754 extern int __REDIRECT (fseeko,
759 # define fseeko fseeko64
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobspatch.c 267 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/flac/libFLAC/
metadata_iterators.c 50 #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)) {
    [all...]
  /bionic/libc/include/
stdio.h 283 int fseeko(FILE *, off_t, int);
  /development/ndk/platforms/android-3/include/
stdio.h 219 int fseeko(FILE *, off_t, int);
  /development/ndk/platforms/android-8/include/
stdio.h 219 int fseeko(FILE *, off_t, int);

Completed in 2629 milliseconds

1 2 3 4 5 6