Searched refs:ungetc (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/stdio/ |
H A D | ungetc.c | 27 ungetc(int c, Sfio_t* f) function 29 STDIO_INT(f, "ungetc", int, (int, Sfio_t*), (c, f))
|
/ast/src/cmd/bzip/ |
H A D | bzip2.c | 285 ungetc ( c, f );
|
/ast/src/lib/libast/ |
H A D | Makefile | 178 stdio/tmpfile.c ungetc.c vfprintf.c vfscanf.c vprintf.c \
|
/ast/src/lib/libbz/ |
H A D | bzlib.c | 874 ungetc ( c, f );
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 4887 ungetc(c, stdin);
|
Completed in 218 milliseconds