HomeSort by relevance Sort by last modified time
    Searched refs:ftello (Results 1 - 25 of 52) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fgetpos.c 64 return((*pos = (off_t)ftello(fp)) == (off_t)-1);
ftello.c 1 /* $NetBSD: ftello.c,v 1.4 2003/08/07 16:43:26 agc Exp $ */
37 __RCSID("$NetBSD: ftello.c,v 1.4 2003/08/07 16:43:26 agc Exp $");
48 __weak_alias(ftello, _ftello)
55 ftello(FILE *fp)
Stdio.inf 107 ftello.c #
  /external/ltp/testcases/kernel/fs/stream/
stream03.c 190 opos = ftello(stream);
205 opos = ftello(stream);
216 opos = ftello(stream);
231 opos = ftello(stream);
246 opos = ftello(stream);
261 opos = ftello(stream);
270 /* read till EOF, do getc and then check ftello */
273 opos = ftello(stream);
275 opos = ftello(stream);
  /external/libvpx/libvpx/
tools_common.h 28 #define ftello _ftelli64 macro
33 #define ftello ftello64 macro
41 #define ftello ftell macro
  /external/flac/include/share/
compat.h 54 #define ftello _ftelli64 macro
58 #define ftello ftello64 macro
  /external/ImageMagick/MagickCore/
blob-private.h 32 # define ftell ftello
  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 60 Use fseeko() and ftello() if they are available since they use
62 ftello() only on systems with special LFS support since some systems
67 # define ftell ftello
  /toolchain/binutils/binutils-2.27/bfd/
sysdep.h 151 extern off_t ftello (FILE *stream);
  /bionic/tests/
stdio_test.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 26 #ifdef ftello
27 #undef ftello macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 26 #ifdef ftello
27 #undef ftello macro
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 26 #ifdef ftello
27 #undef ftello macro
  /system/core/libcutils/
open_memstream.c 288 eob = ftello(stream);
303 eob = ftello(stream);
  /external/zlib/src/contrib/minizip/
ioapi.h 55 #define ftello64 ftello
ioapi.c 20 #define FTELLO_FUNC(stream) ftello(stream)
minizip.c 34 #define FTELLO_FUNC(stream) ftello(stream)
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
ioapi.h 55 #define ftello64 ftello
ioapi.c 20 #define FTELLO_FUNC(stream) ftello(stream)
  /bionic/libc/include/
stdio.h 179 off_t ftello(FILE* __fp) __RENAME(ftello64) __INTRODUCED_IN(24);
191 off_t ftello(FILE* __fp);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 775 extern __off_t ftello (FILE *__stream) __wur;
781 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
784 # define ftello ftello64
  /system/core/libziparchive/
zip_writer_test.cc 368 off_t before_len = ftello(file_);
376 off_t after_len = ftello(file_);
  /bionic/tests/headers/posix/
stdio_h.c 103 FUNCTION(ftello, off_t (*f)(FILE*));
  /external/flac/libFLAC/
metadata_iterators.c 445 iterator->first_offset = iterator->offset[iterator->depth] = ftello(iterator->file);
525 iterator->offset[iterator->depth] = ftello(iterator->file);
548 /* we ignore any error from ftello() and catch it in fseeko() */
549 while(ftello(iterator->file) + (FLAC__off_t)iterator->length < iterator->offset[iterator->depth]) {
554 this_offset = ftello(iterator->file);
685 FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH);
691 FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH);
734 FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH);
741 FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH);
748 FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h     [all...]

Completed in 289 milliseconds

1 2 3