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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/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/toybox/toys/posix/
H A Dgrep.c96 struct arg_list *seek, fseek; local
105 seek = &fseek;
106 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...]

Completed in 245 milliseconds