55 FILE*
const public_stream
86 if (
stream.has_any_buffer())
100 stream->_base =
reinterpret_cast<char*
>(&
stream->_charbuf);
101 stream->_ptr =
reinterpret_cast<char*
>(&
stream->_charbuf);
108 stream->_base =
reinterpret_cast<char*
>(*buffer);
109 stream->_ptr =
reinterpret_cast<char*
>(*buffer);
122 FILE*
const public_stream,
123 __crt_cached_ptd_host&
ptd
131 if (
stream.has_temporary_buffer())
bool __acrt_should_use_temporary_buffer(FILE *const stream)
void * __acrt_stdout_buffer
void * __acrt_stderr_buffer
bool __cdecl __acrt_stdio_begin_temporary_buffering_nolock(FILE *const public_stream)
void __cdecl __acrt_stdio_end_temporary_buffering_nolock(bool const flag, FILE *const public_stream, __crt_cached_ptd_host &ptd)
_In_ size_t const _In_ int _In_ bool const _In_ unsigned const _In_ __acrt_rounding_mode const _Inout_ __crt_cached_ptd_host & ptd
int __cdecl __acrt_stdio_flush_nolock(FILE *const public_stream, __crt_cached_ptd_host &ptd)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean flag
_Check_return_ _CRTIMP int __cdecl _fileno(_In_ FILE *_File)
_Check_return_ _CRTIMP int __cdecl _isatty(_In_ int _FileHandle)