Symbol: ungetc
bin/ed/cbc.c
451
(void)ungetc(c, fp);
common/dist/zlib/examples/zran.c
222
(index->strm.avail_in || ungetc(getc(in), in) != EOF)) {
common/dist/zlib/examples/zran.c
438
if (index->strm.avail_in || ungetc(getc(in), in) != EOF) {
dist/pf/sbin/pfctl/parse.y
5059
ungetc(c, f);
games/boggle/boggle/help.c
66
if (ungetc(getc(fp), fp) == EOF) {
games/boggle/boggle/help.c
81
if (eof || ungetc(getc(fp), fp) == EOF) {
games/trek/computer.c
300
ungetc(i, stdin);
games/trek/getpar.c
232
ungetc(c, stdin);
games/trek/getpar.c
236
ungetc(c, stdin);
games/trek/getpar.c
254
ungetc('\n', stdin);
games/trek/getpar.c
275
ungetc(c, stdin);
games/trek/getpar.c
298
ungetc(c, stdin);
games/trek/torped.c
107
k = ungetc(getchar(), stdin);
include/stdio.h
261
int ungetc(int, FILE *);
lib/libc/stdio/vfscanf.c
1106
(void)ungetc(*(u_char *)p, fp);
lib/libc/stdio/vfscanf.c
506
(void)ungetc(buf[n],
lib/libc/stdio/vfscanf.c
607
(void)ungetc(buf[n],
lib/libc/stdio/vfscanf.c
772
(void)ungetc(*(u_char *)--p, fp);
lib/libc/stdio/vfscanf.c
778
(void)ungetc(c, fp);
lib/libresolv/dst_api.c
540
ungetc(c, fp); /*%< return the character to the input field */
lib/libwrap/options.c
252
ungetc(ch, fp);
usr.bin/bdes/bdes.c
582
(void)ungetc(c, stdin);
usr.bin/bdes/bdes.c
654
(void)ungetc(c, stdin);
usr.bin/bdes/bdes.c
788
(void)ungetc(c, stdin);
usr.bin/bdes/bdes.c
881
(void)ungetc(c, stdin);
usr.bin/bdes/bdes.c
975
(void)ungetc(c, stdin);
usr.bin/ctags/C.c
136
(void)ungetc(c, inf);
usr.bin/ctags/C.c
158
ungetc(c, inf);
usr.bin/ctags/C.c
334
(void)ungetc(c, inf);
usr.bin/ctags/C.c
347
(void)ungetc(c, inf);
usr.bin/ctags/C.c
372
ungetc(c, inf);
usr.bin/ctags/C.c
455
(void)ungetc(c, inf);
usr.bin/ctags/C.c
490
ungetc(c, inf);
usr.bin/ctags/C.c
560
(void)ungetc(c, inf);
usr.bin/ctags/yacc.c
122
(void)ungetc(c, inf);
usr.bin/ctags/yacc.c
88
(void)ungetc(c, inf);
usr.bin/ctags/yacc.c
94
(void)ungetc(c, inf);
usr.bin/dc/inout.c
84
(void)ungetc(src->lastchar, src->u.stream);
usr.bin/deroff/deroff.c
625
ungetc(c, infile);
usr.bin/deroff/deroff.c
792
ungetc(c, infile);
usr.bin/diff/diffreg.c
1247
ungetc(c, lb);
usr.bin/diff/diffreg.c
1327
ungetc(t, f);
usr.bin/diff/diffreg.c
731
ungetc(c, f1);
usr.bin/diff/diffreg.c
738
ungetc(d, f2);
usr.bin/fpr/fpr.c
108
ungetc((int) EOL, stdin);
usr.bin/fpr/fpr.c
125
ungetc(ch, stdin);
usr.bin/fpr/fpr.c
139
ungetc((int) EOL, stdin);
usr.bin/fpr/fpr.c
161
ungetc(ch, stdin);
usr.bin/mail/mime_decode.c
1104
(void)ungetc(c = getc(f), f);
usr.bin/mail/support.c
234
(void)ungetc(c = getc(f), f);
usr.bin/pr/pr.c
1056
if ((col > lim) && (ungetc(ch, inf) == EOF))
usr.bin/rdist/gram.y
245
ungetc(c, fin);
usr.bin/rdist/gram.y
281
ungetc(c, fin);
usr.bin/rdist/gram.y
303
ungetc(c, fin);
usr.bin/sed/main.c
366
(void)ungetc(c, infile);
usr.bin/sed/main.c
538
ungetc(ch, file_fd);
usr.bin/sed/main.c
564
ungetc(ch, infile);
usr.bin/sort/files.c
274
ungetc(*((char *) rec + i), fp);
usr.bin/usbhidaction/usbhidaction.c
232
(void)ungetc(c, f);
usr.sbin/bootp/common/readfile.c
525
ungetc(c, fp); /* Other character, push it back to reprocess it */
usr.sbin/inetd/parse.c
832
(void) ungetc(c, fconfig);
usr.sbin/lpr/filters/lpf.c
171
ungetc(ch, stdin);
usr.sbin/quot/quot.c
464
ungetc(c, stdin);