Home
last modified time | relevance | path

Searched refs:ungetc (Results 1 – 25 of 98) sorted by relevance

1234

/freebsd-9-stable/contrib/binutils/gas/
Dinput-file.c170 ungetc ('#', f_in); /* It was longer. */ in input_file_open()
172 ungetc ('\n', f_in); in input_file_open()
180 ungetc ('#', f_in); in input_file_open()
182 ungetc ('\n', f_in); in input_file_open()
185 ungetc ('\n', f_in); in input_file_open()
187 ungetc ('#', f_in); in input_file_open()
190 ungetc (c, f_in); in input_file_open()
/freebsd-9-stable/contrib/groff/src/preproc/pic/
Dmain.cpp97 ungetc(d, fp); in get()
110 ungetc(c, fp); in get()
121 ungetc(c, fp); in get()
127 ungetc(c, fp); in get()
169 ungetc(d, fp); in peek()
183 ungetc(c, fp); in peek()
195 ungetc(c, fp); in peek()
202 ungetc(c, fp); in peek()
208 ungetc(c, fp); in peek()
376 ungetc(c, fp); in do_file()
/freebsd-9-stable/usr.bin/ctags/
DC.c126 (void)ungetc(c, inf); in c_entries()
204 (void)ungetc(c, inf); in c_entries()
308 (void)ungetc(c, inf); in func_entry()
332 (void)ungetc(c, inf); in hash_entry()
423 (void)ungetc(c, inf); in str_entry()
519 (void)ungetc(c, inf); in skip_key()
Dyacc.c81 (void)ungetc(c, inf); in y_entries()
87 (void)ungetc(c, inf); in y_entries()
113 (void)ungetc(c, inf); in y_entries()
/freebsd-9-stable/contrib/gcc/
Dscan.c120 ungetc (c, fp); in skip_spaces()
206 ungetc (c, fp); in get_token()
213 ungetc (c, fp); in get_token()
219 ungetc (c, fp); in get_token()
Dread-rtl.c894 ungetc (c, infile); in read_name()
1177 ungetc (c, infile); in read_constants()
1334 ungetc (c, infile); in read_mapping()
1417 ungetc (c, infile); in read_rtx()
1549 ungetc (i, infile); in read_rtx_1()
1568 ungetc (c, infile); in read_rtx_1()
1591 ungetc (c, infile); in read_rtx_1()
1618 ungetc (c, infile); in read_rtx_1()
1727 ungetc (c, infile); in read_rtx_variadic()
/freebsd-9-stable/usr.bin/lastcomm/
Dreadrec.c141 ungetc(version, f) == EOF || in readrec_vx()
142 ungetc(magic, f) == EOF) in readrec_vx()
171 if (ungetc(magic, f) == EOF) in readrec_forward()
/freebsd-9-stable/contrib/openpam/lib/libpam/
Dopenpam_readword.c90 ungetc(ch, f); in openpam_readword()
142 ungetc(ch, f); in openpam_readword()
/freebsd-9-stable/contrib/libstdc++/include/c_std/
Dstd_cstdio.h93 #undef ungetc
140 using ::ungetc;
/freebsd-9-stable/contrib/groff/src/devices/xditview/
DDviP.h209 ungetc (c, dw->dvi.tmpFile)\
212 ungetc (c, dw->dvi.file)))
/freebsd-9-stable/secure/usr.bin/bdes/
Dbdes.c543 (void)ungetc(c, stdin); in ecbdec()
615 (void)ungetc(c, stdin); in cbcdec()
749 (void)ungetc(c, stdin); in cfbdec()
841 (void)ungetc(c, stdin); in cfbadec()
935 (void)ungetc(c, stdin); in ofbdec()
/freebsd-9-stable/usr.sbin/bootparamd/bootparamd/
Dbootparamd.c273 ungetc(ch, bpf); ungetc('\\',bpf); /* push the character(s) back */
274 } else ungetc(ch, bpf); /* but who know what a `\` is */
/freebsd-9-stable/usr.sbin/lpr/filters.ru/koi2855/
Dkoi2855.c87 ungetc(c, stdin); in main()
/freebsd-9-stable/usr.sbin/lpr/filters.ru/koi2alt/
Dkoi2alt.c88 ungetc(c, stdin); in main()
/freebsd-9-stable/lib/libc/stdio/
DMakefile.inc23 tmpnam.c ungetc.c ungetwc.c vasprintf.c vdprintf.c vfprintf.c \
43 ungetc.3 ungetwc.3 wprintf.3 wscanf.3
/freebsd-9-stable/contrib/libstdc++/include/c/
Dstd_cstdio.h79 #undef ungetc
/freebsd-9-stable/usr.bin/sed/
Dmain.c333 (void)ungetc(c, infile); in mf_fgets()
490 ungetc(ch, infile); in lastline()
/freebsd-9-stable/contrib/groff/src/devices/grops/
Dpsrm.cpp436 ungetc(c, fp); in ps_get_line()
769 ungetc(cc, fp); in skip_possible_newline()
782 ungetc(c, fp); in skip_possible_newline()
843 ungetc(c, fp); in do_begin_data()
888 ungetc(cc, fp); in do_begin_binary()
/freebsd-9-stable/contrib/openbsm/bin/praudit/
Dpraudit.c82 ungetc(type, fp); in print_tokens()
/freebsd-9-stable/sbin/dhclient/
Dconflex.c272 ungetc(c, cfile); in read_number()
298 ungetc(c, cfile); in read_num_or_name()
/freebsd-9-stable/contrib/libc++/include/
Dcstdio81 int ungetc(int c, FILE* stream);
167 using ::ungetc;
/freebsd-9-stable/contrib/libstdc++/include/c_compatibility/
Dstdio.h72 using std::ungetc;
/freebsd-9-stable/usr.sbin/makefs/
Dmtree.c306 ungetc(c, fp); in skip_over()
321 ungetc(c, fp); in skip_to()
383 ungetc(c, fp); in read_word()
1090 ungetc(c, fp); in read_mtree()
/freebsd-9-stable/contrib/binutils/binutils/
Dsysdump.c281 ungetc (c, file); in getone()
613 ungetc (c, file); in module()
/freebsd-9-stable/sys/contrib/dev/acpica/compiler/
Ddtio.c567 ungetc (c, Handle); in DtGetNextLine()
608 ungetc (c, Handle); in DtGetNextLine()

1234