HomeSort by: relevance | last modified time | path
    Searched refs:ungetc (Results 1 - 25 of 153) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/lgpl3/gmp/dist/scanf/
fscanffuns.c 47 int ungetc (int, FILE *);
60 (gmp_doscan_unget_t) ungetc,
  /src/external/ibm-public/postfix/dist/mantools/
comment.c 16 ungetc(c, stdin);
54 ungetc(c, stdin);
  /src/external/gpl3/binutils/dist/gas/
input-file.c 183 ungetc (lead, f_in);
185 ungetc ('\n', f_in);
193 ungetc (lead, f_in);
195 ungetc ('\n', f_in);
198 ungetc ('\n', f_in);
200 ungetc (lead, f_in);
203 ungetc (c, f_in);
  /src/external/gpl3/binutils.old/dist/gas/
input-file.c 183 ungetc (lead, f_in);
185 ungetc ('\n', f_in);
193 ungetc (lead, f_in);
195 ungetc ('\n', f_in);
198 ungetc ('\n', f_in);
200 ungetc (lead, f_in);
203 ungetc (c, f_in);
  /src/external/lgpl3/mpc/dist/tests/
tpl_native.c 38 ungetc (datafile_context->nextchar, datafile_context->fd);
70 ungetc (datafile_context->nextchar, datafile_context->fd);
103 ungetc (datafile_context->nextchar, datafile_context->fd);
tpl_gmp.c 32 ungetc (datafile_context->nextchar, datafile_context->fd);
tpl_mpfr.c 35 ungetc (datafile_context->nextchar, datafile_context->fd);
58 ungetc (datafile_context->nextchar, datafile_context->fd);
read_data.c 269 ungetc (nextchar, fp);
293 ungetc (nextchar, fp);
316 ungetc (nextchar, fp);
  /src/external/lgpl3/mpc/dist/src/
inp_str.c 36 ungetc (c, stream);
67 ungetc (c, stream);
123 ungetc (c, stream);
149 ungetc (c, stream);
154 ungetc (c, stream);
189 ungetc (c, stream);
194 ungetc (c, stream);
217 ungetc (c, stream);
221 ungetc (c, stream);
  /src/games/boggle/boggle/
help.c 66 if (ungetc(getc(fp), fp) == EOF) {
81 if (eof || ungetc(getc(fp), fp) == EOF) {
  /src/games/trek/
getpar.c 232 ungetc(c, stdin);
236 ungetc(c, stdin);
254 ungetc('\n', stdin);
275 ungetc(c, stdin);
298 ungetc(c, stdin);
  /src/external/lgpl3/gmp/dist/mpq/
inp_str.c 70 ungetc (c, fp);
  /src/external/bsd/openpam/dist/lib/libpam/
openpam_readword.c 93 ungetc(ch, f);
144 ungetc(ch, f);
  /src/external/gpl2/groff/dist/src/preproc/pic/
main.cpp 99 ungetc(d, fp);
112 ungetc(c, fp);
123 ungetc(c, fp);
129 ungetc(c, fp);
171 ungetc(d, fp);
185 ungetc(c, fp);
197 ungetc(c, fp);
204 ungetc(c, fp);
210 ungetc(c, fp);
378 ungetc(c, fp)
    [all...]
  /src/lib/libc/stdio/
Makefile.inc 18 sscanf.c stdio.c swprintf.c swscanf.c tmpfile.c ungetc.c ungetwc.c \
32 tmpnam.3 ungetc.3 ungetwc.3 wprintf.3 wscanf.3 open_memstream.3
  /src/usr.bin/fpr/
fpr.c 108 ungetc((int) EOL, stdin);
125 ungetc(ch, stdin);
139 ungetc((int) EOL, stdin);
161 ungetc(ch, stdin);
  /src/external/lgpl3/gmp/dist/mpf/
inp_str.c 74 ungetc (c, stream);
  /src/external/lgpl3/mpfr/dist/src/
inp_str.c 85 /* The use of ungetc has been deprecated since C99 when it occurs at the
90 ungetc (c, stream);
  /src/external/gpl2/groff/dist/src/devices/xditview/
DviP.h 144 char ungot; /* have ungetc'd a char */
211 ungetc (c, dw->dvi.tmpFile)\
214 ungetc (c, dw->dvi.file)))
  /src/external/bsd/libbind/dist/isc/
hex.c 82 ungetc(c, fp);
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-librep.c 162 ungetc (c, fp);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
stdio.h 72 using std::ungetc;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
stdio.h 72 using std::ungetc;
  /src/external/lgpl3/gmp/dist/mpz/
inp_str.c 154 ungetc (c, stream);
  /src/usr.bin/rdist/
gram.y 245 ungetc(c, fin);
281 ungetc(c, fin);
303 ungetc(c, fin);

Completed in 45 milliseconds

1 2 3 4 5 6 7