Home
last modified time | relevance | path

Searched refs:__getchar (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h68 int_type __getchar(bool __consume);
94 return __getchar(false); in underflow()
99 return __getchar(true); in uflow()
133 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::__getchar(bool __consume) { in __getchar() function