ReactOS 0.4.16-dev-889-g9563c07
|
#include <errno.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <wchar.h>
#include "windef.h"
#include "winbase.h"
Go to the source code of this file.
Classes | |
struct | MSVCRT__LDOUBLE |
struct | __lc_time_data |
struct | threadmbcinfostruct |
struct | _frame_info |
struct | cxx_frame_info |
struct | __thread_data |
struct | fpnum |
union | _printf_arg |
Typedefs | |
typedef void(__cdecl * | terminate_function) (void) |
typedef void(__cdecl * | unexpected_function) (void) |
typedef void(__cdecl * | _se_translator_function) (unsigned int code, struct _EXCEPTION_POINTERS *info) |
typedef void(__cdecl * | MSVCRT_security_error_handler) (int, void *) |
typedef struct __lc_time_data | __lc_time_data |
typedef struct threadmbcinfostruct | threadmbcinfo |
typedef struct _frame_info | frame_info |
typedef struct __thread_data | thread_data_t |
typedef void *(__cdecl * | malloc_func_t) (size_t) |
typedef void(__cdecl * | free_func_t) (void *) |
typedef int(* | puts_clbk_a) (void *, int, const char *) |
typedef int(* | puts_clbk_w) (void *, int, const wchar_t *) |
typedef union _printf_arg | printf_arg |
typedef printf_arg(* | args_clbk) (void *, int, int, va_list *) |
Enumerations | |
enum | fpmod { FP_ROUND_ZERO , FP_ROUND_DOWN , FP_ROUND_EVEN , FP_ROUND_UP , FP_VAL_INFINITY , FP_VAL_NAN , FP_ROUND_ZERO , FP_ROUND_DOWN , FP_ROUND_EVEN , FP_ROUND_UP , FP_VAL_INFINITY , FP_VAL_NAN } |
Variables | |
BOOL sse2_supported | DECLSPEC_HIDDEN |
unsigned int | MSVCRT___lc_codepage |
int | MSVCRT___lc_collate_cp |
WORD | MSVCRT__ctype [257] |
WORD * | MSVCRT__pwctype |
char ** | MSVCRT__environ |
wchar_t ** | MSVCRT__wenviron |
unsigned int | MSVCRT__commode |
FILE | MSVCRT__iob [] |
#define _MAX__TIME64_T (((__time64_t)0x00000007 << 32) | 0x93406FFF) |
#define MSVCRT_CHECK_PMT | ( | x | ) | MSVCRT_CHECK_PMT_ERR((x), EINVAL) |
#define MSVCRT_NO_CONSOLE ((HANDLE)MSVCRT_NO_CONSOLE_FD) |
#define MSVCRT_PRINTF_INVOKE_INVALID_PARAM_HANDLER (0x0200) |
#define MSVCRT_stderr (MSVCRT__iob+STDERR_FILENO) |
#define MSVCRT_stdin (MSVCRT__iob+STDIN_FILENO) |
#define MSVCRT_stdout (MSVCRT__iob+STDOUT_FILENO) |
#define UCRTBASE_PRINTF_MASK |
#define UCRTBASE_SCANF_MASK |
typedef struct __lc_time_data __lc_time_data |
typedef printf_arg(* args_clbk) (void *, int, int, va_list *) |
typedef struct _frame_info frame_info |
typedef union _printf_arg printf_arg |
typedef struct __thread_data thread_data_t |
typedef struct threadmbcinfostruct threadmbcinfo |
Enumerator | |
---|---|
FP_ROUND_ZERO | |
FP_ROUND_DOWN | |
FP_ROUND_EVEN | |
FP_ROUND_UP | |
FP_VAL_INFINITY | |
FP_VAL_NAN | |
FP_ROUND_ZERO | |
FP_ROUND_DOWN | |
FP_ROUND_EVEN | |
FP_ROUND_UP | |
FP_VAL_INFINITY | |
FP_VAL_NAN |
Definition at line 310 of file msvcrt.h.
int __cdecl __crtLCMapStringA | ( | LCID | lcid, |
DWORD | mapflags, | ||
const char * | src, | ||
int | srclen, | ||
char * | dst, | ||
int | dstlen, | ||
unsigned int | codepage, | ||
int | xflag | ||
) |
Definition at line 512 of file locale.c.
BOOL __cdecl __CxxRegisterExceptionObject | ( | EXCEPTION_POINTERS * | ep, |
cxx_frame_info * | frame_info | ||
) |
Definition at line 444 of file except.c.
void __cdecl __CxxUnregisterExceptionObject | ( | cxx_frame_info * | frame_info, |
BOOL | in_use | ||
) |
Definition at line 468 of file except.c.
void CDECL __DestructExceptionObject | ( | EXCEPTION_RECORD * | rec | ) |
Definition at line 409 of file except.c.
Referenced by __CxxUnregisterExceptionObject().
char *__cdecl __unDName | ( | char * | buffer, |
const char * | mangled, | ||
int | buflen, | ||
malloc_func_t | memget, | ||
free_func_t | memfree, | ||
unsigned short int | flags | ||
) |
Definition at line 1650 of file undname.c.
frame_info *__cdecl _CreateFrameInfo | ( | frame_info * | fi, |
void * | obj | ||
) |
Definition at line 348 of file except.c.
Referenced by __CxxRegisterExceptionObject().
Definition at line 429 of file adapter.cpp.
printf_arg arg_clbk_positional | ( | void * | , |
int | , | ||
int | , | ||
va_list * | |||
) |
printf_arg arg_clbk_valist | ( | void * | , |
int | , | ||
int | , | ||
va_list * | |||
) |
threadmbcinfo * create_mbcinfo | ( | int | , |
LCID | , | ||
threadmbcinfo * | |||
) |
Definition at line 24 of file i10output.c.
Referenced by I10_OUTPUT().
void free_locinfo | ( | pthreadlocinfo | ) |
void free_mbcinfo | ( | pthreadmbcinfo | ) |
pthreadlocinfo CDECL get_locinfo | ( | void | ) |
Definition at line 356 of file locale.c.
Referenced by ___lc_collate_cp_func(), __p__pctype(), __pctype_func(), _Getdays(), _Getmonths(), _Gettnames(), localeconv(), MSVCRT__get_current_locale(), MSVCRT_btowc(), and setlocale().
pthreadmbcinfo CDECL get_mbcinfo | ( | void | ) |
Definition at line 366 of file locale.c.
Referenced by _getmbcp(), and MSVCRT__get_current_locale().
Definition at line 1100 of file file.c.
Definition at line 185 of file except.c.
thread_data_t *CDECL msvcrt_get_thread_data | ( | void | ) |
Definition at line 33 of file dllmain.c.
Referenced by msvcrt_init_exception().
Definition at line 889 of file heap.c.
Definition at line 456 of file file.c.
Definition at line 20 of file stubs.c.
Referenced by __non_rtti_object_scalar_dtor(), __non_rtti_object_vector_dtor(), bad_cast_scalar_dtor(), bad_cast_vector_dtor(), bad_typeid_scalar_dtor(), bad_typeid_vector_dtor(), and exception_scalar_dtor().
Definition at line 15 of file stubs.c.
Referenced by operator_new_dbg().
int pf_printf_a | ( | puts_clbk_a | , |
void * | , | ||
const char * | , | ||
_locale_t | , | ||
DWORD | , | ||
args_clbk | , | ||
void * | , | ||
va_list * | |||
) |
int pf_printf_w | ( | puts_clbk_w | , |
void * | , | ||
const wchar_t * | , | ||
_locale_t | , | ||
DWORD | , | ||
args_clbk | , | ||
void * | , | ||
va_list * | |||
) |
|
extern |
Definition at line 37 of file locale.c.
Referenced by __init_global_locale(), and setlocale().
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |