Symbol: ungetc
bin/ed/cbc.c
386
ungetc(c, fp);
crypto/openssh/ssh-keygen.c
632
if (c != EOF && c != '\n' && ungetc(c, fp) == EOF)
games/boggle/boggle/help.c
55
if (ungetc(getc(fp), fp) == EOF) {
games/boggle/boggle/help.c
70
if (eof || ungetc(getc(fp), fp) == EOF) {
games/morse/morse.c
537
ungetc(tch, stdin);
games/trek/computer.c
292
ungetc(i, stdin);
games/trek/getpar.c
224
ungetc(c, stdin);
games/trek/getpar.c
228
ungetc(c, stdin);
games/trek/getpar.c
246
ungetc('\n', stdin);
games/trek/getpar.c
267
ungetc(c, stdin);
games/trek/getpar.c
290
ungetc(c, stdin);
games/trek/torped.c
99
k = ungetc(getchar(), stdin);
include/stdio.h
259
int ungetc(int, FILE *);
libexec/bootpd/readfile.c
527
ungetc(c, fp); /* Other character, push it back to reprocess it */
sbin/dhclient/conflex.c
283
ungetc(c, cfile);
sbin/dhclient/conflex.c
309
ungetc(c, cfile);
tools/tools/ath/athprom/athprom.c
236
ungetc(c, fd);
tools/tools/ath/athprom/athprom.c
292
ungetc(c, fd);
usr.bin/bdes/bdes.c
532
(void)ungetc(c, stdin);
usr.bin/bdes/bdes.c
604
(void)ungetc(c, stdin);
usr.bin/bdes/bdes.c
738
(void)ungetc(c, stdin);
usr.bin/bdes/bdes.c
830
(void)ungetc(c, stdin);
usr.bin/bdes/bdes.c
924
(void)ungetc(c, stdin);
usr.bin/ctags/C.c
120
ungetc(c, inf);
usr.bin/ctags/C.c
198
ungetc(c, inf);
usr.bin/ctags/C.c
302
ungetc(c, inf);
usr.bin/ctags/C.c
326
ungetc(c, inf);
usr.bin/ctags/C.c
417
ungetc(c, inf);
usr.bin/ctags/C.c
513
ungetc(c, inf);
usr.bin/ctags/yacc.c
107
ungetc(c, inf);
usr.bin/ctags/yacc.c
75
ungetc(c, inf);
usr.bin/ctags/yacc.c
81
ungetc(c, inf);
usr.bin/dc/inout.c
85
ungetc(src->lastchar, src->u.stream);
usr.bin/localedef/scanner.c
269
if (ungetc(c, is_stdin ? stdin : input) < 0) {
usr.bin/mail/util.c
182
ungetc(c = getc(f), f);
usr.bin/mkstr/mkstr.c
40
#define ungetchar(c) ungetc(c, stdin)
usr.bin/pr/pr.c
1009
if ((col > lim) && (ungetc(ch, inf) == EOF))
usr.bin/sed/main.c
346
(void)ungetc(c, infile);
usr.bin/sed/main.c
522
ungetc(ch, file_fd);
usr.bin/sed/main.c
548
ungetc(ch, infile);
usr.bin/usbhidaction/usbhidaction.c
272
ungetc(c, f);
usr.bin/window/scanner.c
80
return ungetc(c, cx.x_fp);
usr.sbin/bootparamd/bootparamd/bootparamd.c
266
ungetc(ch, bpf); ungetc('\\',bpf); /* push the character(s) back */
usr.sbin/bootparamd/bootparamd/bootparamd.c
267
} else ungetc(ch, bpf); /* but who know what a `\` is */
usr.sbin/ckdist/ckdist.c
199
ungetc(c, fp);
usr.sbin/config/main.c
307
ungetc(ch, fp);
usr.sbin/config/main.c
365
ungetc(ch, fp);
usr.sbin/cron/lib/misc.c
294
ungetc(ch, file);
usr.sbin/inetd/inetd.c
1822
ungetc(c, fconfig);
usr.sbin/lpr/filters.ru/koi2855/koi2855.c
88
ungetc(c, stdin);
usr.sbin/lpr/filters.ru/koi2alt/koi2alt.c
88
ungetc(c, stdin);
usr.sbin/lpr/filters/lpf.c
156
ungetc(ch, stdin);
usr.sbin/makefs/mtree.c
1092
ungetc(c, fp);
usr.sbin/makefs/mtree.c
310
ungetc(c, fp);
usr.sbin/makefs/mtree.c
325
ungetc(c, fp);
usr.sbin/makefs/mtree.c
392
ungetc(c, fp);
usr.sbin/quot/quot.c
454
ungetc(c,stdin);