Home
last modified time | relevance | path

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

/llvm-project/libc/src/stdio/scanf_core/
H A Dreader.cpp15 void Reader::ungetc(char c) { ungetc() function in LIBC_NAMESPACE::scanf_core::Reader
H A Dvfscanf_internal.h44 LIBC_INLINE void ungetc(int c, void *f) { ungetc() function
/llvm-project/libc/src/__support/File/
H A Dfile.h200 int ungetc(int c) { ungetc() function