Home
last modified time | relevance | path

Searched defs:ungetc (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dungetc.c87 ungetc(int c, FILE *fp) in ungetc() function
/freebsd/contrib/llvm-project/libc/src/__support/File/
H A Dfile.h202 int ungetc(int c) { in ungetc() function