HomeSort by relevance Sort by last modified time
    Searched defs:fseek (Results 1 - 10 of 10) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 64 #if defined(OPJ_HAVE_FSEEKO) && !defined(fseek)
65 # define fseek fseeko macro
84 # define OPJ_FSEEK(stream,offset,whence) fseek(stream,offset,whence)
  /external/ImageMagick/MagickCore/
blob-private.h 31 # define fseek fseeko macro
nt-base.h 108 #if !defined(fseek) && !defined(__MINGW32__) && !defined(__MINGW64__)
112 # define fseek _fseeki64 macro
  /external/toybox/toys/posix/
grep.c 115 struct arg_list *seek, fseek; local
124 seek = &fseek;
125 fseek.arg = s = line;
  /external/bison/darwin-lib/
stdio.h 729 GNU Coding Standards discourage the use of fseek, since it imposes
731 fseek module depends on the fseeko module, so we only have three
740 arbitrary limitations of fseek, so issue a warning under
743 _GL_NO_LARGE_FILES in the compilation units where the use of fseek
746 3. The developer is using the fseeko module, but not fseek. Gnulib
747 guarantees that fseek will still work around platform bugs in that
749 fseek and was trying to avoid it, so issue a warning even when
753 fseek gets defined as a macro, it is recommended that the developer
754 uses the fseek module, even if he is not calling the fseek function
803 # undef fseek macro
    [all...]
  /external/bison/linux-lib/
stdio.h 729 GNU Coding Standards discourage the use of fseek, since it imposes
731 fseek module depends on the fseeko module, so we only have three
740 arbitrary limitations of fseek, so issue a warning under
743 _GL_NO_LARGE_FILES in the compilation units where the use of fseek
746 3. The developer is using the fseeko module, but not fseek. Gnulib
747 guarantees that fseek will still work around platform bugs in that
749 fseek and was trying to avoid it, so issue a warning even when
753 fseek gets defined as a macro, it is recommended that the developer
754 uses the fseek module, even if he is not calling the fseek function
803 # undef fseek macro
    [all...]
  /external/pdfium/third_party/libtiff/
tiffiop.h 285 # define fseek(stream,offset,whence) fseeko(stream,offset,whence) macro
305 #define _TIFF_fseek_f(stream,offset,whence) fseek(stream,offset,whence)
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
jorbis.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
jorbis.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 2419 milliseconds