Go to the source code of this file.
◆ _ALLOW_OLD_VALIDATE_MACROS
| #define _ALLOW_OLD_VALIDATE_MACROS |
◆ ERRTABLECOUNT
◆ MAX_EACCES_RANGE
◆ MAX_EXEC_ERROR
◆ MIN_EACCES_RANGE
◆ MIN_EXEC_ERROR
◆ __acrt_errno_from_os_error()
Definition at line 103 of file errno.cpp.
104{
105
107 {
110 }
111
112
113
114
116 {
118 }
120 {
122 }
123 else
124 {
126 }
127}
static errentry const errtable[]
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
Referenced by __acrt_errno_map_os_error(), __acrt_errno_map_os_error_ptd(), and _getdiskfree().
◆ __acrt_errno_map_os_error()
Definition at line 91 of file errno.cpp.
92{
95}
int __cdecl __acrt_errno_from_os_error(unsigned long const oserrno)
Referenced by __acrt_convert_wcs_mbs_cp(), __acrt_GetModuleFileNameA(), _beginthread(), _beginthreadex(), _cgetws_s(), _chdrive(), _cwait(), _open_osfhandle(), _pipe(), _read_nolock(), _Success_(), _waccess_s(), _wchmod(), _wmkdir(), _wremove(), _wrename(), _wrmdir(), _wsopen_nolock(), __crt_win32_buffer< Character, ResizePolicy >::call_win32_function(), common_stat_handle_file_not_opened(), common_stat_handle_file_opened(), construct_command_line(), construct_environment_block(), execute_command(), get_drive_number_from_path(), locking_nolock(), and throw().
◆ __acrt_errno_map_os_error_ptd()
◆ __doserrno()
Definition at line 191 of file errno.cpp.
192{
195 {
197 }
198
199 return &
ptd->_tdoserrno;
200}
__acrt_ptd *__cdecl __acrt_getptd_noexit(void)
static unsigned long doserrno_no_memory
◆ _errno()
◆ _get_doserrno()
Definition at line 164 of file errno.cpp.
165{
167
168
170 return 0;
171}
#define _VALIDATE_RETURN_NOERRNO(expr, retexpr)
◆ _get_errno()
Definition at line 142 of file errno.cpp.
143{
145
146
148 return 0;
149}
◆ _set_doserrno()
Definition at line 154 of file errno.cpp.
155{
159
161 return 0;
162}
◆ _set_errno()
Definition at line 132 of file errno.cpp.
133{
137
139 return 0;
140}
◆ doserrno_no_memory
◆ errno_no_memory
◆ errtable
| errentry const errtable[] |
|
static |