/freebsd/usr.bin/ctags/ |
H A D | C.c | 121 (void)ungetc(c, inf); in c_entries() 199 (void)ungetc(c, inf); in c_entries() 322 (void)ungetc(c, inf); in func_entry() 333 (void)ungetc(c, inf); in func_entry() 357 (void)ungetc(c, inf); in hash_entry() 448 (void)ungetc(c, inf); in str_entry() 544 (void)ungetc(c, inf); in skip_key()
|
H A D | yacc.c | 75 (void)ungetc(c, inf); in y_entries() 81 (void)ungetc(c, inf); in y_entries() 107 (void)ungetc(c, inf); in y_entries()
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_readword.c | 88 ungetc(ch, f); in openpam_readword() 139 ungetc(ch, f); in openpam_readword()
|
/freebsd/usr.bin/lastcomm/ |
H A D | readrec.c | 171 ungetc(version, f) == EOF || in readrec_vx() 172 ungetc(magic, f) == EOF) in readrec_vx() 203 if (ungetc(magic, f) == EOF) in readrec_forward()
|
/freebsd/usr.bin/sed/ |
H A D | main.c | 340 (void)ungetc(c, infile); in mf_fgets() 516 ungetc(ch, file_fd); in next_files_have_lines() 542 ungetc(ch, infile); in lastline()
|
/freebsd/usr.sbin/bootparamd/bootparamd/ |
H A D | bootparamd.c | 270 ungetc(ch, bpf); ungetc('\\',bpf); /* push the character(s) back */ in getthefile() 271 } else ungetc(ch, bpf); /* but who know what a `\` is */ in getthefile()
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | dtio.c | 546 ungetc(c1, Handle); in DtGetNextLine() 729 ungetc (c, Handle); in DtGetNextLine() 773 ungetc (c, Handle); in DtGetNextLine()
|
/freebsd/usr.sbin/lpr/filters.ru/koi2855/ |
H A D | koi2855.c | 87 ungetc(c, stdin); in main()
|
/freebsd/usr.sbin/lpr/filters.ru/koi2alt/ |
H A D | koi2alt.c | 88 ungetc(c, stdin); in main()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | std_stream.h | 120 if (ungetc(__c, __fp) == EOF) in __do_getc() 193 if (ungetc(traits_type::to_int_type(__extbuf[--__i]), __file_) == EOF) in __getchar() 230 if (ungetc(*--__enxt, __file_) == EOF) in pbackfail()
|
/freebsd/lib/libc/stdio/ |
H A D | Makefile.inc | 21 tmpnam.c ungetc.c ungetwc.c vasprintf.c vdprintf.c vfprintf.c \ 41 ungetc.3 ungetwc.3 wprintf.3 wscanf.3
|
H A D | ungetc.c | 87 ungetc(int c, FILE *fp) in ungetc() function
|
H A D | Symbol.map | 79 ungetc;
|
/freebsd/sbin/dhclient/ |
H A D | conflex.c | 274 ungetc(c, cfile); in read_number() 300 ungetc(c, cfile); in read_num_or_name()
|
/freebsd/usr.sbin/makefs/ |
H A D | mtree.c | 308 ungetc(c, fp); in skip_over() 323 ungetc(c, fp); in skip_to() 390 ungetc(c, fp); in read_word() 1093 ungetc(c, fp); in read_mtree()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdio | 80 int ungetc(int c, FILE* stream); 140 using ::ungetc _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/openbsm/bin/praudit/ |
H A D | praudit.c | 97 ungetc(type, fp); in print_tokens()
|
/freebsd/usr.sbin/lpr/filters/ |
H A D | lpf.c | 153 ungetc(ch, stdin); in main()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstdio.inc | 52 using ::ungetc _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cstdio.cppm |
|
H A D | cstdio.inc | 52 using std::ungetc _LIBCPP_USING_IF_EXISTS;
|
/freebsd/lib/libsm/ |
H A D | Makefile | 28 smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c \
|
/freebsd/lib/libc/gen/ |
H A D | getutxent.c | 130 ungetc('\0', uf); in getfutxent()
|
/freebsd/contrib/tcpdump/lbl/ |
H A D | os-sunos4.h | 39 int ungetc(int, FILE *);
|
/freebsd/contrib/libpcap/lbl/ |
H A D | os-sunos4.h | 39 int ungetc(int, FILE *);
|