| /freebsd-9-stable/contrib/binutils/gas/ |
| D | input-file.c | 170 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/ |
| D | main.cpp | 97 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/ |
| D | C.c | 126 (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()
|
| D | yacc.c | 81 (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/ |
| D | scan.c | 120 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()
|
| D | read-rtl.c | 894 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/ |
| D | readrec.c | 141 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/ |
| D | openpam_readword.c | 90 ungetc(ch, f); in openpam_readword() 142 ungetc(ch, f); in openpam_readword()
|
| /freebsd-9-stable/contrib/libstdc++/include/c_std/ |
| D | std_cstdio.h | 93 #undef ungetc 140 using ::ungetc;
|
| /freebsd-9-stable/contrib/groff/src/devices/xditview/ |
| D | DviP.h | 209 ungetc (c, dw->dvi.tmpFile)\ 212 ungetc (c, dw->dvi.file)))
|
| /freebsd-9-stable/secure/usr.bin/bdes/ |
| D | bdes.c | 543 (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/ |
| D | bootparamd.c | 273 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/ |
| D | koi2855.c | 87 ungetc(c, stdin); in main()
|
| /freebsd-9-stable/usr.sbin/lpr/filters.ru/koi2alt/ |
| D | koi2alt.c | 88 ungetc(c, stdin); in main()
|
| /freebsd-9-stable/lib/libc/stdio/ |
| D | Makefile.inc | 23 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/ |
| D | std_cstdio.h | 79 #undef ungetc
|
| /freebsd-9-stable/usr.bin/sed/ |
| D | main.c | 333 (void)ungetc(c, infile); in mf_fgets() 490 ungetc(ch, infile); in lastline()
|
| /freebsd-9-stable/contrib/groff/src/devices/grops/ |
| D | psrm.cpp | 436 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/ |
| D | praudit.c | 82 ungetc(type, fp); in print_tokens()
|
| /freebsd-9-stable/sbin/dhclient/ |
| D | conflex.c | 272 ungetc(c, cfile); in read_number() 298 ungetc(c, cfile); in read_num_or_name()
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | cstdio | 81 int ungetc(int c, FILE* stream); 167 using ::ungetc;
|
| /freebsd-9-stable/contrib/libstdc++/include/c_compatibility/ |
| D | stdio.h | 72 using std::ungetc;
|
| /freebsd-9-stable/usr.sbin/makefs/ |
| D | mtree.c | 306 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/ |
| D | sysdump.c | 281 ungetc (c, file); in getone() 613 ungetc (c, file); in module()
|
| /freebsd-9-stable/sys/contrib/dev/acpica/compiler/ |
| D | dtio.c | 567 ungetc (c, Handle); in DtGetNextLine() 608 ungetc (c, Handle); in DtGetNextLine()
|