Searched defs:fseek (Results 1 - 5 of 5) 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/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dexample.js148 function fseek(e) { function
152 postCall('fseek', filehandle, offset, whence, function(filehandle, filepos) {
/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/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h305 /// int fseek(FILE *stream, long offset, int whence);
306 fseek, enumerator in enum:llvm::LibFunc::Func

Completed in 2366 milliseconds