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

1234

/freebsd-11-stable/contrib/binutils/gas/
H A Dinput-file.c172 ungetc ('#', f_in); /* It was longer. */
174 ungetc ('\n', f_in);
182 ungetc ('#', f_in);
184 ungetc ('\n', f_in);
187 ungetc ('\n', f_in);
189 ungetc ('#', f_in);
192 ungetc (c, f_in);
/freebsd-11-stable/usr.sbin/lpr/filters.ru/koi2alt/
H A Dkoi2alt.c90 ungetc(c, stdin);
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_readword.c90 ungetc(ch, f);
142 ungetc(ch, f);
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dmain.cpp97 ungetc(d, fp);
110 ungetc(c, fp);
121 ungetc(c, fp);
127 ungetc(c, fp);
169 ungetc(d, fp);
183 ungetc(c, fp);
195 ungetc(c, fp);
202 ungetc(c, fp);
208 ungetc(c, fp);
376 ungetc(
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dscan.c120 ungetc (c, fp);
206 ungetc (c, fp);
213 ungetc (c, fp);
219 ungetc (c, fp);
H A Dgen-protos.c160 ungetc (c, inf);
H A Dread-rtl.c894 ungetc (c, infile);
1178 ungetc (c, infile);
1336 ungetc (c, infile);
1419 ungetc (c, infile);
1551 ungetc (i, infile);
1570 ungetc (c, infile);
1593 ungetc (c, infile);
1620 ungetc (c, infile);
1729 ungetc (c, infile);
/freebsd-11-stable/usr.bin/lastcomm/
H A Dreadrec.c143 ungetc(version, f) == EOF ||
144 ungetc(magic, f) == EOF)
173 if (ungetc(magic, f) == EOF)
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h79 #undef ungetc macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h93 #undef ungetc macro
140 using ::ungetc;
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A DDviP.h142 char ungot; /* have ungetc'd a char */
209 ungetc (c, dw->dvi.tmpFile)\
212 ungetc (c, dw->dvi.file)))
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h72 using std::ungetc;
/freebsd-11-stable/contrib/openbsm/bin/praudit/
H A Dpraudit.c80 ungetc(type, fp);
/freebsd-11-stable/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c280 ungetc(ch, bpf); ungetc('\\',bpf); /* push the character(s) back */
281 } else ungetc(ch, bpf); /* but who know what a `\` is */
/freebsd-11-stable/usr.bin/sed/
H A Dmain.c349 (void)ungetc(c, infile);
520 ungetc(ch, file_fd);
546 ungetc(ch, infile);
/freebsd-11-stable/usr.bin/ctags/
H A DC.c126 (void)ungetc(c, inf);
204 (void)ungetc(c, inf);
308 (void)ungetc(c, inf);
332 (void)ungetc(c, inf);
423 (void)ungetc(c, inf);
519 (void)ungetc(c, inf);
/freebsd-11-stable/usr.sbin/lpr/filters/
H A Dlpf.c165 ungetc(ch, stdin);
/freebsd-11-stable/lib/libc/stdio/
H A Dungetc.c34 static char sccsid[] = "@(#)ungetc.c 8.2 (Berkeley) 11/3/93";
37 __FBSDID("$FreeBSD: stable/11/lib/libc/stdio/ungetc.c 320942 2017-07-13 09:27:11Z kib $");
50 * Expand the ungetc buffer `in place'. That is, adjust fp->_p when
91 ungetc(int c, FILE *fp) function
132 * If we are in the middle of ungetc'ing, just continue.
133 * This may require expanding the current ungetc buffer.
157 * Create an ungetc buffer.
/freebsd-11-stable/usr.sbin/lpr/filters.ru/koi2855/
H A Dkoi2855.c89 ungetc(c, stdin);
/freebsd-11-stable/lib/libsm/
H A DMakefile30 smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c \
/freebsd-11-stable/secure/usr.bin/bdes/
H A Dbdes.c543 (void)ungetc(c, stdin);
615 (void)ungetc(c, stdin);
749 (void)ungetc(c, stdin);
841 (void)ungetc(c, stdin);
935 (void)ungetc(c, stdin);
/freebsd-11-stable/contrib/byacc/test/
H A Dbtyacc_calc1.y257 ungetc(c, stdin); /* push back last char read */
H A Dcalc1.y242 ungetc(c, stdin); /* push back last char read */
H A Dvarsyntax_calc1.y244 ungetc(c, stdin); /* push back last char read */
/freebsd-11-stable/contrib/groff/src/utils/pfbtops/
H A Dpfbtops.c106 ungetc(c1, stdin);

Completed in 205 milliseconds

1234