Searched defs:fseek (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dopj_includes.h64 #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/
H A Dblob-private.h31 # define fseek fseeko macro
H A Dnt-base.h108 #if !defined(fseek) && !defined(__MINGW32__) && !defined(__MINGW64__)
112 # define fseek _fseeki64 macro
/external/toybox/toys/posix/
H A Dgrep.c115 struct arg_list *seek, fseek; local
124 seek = &fseek;
125 fseek.arg = s = line;
/external/bison/darwin-lib/
H A Dstdio.h729 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 functio
803 # undef fseek macro
[all...]
/external/bison/linux-lib/
H A Dstdio.h729 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 functio
803 # undef fseek macro
[all...]
/external/pdfium/third_party/libtiff/
H A Dtiffiop.h285 # define fseek(stream,offset,whence) fseeko(stream,offset,whence) macro
305 #define _TIFF_fseek_f(stream,offset,whence) fseek(stream,offset,whence)

Completed in 292 milliseconds