Go to the source code of this file.
|
static wint_t __cdecl | fputwc_binary_nolock (wchar_t const c, __crt_stdio_stream const stream, __crt_cached_ptd_host &ptd) throw () |
|
wint_t __cdecl | _fputwc_nolock_internal (wchar_t const c, FILE *const public_stream, __crt_cached_ptd_host &ptd) |
|
wint_t __cdecl | _fputwc_nolock (wchar_t const c, FILE *const public_stream) |
|
wint_t __cdecl | _putwc_nolock (wchar_t const c, FILE *const stream) |
|
static wint_t __cdecl | _fputwc_internal (wchar_t const c, FILE *const stream, __crt_cached_ptd_host &ptd) |
|
wint_t __cdecl | fputwc (wchar_t const c, FILE *const stream) |
|
wint_t __cdecl | putwc (wchar_t const c, FILE *const stream) |
|
wint_t __cdecl | _fputwchar (wchar_t const c) |
|
wint_t __cdecl | putwchar (wchar_t const c) |
|
◆ _fputwc_internal()
Definition at line 98 of file fputwc.cpp.
99{
101
103
106 {
108 }
110 {
112 }
114
115 return return_value;
116}
#define _UCRT_VALIDATE_RETURN(ptd, expr, errorcode, retexpr)
_In_ size_t const _In_ int _In_ bool const _In_ unsigned const _In_ __acrt_rounding_mode const _Inout_ __crt_cached_ptd_host & ptd
wint_t __cdecl _fputwc_nolock_internal(wchar_t const c, FILE *const public_stream, __crt_cached_ptd_host &ptd)
_CRTIMP void __cdecl _unlock_file(_Inout_ FILE *_File)
_CRTIMP void __cdecl _lock_file(_Inout_ FILE *_File)
Referenced by fputwc().
◆ _fputwc_nolock()
◆ _fputwc_nolock_internal()
Definition at line 34 of file fputwc.cpp.
35{
37
38
39 if (
stream.is_string_backed())
40 {
42 }
43
45
46
47
49 {
51 }
52
53
54
56 {
58 }
59
60
61
63
66 {
67
69 }
70
71
73 {
75 {
77 }
78 }
79
81}
int __cdecl _fputc_nolock_internal(int const c, FILE *const public_stream, __crt_cached_ptd_host &ptd)
static wint_t __cdecl fputwc_binary_nolock(wchar_t const c, __crt_stdio_stream const 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 const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
_Check_return_ _CRTIMP int __cdecl _fileno(_In_ FILE *_File)
#define _textmode_safe(i)
int __cdecl _wctomb_internal(int *const return_value, char *const destination, size_t const destination_count, wchar_t const wchar, __crt_cached_ptd_host &ptd)
Referenced by _fputwc_internal(), and _fputwc_nolock().
◆ _fputwchar()
Definition at line 135 of file fputwc.cpp.
136{
138}
wint_t __cdecl fputwc(wchar_t const c, FILE *const stream)
Referenced by putwchar().
◆ _putwc_nolock()
Definition at line 89 of file fputwc.cpp.
90{
92}
wint_t __cdecl _fputwc_nolock(wchar_t const c, FILE *const public_stream)
◆ fputwc()
Definition at line 118 of file fputwc.cpp.
119{
120 __crt_cached_ptd_host
ptd;
122}
static wint_t __cdecl _fputwc_internal(wchar_t const c, FILE *const stream, __crt_cached_ptd_host &ptd)
Referenced by _fputwchar(), and putwc().
◆ fputwc_binary_nolock()
Definition at line 14 of file fputwc.cpp.
15{
17
18
19
21 {
23 }
24
25
26 wchar_t*& wide_stream_ptr =
reinterpret_cast<wchar_t*&
>(
stream->_ptr);
27 *wide_stream_ptr++ =
c;
28
30}
int __cdecl __acrt_stdio_flush_and_write_wide_nolock(int const c, FILE *const stream, __crt_cached_ptd_host &ptd)
Referenced by _fputwc_nolock_internal().
◆ putwc()
◆ putwchar()
Definition at line 143 of file fputwc.cpp.
144{
146}
wint_t __cdecl _fputwchar(wchar_t const c)