Searched defs:fseeko (Results 1 - 5 of 5) sorted by relevance

/external/flac/include/share/
H A Dcompat.h53 #define fseeko _fseeki64 macro
57 #define fseeko fseeko64 macro
/external/libvpx/libvpx/
H A Dtools_common.h27 #define fseeko _fseeki64 macro
31 #define fseeko fseeko64 macro
48 #define fseeko fseek macro
/external/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h23 #ifdef fseeko
24 #undef fseeko macro
/external/bison/darwin-lib/
H A Dstdio.h731 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 macro
[all...]
/external/bison/linux-lib/
H A Dstdio.h731 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 macro
[all...]

Completed in 95 milliseconds