Home
last modified time | relevance | path

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

123

/freebsd-14-stable/usr.bin/ctags/
HDC.c127 (void)ungetc(c, inf); in c_entries()
205 (void)ungetc(c, inf); in c_entries()
328 (void)ungetc(c, inf); in func_entry()
339 (void)ungetc(c, inf); in func_entry()
363 (void)ungetc(c, inf); in hash_entry()
454 (void)ungetc(c, inf); in str_entry()
550 (void)ungetc(c, inf); in skip_key()
HDyacc.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-14-stable/contrib/openpam/lib/libpam/
HDopenpam_readword.c88 ungetc(ch, f); in openpam_readword()
139 ungetc(ch, f); in openpam_readword()
/freebsd-14-stable/usr.bin/lastcomm/
HDreadrec.c172 ungetc(version, f) == EOF || in readrec_vx()
173 ungetc(magic, f) == EOF) in readrec_vx()
204 if (ungetc(magic, f) == EOF) in readrec_forward()
/freebsd-14-stable/usr.bin/sed/
HDmain.c351 (void)ungetc(c, infile); in mf_fgets()
527 ungetc(ch, file_fd); in next_files_have_lines()
553 ungetc(ch, infile); in lastline()
/freebsd-14-stable/usr.sbin/bootparamd/bootparamd/
HDbootparamd.c270 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-14-stable/usr.sbin/lpr/filters.ru/koi2855/
HDkoi2855.c87 ungetc(c, stdin); in main()
/freebsd-14-stable/usr.sbin/lpr/filters.ru/koi2alt/
HDkoi2alt.c88 ungetc(c, stdin); in main()
/freebsd-14-stable/sys/contrib/dev/acpica/compiler/
HDdtio.c546 ungetc(c1, Handle); in DtGetNextLine()
729 ungetc (c, Handle); in DtGetNextLine()
773 ungetc (c, Handle); in DtGetNextLine()
/freebsd-14-stable/contrib/llvm-project/libcxx/src/
HDstd_stream.h120 if (ungetc(__c, __fp) == EOF) in __do_ungetc()
193 if (ungetc(traits_type::to_int_type(__extbuf[--__i]), __file_) == EOF) in __getchar()
230 if (ungetc(*--__enxt, __file_) == EOF) in pbackfail()
/freebsd-14-stable/lib/libc/stdio/
HDMakefile.inc23 tmpnam.c ungetc.c ungetwc.c vasprintf.c vdprintf.c vfprintf.c \
43 ungetc.3 ungetwc.3 wprintf.3 wscanf.3
HDungetc.c90 ungetc(int c, FILE *fp) in ungetc() function
HDSymbol.map80 ungetc;
/freebsd-14-stable/sbin/dhclient/
HDconflex.c274 ungetc(c, cfile); in read_number()
300 ungetc(c, cfile); in read_num_or_name()
/freebsd-14-stable/usr.sbin/lpr/filters/
HDlpf.c165 ungetc(ch, stdin); in main()
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std.compat/
HDcstdio.inc52 using ::ungetc _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/contrib/openbsm/bin/praudit/
HDpraudit.c97 ungetc(type, fp); in print_tokens()
/freebsd-14-stable/usr.sbin/makefs/
HDmtree.c309 ungetc(c, fp); in skip_over()
324 ungetc(c, fp); in skip_to()
391 ungetc(c, fp); in read_word()
1094 ungetc(c, fp); in read_mtree()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDcstdio80 int ungetc(int c, FILE* stream);
140 using ::ungetc _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/lib/libsm/
HDMakefile29 smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c \
/freebsd-14-stable/lib/libc/gen/
HDgetutxent.c130 ungetc('\0', uf); in getfutxent()
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/
HDcstdio.inc52 using std::ungetc _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/contrib/libpcap/lbl/
HDos-sunos4.h39 int ungetc(int, FILE *);
/freebsd-14-stable/contrib/tcpdump/lbl/
HDos-sunos4.h39 int ungetc(int, FILE *);
/freebsd-14-stable/contrib/byacc/test/
HDcalc1.y242 ungetc(c, stdin); /* push back last char read */ in yylex()

123