Searched refs:ungetc (Results 1 - 25 of 156) sorted by relevance

1234567

/netbsd-current/external/lgpl3/gmp/dist/scanf/
H A Dfscanffuns.c47 int ungetc (int, FILE *);
60 (gmp_doscan_unget_t) ungetc,
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dcomment.c16 ungetc(c, stdin);
54 ungetc(c, stdin);
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dinput-file.c179 ungetc ('#', f_in);
181 ungetc ('\n', f_in);
189 ungetc ('#', f_in);
191 ungetc ('\n', f_in);
194 ungetc ('\n', f_in);
196 ungetc ('#', f_in);
199 ungetc (c, f_in);
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dinput-file.c179 ungetc ('#', f_in);
181 ungetc ('\n', f_in);
189 ungetc ('#', f_in);
191 ungetc ('\n', f_in);
194 ungetc ('\n', f_in);
196 ungetc ('#', f_in);
199 ungetc (c, f_in);
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dtpl_native.c38 ungetc (datafile_context->nextchar, datafile_context->fd);
70 ungetc (datafile_context->nextchar, datafile_context->fd);
103 ungetc (datafile_context->nextchar, datafile_context->fd);
H A Dtpl_gmp.c32 ungetc (datafile_context->nextchar, datafile_context->fd);
H A Dtpl_mpfr.c35 ungetc (datafile_context->nextchar, datafile_context->fd);
58 ungetc (datafile_context->nextchar, datafile_context->fd);
H A Dread_data.c269 ungetc (nextchar, fp);
293 ungetc (nextchar, fp);
316 ungetc (nextchar, fp);
/netbsd-current/external/lgpl3/mpc/dist/src/
H A Dinp_str.c36 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);
/netbsd-current/games/boggle/boggle/
H A Dhelp.c66 if (ungetc(getc(fp), fp) == EOF) {
81 if (eof || ungetc(getc(fp), fp) == EOF) {
/netbsd-current/games/trek/
H A Dgetpar.c232 ungetc(c, stdin);
236 ungetc(c, stdin);
254 ungetc('\n', stdin);
275 ungetc(c, stdin);
298 ungetc(c, stdin);
/netbsd-current/external/lgpl3/gmp/dist/mpq/
H A Dinp_str.c70 ungetc (c, fp);
/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_readword.c93 ungetc(ch, f);
144 ungetc(ch, f);
/netbsd-current/external/gpl2/groff/dist/src/preproc/pic/
H A Dmain.cpp99 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(
[all...]
/netbsd-current/usr.bin/fpr/
H A Dfpr.c108 ungetc((int) EOL, stdin);
125 ungetc(ch, stdin);
139 ungetc((int) EOL, stdin);
161 ungetc(ch, stdin);
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dinp_str.c74 ungetc (c, stream);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dinp_str.c85 /* The use of ungetc has been deprecated since C99 when it occurs at the
90 ungetc (c, stream);
/netbsd-current/external/gpl2/groff/dist/src/devices/xditview/
H A DDviP.h144 char ungot; /* have ungetc'd a char */
211 ungetc (c, dw->dvi.tmpFile)\
214 ungetc (c, dw->dvi.file)))
/netbsd-current/external/bsd/libbind/dist/isc/
H A Dhex.c82 ungetc(c, fp);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-librep.c162 ungetc (c, fp);
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dinp_str.c154 ungetc (c, stream);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dstdio.h72 using std::ungetc;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dstdio.h72 using std::ungetc;
/netbsd-current/usr.bin/rdist/
H A Dgram.y245 ungetc(c, fin);
281 ungetc(c, fin);
303 ungetc(c, fin);
/netbsd-current/usr.bin/sed/
H A Dmain.c365 (void)ungetc(c, infile);
537 ungetc(ch, file_fd);
563 ungetc(ch, infile);

Completed in 716 milliseconds

1234567