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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
ftell.c 1 /* $OpenBSD: ftell.c,v 1.10 2012/05/21 22:24:19 matthew Exp $ */
88 ftell(FILE *fp) function
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_includes.h 66 # define ftell ftello macro
86 # define OPJ_FTELL(stream) ftell(stream)
  /external/bison/darwin-lib/
stdio.h 821 /* ftell, ftello. See the comments on fseek/fseeko. */
826 # undef ftell
830 # undef ftell
831 # define ftell rpl_ftell
833 _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1)));
834 _GL_CXXALIAS_RPL (ftell, long, (FILE *fp));
836 _GL_CXXALIAS_SYS (ftell, long, (FILE *fp));
838 _GL_CXXALIASWARN (ftell);
844 # undef ftell
862 # undef ftell macro
    [all...]
  /external/bison/linux-lib/
stdio.h 821 /* ftell, ftello. See the comments on fseek/fseeko. */
826 # undef ftell
830 # undef ftell
831 # define ftell rpl_ftell
833 _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1)));
834 _GL_CXXALIAS_RPL (ftell, long, (FILE *fp));
836 _GL_CXXALIAS_SYS (ftell, long, (FILE *fp));
838 _GL_CXXALIASWARN (ftell);
844 # undef ftell
862 # undef ftell macro
    [all...]

Completed in 537 milliseconds