Home | History | Annotate | Download | only in darwin-lib

Lines Matching refs:fseeko

731    fseek module depends on the fseeko module, so we only have three
746 3. The developer is using the fseeko module, but not fseek. Gnulib
784 /* Provide an fseeko function that is aware of a preceding fflush(), and which
787 # undef fseeko
788 # define fseeko rpl_fseeko
790 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)
792 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence));
795 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)
798 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence));
800 _GL_CXXALIASWARN (fseeko);
804 # undef fseeko
806 _GL_WARN_ON_USE (fseeko, "fseeko is unportable - "
807 "use gnulib module fseeko for portability");
817 "use fseeko function for handling of large files");
821 /* ftell, ftello. See the comments on fseek/fseeko. */