ftello            116 maint/gnulib/lib/af_alg.c   off_t off = ftello (stream);
ftello            186 maint/gnulib/lib/fflush.c     off_t pos = ftello (stream);
ftello             29 maint/gnulib/lib/ftell.c   off_t offset = ftello (fp);
ftello             31 maint/gnulib/lib/ftello.c ftello (FILE *fp)
ftello             32 maint/gnulib/lib/ftello.c #undef ftello
ftello            127 maint/gnulib/lib/ftello.c       ftello (fp);
ftello            154 maint/gnulib/lib/ftello.c   return ftello (fp);
ftello             64 maint/gnulib/lib/read-file.c         off_t pos = ftello (stream);
ftello            743 maint/gnulib/lib/stdio.in.h _GL_FUNCDECL_RPL (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1)));
ftello            744 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_RPL (ftello, off_t, (FILE *fp));
ftello            747 maint/gnulib/lib/stdio.in.h _GL_FUNCDECL_SYS (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1)));
ftello            749 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_SYS (ftello, off_t, (FILE *fp));
ftello            751 maint/gnulib/lib/stdio.in.h _GL_CXXALIASWARN (ftello);
ftello            757 maint/gnulib/lib/stdio.in.h _GL_WARN_ON_USE (ftello, "ftello is unportable - "
ftello             27 maint/gnulib/tests/test-ftello.c SIGNATURE_CHECK (ftello, off_t, (FILE *));
ftello             44 maint/gnulib/tests/test-ftello.c       ASSERT (ftello (stdin) == -1);
ftello             53 maint/gnulib/tests/test-ftello.c   ASSERT (ftello (stdin) == 0);
ftello             58 maint/gnulib/tests/test-ftello.c   ASSERT (ftello (stdin) == 1);
ftello             64 maint/gnulib/tests/test-ftello.c   ASSERT (ftello (stdin) == 0);
ftello             69 maint/gnulib/tests/test-ftello.c   ASSERT (ftello (stdin) == 1);
ftello             74 maint/gnulib/tests/test-ftello.c   ASSERT (ftello (stdin) == 2);
ftello             82 maint/gnulib/tests/test-ftello.c   ASSERT (ftello (stdin) == 2);
ftello             87 maint/gnulib/tests/test-ftello.c   ASSERT (ftello (stdin) == 3);
ftello            100 maint/gnulib/tests/test-ftello.c       ASSERT (ftello (stdin) == 3);
ftello            105 maint/gnulib/tests/test-ftello.c       ASSERT (ftello (stdin) == 2);
ftello            111 maint/gnulib/tests/test-ftello.c   ch = ftello (stdin);
ftello            114 maint/gnulib/tests/test-ftello.c   ASSERT (ftello (stdin) == ch + 10);
ftello             54 maint/gnulib/tests/test-ftello3.c   ASSERT (ftello (fp) == 8);
ftello             55 maint/gnulib/tests/test-ftello3.c   ASSERT (ftello (fp) == 8);
ftello             57 maint/gnulib/tests/test-ftello3.c   ASSERT (ftello (fp) == 9);
ftello             39 maint/gnulib/tests/test-ftello4.c     ASSERT (ftello (fp) == (off_t)-1);
ftello             51 maint/gnulib/tests/test-ftello4.c         ASSERT (ftello (fp) == (off_t)-1);
ftello             63 maint/gnulib/tests/test-ftello4.c         ASSERT (ftello (fp) == (off_t)-1);
ftello             99 maint/gnulib/tests/test-stdio-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::ftello, off_t, (FILE *));