Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h291 inline bool __do_fputc(char __c, FILE* __fp) { in __do_fputc() function
297 inline bool __do_fputc(wchar_t __c, FILE* __fp) { in __do_fputc() function
314 if (!__do_fputc(__1buf, __file_)) in overflow()