|
int | __get_app_type () |
|
void * | __p__fileinfo () |
|
void * | __p__mbcasemap () |
|
int | _atodbl (void *value, char *str) |
|
int | _ismbbkprint (unsigned int c) |
|
size_t | _heapused (size_t *pUsed, size_t *pCommit) |
|
static __crt_locale_data_public *__CRTDECL | __acrt_get_locale_data_prefix (void const volatile *const _LocalePointers) |
|
static int __CRTDECL | __acrt_locale_get_ctype_array_value (_In_reads_(_Char_value+1) unsigned short const *const locale_pctype_array, _In_range_(-1, 255) int const c, _In_ int const mask) |
|
const unsigned short *__cdecl | __pctype_func (void) |
|
static int __CRTDECL | _chvalidchk_l (_In_ int const c, _In_ int const mask, _In_opt_ _locale_t const locale) |
|
static int __CRTDECL | _ischartype_l (_In_ int const c, _In_ int const mask, _In_opt_ _locale_t const locale) |
|
_Check_return_ _CRTIMP int __cdecl | _isalnum_l (_In_ int c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _isalpha_l (_In_ int c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _iscntrl_l (_In_ int c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _isdigit_l (_In_ int c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _isgraph_l (_In_ int c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _islower_l (_In_ int c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _isprint_l (_In_ int c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _isspace_l (_In_ int c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _isupper_l (_In_ int c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _iswalnum_l (_In_ wint_t c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _iswalpha_l (_In_ wint_t c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _iswcntrl_l (_In_ wint_t c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _iswctype_l (_In_ wint_t c, _In_ wctype_t type, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _iswdigit_l (_In_ wint_t c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _iswgraph_l (_In_ wint_t c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _iswlower_l (_In_ wint_t c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _iswprint_l (_In_ wint_t c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _iswpunct_l (_In_ wint_t c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _iswspace_l (_In_ wint_t c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _iswupper_l (_In_ wint_t c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _iswxdigit_l (_In_ wint_t c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _isxdigit_l (_In_ int c, _In_opt_ _locale_t locale) |
|
_Must_inspect_result_ _CRTIMP int __cdecl | _memicmp_l (_In_reads_bytes_opt_(size) const void *buf1, _In_reads_bytes_opt_(size) const void *buf2, _In_ size_t size, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _strcoll_l (_In_z_ const char *str1, _In_z_ const char *str2, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _stricmp_l (_In_z_ const char *str1, _In_z_ const char *str2, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _stricoll_l (_In_z_ const char *str1, _In_z_ const char *str2, _In_opt_ _locale_t locale) |
|
_Check_return_wat_ _CRTIMP errno_t __cdecl | _strlwr_s (_Inout_updates_z_(size) char *str, _In_ size_t size) |
|
_Check_return_wat_ _CRTIMP errno_t __cdecl | _strlwr_s_l (_Inout_updates_z_(size) char *str, _In_ size_t size, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _strncoll_l (_In_z_ const char *str1, _In_z_ const char *str2, _In_ size_t maxcount, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _strnicmp_l (_In_reads_or_z_(maxcount) const char *str1, _In_reads_or_z_(maxcount) const char *str2, _In_ size_t maxcount, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _strnicoll_l (_In_z_ const char *str1, _In_z_ const char *str2, _In_ size_t maxcount, _In_opt_ _locale_t locale) |
|
_Check_return_wat_ _CRTIMP errno_t __cdecl | _strnset_s (_Inout_updates_z_(size) char *str, _In_ size_t size, _In_ int val, _In_ size_t _MaxCount) |
|
_CRTIMP char * | _strupr_l (char *str, _locale_t locale) |
|
_Check_return_ _CRTIMP wint_t __cdecl | _towlower_l (_In_ wint_t c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP wint_t __cdecl | _towupper_l (_In_ wint_t c, _In_opt_ _locale_t locale) |
|
_CRTIMP wchar_t * | _wcslwr_l (wchar_t *str, _locale_t locale) |
|
_CRTIMP wchar_t * | _wcsupr_l (wchar_t *str, _locale_t locale) |
|
_Check_return_opt_ _CRTIMP size_t __cdecl | _wcsxfrm_l (_Out_writes_opt_(maxcount) _Post_maybez_ wchar_t *dst, _In_z_ const wchar_t *src, _In_ size_t maxcount, _In_opt_ _locale_t locale) |
|
_Check_return_wat_ _CRTIMP errno_t __cdecl | _strset_s (_Inout_updates_z_(size) char *dst, _In_ size_t size, _In_ int val) |
|
_Check_return_wat_ _CRTIMP errno_t __cdecl | _strupr_s (_Inout_updates_z_(size) char *str, _In_ size_t size) |
|
_Check_return_wat_ _CRTIMP errno_t __cdecl | _strupr_s_l (_Inout_updates_z_(_Size) char *str, _In_ size_t size, _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _tolower_l (_In_ int c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _toupper_l (_In_ int c, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _wcscoll_l (_In_z_ const wchar_t *str1, _In_z_ const wchar_t *str2, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _wcsicmp_l (_In_z_ const wchar_t *str1, _In_z_ const wchar_t *str2, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _wcsicoll_l (_In_z_ const wchar_t *str1, _In_z_ const wchar_t *str2, _In_opt_ _locale_t locale) |
|
_Check_return_wat_ _CRTIMP errno_t __cdecl | _wcslwr_s (_Inout_updates_z_(sizeInWords) wchar_t *str, _In_ size_t sizeInWords) |
|
_Check_return_wat_ _CRTIMP errno_t __cdecl | _wcslwr_s_l (_Inout_updates_z_(sizeInWords) wchar_t *str, _In_ size_t sizeInWords, _In_opt_ _locale_t locale) |
|
_Check_return_wat_ _CRTIMP errno_t __cdecl | strncat_s (_Inout_updates_z_(size) char *dest, _In_ rsize_t size, _In_reads_or_z_(maxCount) char const *src, _In_ rsize_t maxCount) |
|
_Check_return_opt_ _CRTIMP int __cdecl | vsnprintf_ (_Out_writes_(maxCount) char *dst, _In_ size_t maxCount, _In_z_ _Printf_format_string_ const char *format, va_list argptr) |
|
_Check_return_ _CRTIMP int __cdecl | _wcsnicoll_l (_In_z_ const wchar_t *str1, _In_z_ const wchar_t *str2, _In_ size_t maxCount, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _wcsnicmp_l (_In_reads_or_z_(_MaxCount) const wchar_t *str1, _In_reads_or_z_(_MaxCount) const wchar_t *str2, _In_ size_t maxCount, _In_opt_ _locale_t locale) |
|
_Check_return_ _CRTIMP int __cdecl | _wcsncoll_l (_In_z_ const wchar_t *str1, _In_z_ const wchar_t *str2, _In_ size_t maxCount, _In_opt_ _locale_t locale) |
|
_Check_return_wat_ _CRTIMP errno_t __cdecl | _strerror_s (_Out_writes_z_(_SizeInBytes) char *buf, _In_ size_t sizeInBytes, _In_opt_z_ const char *errMsg) |
|
_Check_return_wat_ _CRTIMP errno_t __cdecl | _wcsnset_s (_Inout_updates_z_(_DstSizeInWords) wchar_t *dst, _In_ size_t sizeInWords, _In_ wchar_t val, _In_ size_t maxCount) |
|
_Check_return_wat_ _CRTIMP errno_t __cdecl | _wcsset_s (_Inout_updates_z_(_SizeInWords) wchar_t *str, _In_ size_t sizeInWords, _In_ wchar_t val) |
|
_Check_return_wat_ _CRTIMP errno_t __cdecl | _wcsupr_s_l (_Inout_updates_z_(_Size) wchar_t *str, _In_ size_t size, _In_opt_ _locale_t locale) |
|
_Check_return_opt_ _CRTIMP int __cdecl | vsnprintf (_Out_writes_(_MaxCount) char *dest, _In_ size_t maxCount, _In_z_ _Printf_format_string_ const char *format, va_list argptr) |
|