HomeSort by relevance Sort by last modified time
    Searched defs:fseeko (Results 1 - 11 of 11) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fseek.c 49 fseeko(FILE *fp, off_t offset, int whence) function
250 return (fseeko(fp, offset, whence));
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 26 #define fseeko _fseeki64 macro
30 #define fseeko fseeko64 macro
48 #define fseeko fseek macro
  /external/libvpx/libvpx/
tools_common.h 26 #define fseeko _fseeki64 macro
34 #define fseeko fseeko64 macro
54 #define fseeko fseek macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 26 #define fseeko _fseeki64 macro
34 #define fseeko fseeko64 macro
54 #define fseeko fseek macro
  /external/bison/darwin-lib/
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/
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 464 int fseeko(FILE* stream, _off_t offset, int whence);
469 #define fseeko fseeko64 macro
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 50 #define fseeko fseek macro
537 if(0 != fseeko(iterator->file, iterator->length, SEEK_CUR)) {
557 if(0 != fseeko(iterator->file, iterator->first_offset, SEEK_SET)) {
565 /* we ignore any error from ftello() and catch it in fseeko() */
567 if(0 != fseeko(iterator->file, iterator->length, SEEK_CUR)) {
636 if(0 != fseeko(iterator->file, -((int)id_bytes), SEEK_CUR)) {
661 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth] + FLAC__STREAM_METADATA_HEADER_LENGTH, SEEK_SET)) {
    [all...]
stream_decoder.c 51 #define fseeko fseek macro
    [all...]
stream_encoder.c 51 #define fseeko fseek macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 18 #ifdef fseeko
19 #undef fseeko macro
307 /// int fseeko(FILE *stream, off_t offset, int whence);
308 fseeko, enumerator in enum:llvm::LibFunc::Func

Completed in 47 milliseconds