getc              657 lib/common/schemas.c         ch = getc(fp);
getc              136 maint/gnulib/lib/argp-namefrob.h # define getc_unlocked(x) getc (x)
getc              622 maint/gnulib/lib/exclude.c   while ((c = getc (fp)) != EOF)
getc              130 maint/gnulib/lib/gen-uni-tables.c   for (; (c = getc (stream)), (c != EOF && c != delim); )
getc             6203 maint/gnulib/lib/gen-uni-tables.c       c = getc (stream);
getc             6208 maint/gnulib/lib/gen-uni-tables.c           do c = getc (stream); while (c != EOF && c != '\n');
getc             7617 maint/gnulib/lib/gen-uni-tables.c       c = getc (stream);
getc             7622 maint/gnulib/lib/gen-uni-tables.c           do c = getc (stream); while (c != EOF && c != '\n');
getc               39 maint/gnulib/lib/getdelim.c # define getc_maybe_unlocked(fp)        getc(fp)
getc               45 maint/gnulib/lib/getdelim.c # define getc_maybe_unlocked(fp)        getc(fp)
getc              131 maint/gnulib/lib/getndelim2.c           c = getc (stream);
getc              147 maint/gnulib/lib/getusershell.c   while ((c = getc (stream)) != EOF && isspace (c))
getc              157 maint/gnulib/lib/getusershell.c       c = getc (stream);
getc               72 maint/gnulib/lib/linebuffer.c       c = getc (stream);
getc               97 maint/gnulib/lib/mbfile.h       int c = getc (mbf->fp);
getc              163 maint/gnulib/lib/mbfile.h               int c = getc (mbf->fp);
getc               97 maint/gnulib/lib/readtokens.c   for (c = getc (stream); c >= 0 && get_nth_bit (c, isdelim); c = getc (stream))
getc              124 maint/gnulib/lib/readtokens.c       c = getc (stream);
getc              428 maint/gnulib/lib/relocatable.c               while (c = getc (fp), c != EOF && c != '\n' && c != '/')
getc              447 maint/gnulib/lib/relocatable.c           while (c = getc (fp), c != EOF && c != '\n')
getc              825 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_RPL_1 (getc, rpl_fgetc, int, (FILE *stream));
getc              827 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_SYS (getc, int, (FILE *stream));
getc              830 maint/gnulib/lib/stdio.in.h _GL_CXXALIASWARN (getc);
getc              103 maint/gnulib/lib/unlocked-io.h #  define getc_unlocked(x) getc (x)
getc              133 maint/gnulib/tests/test-digest.h         if (getc (fp) != EOF)
getc               92 maint/gnulib/tests/test-fpurge.c       ASSERT (getc (fp) == EOF);
getc              103 maint/gnulib/tests/test-fpurge.c       ASSERT (getc (fp) == 'h');
getc              104 maint/gnulib/tests/test-fpurge.c       ASSERT (getc (fp) == EOF);
getc               52 maint/gnulib/tests/test-ftell3.c   ASSERT (getc (fp) == 'h');
getc               53 maint/gnulib/tests/test-ftell3.c   ASSERT (getc (fp) == EOF);
getc               52 maint/gnulib/tests/test-ftello3.c   ASSERT (getc (fp) == 'h');
getc               53 maint/gnulib/tests/test-ftello3.c   ASSERT (getc (fp) == EOF);
getc              108 maint/gnulib/tests/test-stdio-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::getc, int, (FILE *));
getc               99 maint/gnulib/tests/uninorm/test-u32-normalize-big.c           c = getc (stream);