Symbol: ungetc
bin/cat/cat.c
332
(void)ungetc(ch, fp);
crypto/openssh/ssh-keygen.c
651
if (c != EOF && c != '\n' && ungetc(c, fp) == EOF)
include/stdio.h
305
int ungetc(int, FILE *);
lib/libc/gen/getutxent.c
130
ungetc('\0', uf);
libexec/bootpd/readfile.c
516
ungetc(c, fp); /* Other character, push it back to reprocess it */
sbin/dhclient/conflex.c
274
ungetc(c, cfile);
sbin/dhclient/conflex.c
300
ungetc(c, cfile);
sbin/ipf/common/ipf_y.y
2034
if (ungetc(i, fp) == 0)
sbin/ipf/ipnat/ipnat_y.y
1352
if (ungetc(i, fp) == EOF)
sbin/ipf/ippool/ippool_y.y
657
if (ungetc(i, fp) == EOF)
tools/tools/ath/athprom/athprom.c
236
ungetc(c, fd);
tools/tools/ath/athprom/athprom.c
292
ungetc(c, fd);
usr.bin/ctags/C.c
121
(void)ungetc(c, inf);
usr.bin/ctags/C.c
199
(void)ungetc(c, inf);
usr.bin/ctags/C.c
322
(void)ungetc(c, inf);
usr.bin/ctags/C.c
333
(void)ungetc(c, inf);
usr.bin/ctags/C.c
357
(void)ungetc(c, inf);
usr.bin/ctags/C.c
448
(void)ungetc(c, inf);
usr.bin/ctags/C.c
544
(void)ungetc(c, inf);
usr.bin/ctags/yacc.c
107
(void)ungetc(c, inf);
usr.bin/ctags/yacc.c
75
(void)ungetc(c, inf);
usr.bin/ctags/yacc.c
81
(void)ungetc(c, inf);
usr.bin/diff/diffreg.c
1321
ungetc(c, lb);
usr.bin/diff/diffreg.c
1410
ungetc(t, f);
usr.bin/diff/diffreg.c
789
ungetc(c, f1);
usr.bin/diff/diffreg.c
796
ungetc(d, f2);
usr.bin/hexdump/display.c
332
ungetc(c, stdin);
usr.bin/lastcomm/readrec.c
171
ungetc(version, f) == EOF ||
usr.bin/lastcomm/readrec.c
172
ungetc(magic, f) == EOF)
usr.bin/lastcomm/readrec.c
203
if (ungetc(magic, f) == EOF)
usr.bin/localedef/scanner.c
269
if (ungetc(c, is_stdin ? stdin : input) < 0) {
usr.bin/mail/util.c
184
ungetc(c = getc(f), f);
usr.bin/mkstr/mkstr.c
38
#define ungetchar(c) ungetc(c, stdin)
usr.bin/pr/pr.c
1041
if ((col > lim) && (ungetc(ch, inf) == EOF))
usr.bin/sed/main.c
340
(void)ungetc(c, infile);
usr.bin/sed/main.c
516
ungetc(ch, file_fd);
usr.bin/sed/main.c
542
ungetc(ch, infile);
usr.bin/usbhidaction/usbhidaction.c
271
ungetc(c, f);
usr.sbin/bootparamd/bootparamd/bootparamd.c
270
ungetc(ch, bpf); ungetc('\\',bpf); /* push the character(s) back */
usr.sbin/bootparamd/bootparamd/bootparamd.c
271
} else ungetc(ch, bpf); /* but who know what a `\` is */
usr.sbin/ckdist/ckdist.c
197
(void)ungetc(c, fp);
usr.sbin/config/main.cc
369
(void) ungetc(ch, fp);
usr.sbin/config/main.cc
432
(void) ungetc(ch, fp);
usr.sbin/cron/lib/misc.c
237
ungetc(ch, file);
usr.sbin/inetd/inetd.c
2036
(void) ungetc(c, fconfig);
usr.sbin/lpr/filters.ru/koi2855/koi2855.c
87
ungetc(c, stdin);
usr.sbin/lpr/filters.ru/koi2alt/koi2alt.c
88
ungetc(c, stdin);
usr.sbin/lpr/filters/lpf.c
153
ungetc(ch, stdin);
usr.sbin/makefs/mtree.c
1104
ungetc(c, fp);
usr.sbin/makefs/mtree.c
308
ungetc(c, fp);
usr.sbin/makefs/mtree.c
323
ungetc(c, fp);
usr.sbin/makefs/mtree.c
390
ungetc(c, fp);