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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
ftell.c 2 Implementation of ftell as declared in <stdio.h>.
43 NetBSD: ftell.c,v 1.15 2003/08/07 16:43:25 agc Exp
44 ftell.c 8.2 (Berkeley) 5/4/95
55 * ftell: return current offset.
58 ftell(FILE *fp) function
  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 67 # define ftell ftello macro
87 # define OPJ_FTELL(stream) ftell(stream)
  /external/ImageMagick/MagickCore/
blob-private.h 32 # define ftell ftello macro
nt-base.h 130 #if !defined(ftell) && !defined(__MINGW32__)
134 # define ftell _ftelli64 macro
  /external/brotli/c/tools/
brotli.c 55 #define ftell _ftelli64 macro
622 retval = ftell(f);
    [all...]
  /external/pdfium/third_party/libtiff/
tiffiop.h 290 # define ftell(stream,offset,whence) ftello(stream,offset,whence) macro
311 /* #define _TIFF_ftell_f(stream) ftell(stream) */

Completed in 615 milliseconds