18#pragma warning(disable:__WARNING_POTENTIAL_BUFFER_OVERFLOW_NULLTERMINATED)
58 if (!__acrt_locale_changed())
65 for (
cp =
string ; *
cp ; ++
cp )
66 if ( (
'a' <= *
cp) && (*
cp <=
'z') )
129 if ( (
'a' <= *
cp) && (*
cp <=
'z') )
161 __crt_scoped_stack_ptr<char>
const dst(_malloca_crt_t(
char, dstsize));
195 _LocaleUpdate _loc_update(
plocinfo);
int __cdecl __acrt_LCMapStringA(_locale_t const plocinfo, PCWSTR const LocaleName, DWORD const dwMapFlags, PCCH const lpSrcStr, int const cchSrc, PCH const lpDestStr, int const cchDest, int const code_page, BOOL const bError)
#define _RETURN_DEST_NOT_NULL_TERMINATED(_String, _Size)
#define _RETURN_BUFFER_TOO_SMALL(_String, _Size)
#define _RESET_STRING(_String, _Size)
#define _VALIDATE_RETURN(expr, errorcode, retexpr)
GLint const GLchar GLint stringlen
#define _VALIDATE_RETURN_ERRCODE(expr, errorcode)
#define strcpy_s(d, l, s)
#define _Inout_updates_z_(s)
size_t __cdecl strnlen(char const *const string, size_t const maximum_count)
errno_t __cdecl _strupr_s(char *string, size_t sizeInBytes)
static errno_t __cdecl _strupr_s_l_stat(_Inout_updates_z_(sizeInBytes) char *const string, size_t const sizeInBytes, _locale_t const plocinfo)