Searched defs:fseeko (Results 1 - 5 of 5) sorted by relevance
/external/flac/include/share/ |
H A D | compat.h | 53 #define fseeko _fseeki64 macro 57 #define fseeko fseeko64 macro
|
/external/libvpx/libvpx/ |
H A D | tools_common.h | 27 #define fseeko _fseeki64 macro 31 #define fseeko fseeko64 macro 48 #define fseeko fseek macro
|
/external/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 23 #ifdef fseeko 24 #undef fseeko macro
|
/external/bison/darwin-lib/ |
H A D | stdio.h | 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 macro [all...] |
/external/bison/linux-lib/ |
H A D | stdio.h | 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 macro [all...] |
Completed in 95 milliseconds