HomeSort by relevance Sort by last modified time
    Searched defs:ftell (Results 1 - 9 of 9) 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/syslinux/com32/lib/sys/
ftell.c 2 * sys/ftell.c
10 long ftell(FILE * stream) function
  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 67 # define ftell ftello macro
87 # define OPJ_FTELL(stream) ftell(stream)
  /external/syslinux/gpxe/src/crypto/axtls/
os_port.h 41 static inline long ftell ( FILE *stream __unused ) { function
  /external/ImageMagick/MagickCore/
blob-private.h 32 # define ftell ftello macro
nt-base.h 127 #if !defined(ftell) && !defined(__MINGW32__) && !defined(__MINGW64__)
131 # define ftell _ftelli64 macro
  /external/brotli/c/tools/
brotli.c 55 #define ftell _ftelli64 macro
  /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) */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 539 #define ftell(...) (pthread_testcancel(), ftell(__VA_ARGS__)) macro
    [all...]

Completed in 184 milliseconds