Home | History | Annotate | Download | only in lib

Lines Matching refs:fseeko

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);
492 # undef fseeko
494 _GL_WARN_ON_USE (fseeko, "fseeko is unportable - "
495 "use gnulib module fseeko for portability");
505 "use fseeko function for handling of large files");
509 /* ftell, ftello. See the comments on fseek/fseeko. */