Home
last modified time | relevance | path

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

123

/minix/usr.bin/ctags/
H A DC.c136 (void)ungetc(c, inf); in c_entries()
158 ungetc(c, inf); in c_entries()
334 (void)ungetc(c, inf); in func_entry()
347 (void)ungetc(c, inf); in func_entry()
372 ungetc(c, inf); in hash_entry()
455 (void)ungetc(c, inf); in str_entry()
490 ungetc(c, inf); in skip_comment()
560 (void)ungetc(c, inf); in skip_key()
H A Dyacc.c88 (void)ungetc(c, inf); in y_entries()
94 (void)ungetc(c, inf); in y_entries()
122 (void)ungetc(c, inf); in y_entries()
/minix/usr.bin/fpr/
H A Dfpr.c108 ungetc((int) EOL, stdin); in main()
125 ungetc(ch, stdin); in main()
139 ungetc((int) EOL, stdin); in main()
161 ungetc(ch, stdin); in main()
/minix/external/bsd/bind/dist/contrib/zkt-1.1.3/
H A Dncparse.c156 ungetc (c, fp); in gettok()
180 ungetc (c, fp); in gettok()
H A Dzkt-soaserial.c137 ungetc (c, fp); /* pushback the non ws */ in read_serial_fromfile()
H A Dsoaserial.c263 ungetc (c, fp); /* push back the last char */ in inc_soa_serial()
H A Ddki.c105 ungetc (c, fp); in dki_readfile()
119 ungetc (c, fp); in dki_readfile()
123 ungetc (c, fp); /* push back last char */ in dki_readfile()
138 ungetc (c, fp); /* oops, no ttl */ in dki_readfile()
/minix/lib/libc/stdio/
H A Dvfscanf.c506 (void)ungetc(buf[n], in __svfscanf_unlocked_l()
607 (void)ungetc(buf[n], in __svfscanf_unlocked_l()
772 (void)ungetc(*(u_char *)--p, fp); in __svfscanf_unlocked_l()
778 (void)ungetc(c, fp); in __svfscanf_unlocked_l()
1106 (void)ungetc(*(u_char *)p, fp); in parsefloat()
H A DMakefile.inc20 sscanf.c stdio.c swprintf.c swscanf.c tmpfile.c ungetc.c ungetwc.c \
34 ungetc.3 ungetwc.3 wprintf.3 wscanf.3 open_memstream.3
H A Dungetc.c93 ungetc(int c, FILE *fp) in ungetc() function
/minix/usr.bin/bdes/
H A Dbdes.c582 (void)ungetc(c, stdin); in ecbdec()
654 (void)ungetc(c, stdin); in cbcdec()
788 (void)ungetc(c, stdin); in cfbdec()
881 (void)ungetc(c, stdin); in cfbadec()
975 (void)ungetc(c, stdin); in ofbdec()
/minix/usr.bin/sed/
H A Dmain.c357 (void)ungetc(c, infile); in mf_fgets()
515 ungetc(ch, infile); in lastline()
/minix/external/bsd/tcpdump/dist/lbl/
H A Dos-sunos4.h39 int ungetc(int, FILE *);
/minix/external/bsd/libpcap/dist/lbl/
H A Dos-sunos4.h41 int ungetc(int, FILE *);
/minix/external/bsd/libc++/dist/libcxx/include/
H A Dcstdio81 int ungetc(int c, FILE* stream);
169 using ::ungetc;
H A D__std_stream167 if (ungetc(traits_type::to_int_type(__extbuf[--__i]), __file_) == EOF)
210 if (ungetc(*--__enxt, __file_) == EOF)
/minix/external/bsd/byacc/dist/test/
H A Dvarsyntax_calc1.y246 ungetc(c, stdin); /* push back last char read */
H A Dcalc1.y244 ungetc(c, stdin); /* push back last char read */ in yylex()
H A Dbtyacc_calc1.y259 ungetc(c, stdin); /* push back last char read */ in YYLEX_DECL()
/minix/usr.bin/sort/
H A Dfiles.c273 ungetc(*((char *) rec + i), fp); in geteasy()
/minix/usr.bin/mkstr/
H A Dmkstr.c50 #define ungetchar(c) ungetc(c, stdin)
/minix/external/bsd/libc++/dist/libcxx/test/depr/depr.c.headers/
H A Dstdio_h.pass.cpp124 static_assert((std::is_same<decltype(ungetc(0,fp)), int>::value), ""); in main()
/minix/external/bsd/libc++/dist/libcxx/test/std/depr/depr.c.headers/
H A Dstdio_h.pass.cpp129 static_assert((std::is_same<decltype(ungetc(0,fp)), int>::value), ""); in main()
/minix/bin/ed/
H A Dcbc.c451 (void)ungetc(c, fp); in cbc_decode()
/minix/external/bsd/libc++/dist/libcxx/test/std/input.output/file.streams/c.files/
H A Dcstdio.pass.cpp111 static_assert((std::is_same<decltype(std::ungetc(0,fp)), int>::value), ""); in main()

123