ReactOS 0.4.16-dev-959-g2ec3a19
|
#include <corecrt_internal.h>
#include <corecrt_internal_strtox.h>
#include <corecrt_wstdlib.h>
#include <ctype.h>
#include <errno.h>
#include <limits.h>
#include <locale.h>
#include <stdint.h>
#include <stdlib.h>
#include <inttypes.h>
Go to the source code of this file.
Macros | |
#define | _ALLOW_OLD_VALIDATE_MACROS |
#define _ALLOW_OLD_VALIDATE_MACROS |
Definition at line 44 of file strtox.cpp.
Definition at line 110 of file strtox.cpp.
__int64 __cdecl _strtoi64_l | ( | char const *const | string, |
char **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 139 of file strtox.cpp.
intmax_t __cdecl _strtoimax_l | ( | char const *const | string, |
char **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 159 of file strtox.cpp.
long __cdecl _strtol_l | ( | char const *const | string, |
char **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 72 of file strtox.cpp.
long long __cdecl _strtoll_l | ( | char const *const | string, |
char **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 149 of file strtox.cpp.
unsigned __int64 __cdecl _strtoui64 | ( | char const *const | string, |
char **const | end_ptr, | ||
int const | base | ||
) |
Definition at line 171 of file strtox.cpp.
unsigned __int64 __cdecl _strtoui64_l | ( | char const *const | string, |
char **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 200 of file strtox.cpp.
unsigned long __cdecl _strtoul_l | ( | char const *const | string, |
char **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 93 of file strtox.cpp.
unsigned long long __cdecl _strtoull_l | ( | char const *const | string, |
char **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 210 of file strtox.cpp.
uintmax_t __cdecl _strtoumax_l | ( | char const *const | string, |
char **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 220 of file strtox.cpp.
Definition at line 282 of file strtox.cpp.
__int64 __cdecl _wcstoi64_l | ( | wchar_t const *const | string, |
wchar_t **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 311 of file strtox.cpp.
intmax_t __cdecl _wcstoimax_l | ( | wchar_t const *const | string, |
wchar_t **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 331 of file strtox.cpp.
long __cdecl _wcstol_l | ( | wchar_t const *const | string, |
wchar_t **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 246 of file strtox.cpp.
long long __cdecl _wcstoll_l | ( | wchar_t const *const | string, |
wchar_t **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 321 of file strtox.cpp.
unsigned __int64 __cdecl _wcstoui64 | ( | wchar_t const *const | string, |
wchar_t **const | end_ptr, | ||
int const | base | ||
) |
Definition at line 343 of file strtox.cpp.
unsigned __int64 __cdecl _wcstoui64_l | ( | wchar_t const *const | string, |
wchar_t **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 372 of file strtox.cpp.
unsigned long __cdecl _wcstoul_l | ( | wchar_t const *const | string, |
wchar_t **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 265 of file strtox.cpp.
unsigned long long __cdecl _wcstoull_l | ( | wchar_t const *const | string, |
wchar_t **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 382 of file strtox.cpp.
uintmax_t __cdecl _wcstoumax_l | ( | wchar_t const *const | string, |
wchar_t **const | end_ptr, | ||
int const | base, | ||
_locale_t const | locale | ||
) |
Definition at line 392 of file strtox.cpp.
Definition at line 128 of file strtox.cpp.
Definition at line 63 of file strtox.cpp.
Definition at line 84 of file strtox.cpp.
unsigned long long __cdecl strtoull | ( | char const *const | string, |
char **const | end_ptr, | ||
int const | base | ||
) |
Definition at line 180 of file strtox.cpp.
Definition at line 189 of file strtox.cpp.
Definition at line 300 of file strtox.cpp.
Definition at line 237 of file strtox.cpp.
Definition at line 291 of file strtox.cpp.
unsigned long __cdecl wcstoul | ( | wchar_t const *const | string, |
wchar_t **const | end_ptr, | ||
int const | base | ||
) |
Definition at line 256 of file strtox.cpp.
unsigned long long __cdecl wcstoull | ( | wchar_t const *const | string, |
wchar_t **const | end_ptr, | ||
int const | base | ||
) |
Definition at line 352 of file strtox.cpp.