/reactos/sdk/lib/crt/include/internal/ |
H A D | safecrt.h | 14 #define MSVCRT_INVALID_PMT(x,err) (*_errno() = (err), _invalid_parameter(NULL, NULL, NULL, 0, 0)) macro 15 #define MSVCRT_CHECK_PMT_ERR(x,err) ((x) || (MSVCRT_INVALID_PMT( 0, (err) ), 0)) 19 #define MSVCRT_INVALID_PMT(x,err) macro
|
/reactos/sdk/lib/crt/time/ |
H A D | gmtime.c | 130 MSVCRT_INVALID_PMT("ptm == NULL", ERROR_BAD_COMMAND); in _gmtime64_s() 136 MSVCRT_INVALID_PMT("ptime == NULL", ERROR_BAD_COMMAND); in _gmtime64_s() 171 MSVCRT_INVALID_PMT("ptm == NULL", ERROR_BAD_COMMAND); in _gmtime32_s() 177 MSVCRT_INVALID_PMT("ptime == NULL", ERROR_BAD_COMMAND); in _gmtime32_s()
|
/reactos/sdk/lib/crt/string/ |
H A D | itoa.c | 117 MSVCRT_INVALID_PMT("str[size] is too small", ERANGE); in _i64toa_s() 184 MSVCRT_INVALID_PMT("str[size] is too small", EINVAL); in _ui64toa_s() 323 MSVCRT_INVALID_PMT("str[size] is too small", ERANGE); in _ltoa_s()
|
H A D | itow.c | 128 MSVCRT_INVALID_PMT("str[size] is too small", ERANGE); in _i64tow_s() 199 MSVCRT_INVALID_PMT("str[size] is too small", EINVAL); in _ui64tow_s() 343 MSVCRT_INVALID_PMT("str[size] is too small", ERANGE); in _ltow_s()
|
H A D | wcs.c | 458 MSVCRT_INVALID_PMT("dst[elem] is not NULL terminated\n", EINVAL); in wcsncat_s() 479 MSVCRT_INVALID_PMT("dst[elem] is too small", ERANGE); in wcsncat_s()
|
H A D | strerror.c | 208 MSVCRT_INVALID_PMT("buffer[nc] is too small", ERANGE); in __wcserror_s()
|
/reactos/sdk/lib/crt/mem/ |
H A D | memicmp.c | 17 MSVCRT_INVALID_PMT(NULL, EINVAL); in _memicmp()
|
/reactos/modules/rostests/apitests/crt/ |
H A D | mbstowcs_s.c | 25 #define MSVCRT_INVALID_PMT(x) _invalid_parameterA(#x, __FUNCTION__, __FILE__, __LINE__, 0) macro 26 #define MSVCRT_CHECK_PMT(x) ((x) || (MSVCRT_INVALID_PMT(x),0))
|
/reactos/sdk/lib/crt/wine/ |
H A D | msvcrt.h | 336 #define MSVCRT_INVALID_PMT(x,err) (*_errno() = (err), _invalid_parameter(NULL, NULL, NULL, 0, 0)) macro 337 #define MSVCRT_CHECK_PMT_ERR(x,err) ((x) || (MSVCRT_INVALID_PMT( 0, (err) ), FALSE))
|
H A D | heap.c | 884 MSVCRT_INVALID_PMT("dest[numberOfElements] is too small", EINVAL); in strncpy_s()
|
/reactos/sdk/lib/crt/printf/ |
H A D | _sxprintf.c | 101 MSVCRT_INVALID_PMT("Buffer is too small", ERANGE); in _sxprintf()
|
/reactos/sdk/lib/crt/stdlib/ |
H A D | senv.c | 112 MSVCRT_INVALID_PMT("buf[count] is too small", ERANGE); in _tsearchenv_s()
|
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | msvcrt.h | 940 #define MSVCRT_INVALID_PMT(x) MSVCRT__invalid_parameter(NULL, NULL, NULL, 0, 0) macro 941 #define MSVCRT_CHECK_PMT(x) ((x) || (MSVCRT_INVALID_PMT(0),FALSE))
|
/reactos/sdk/lib/crt/stdio/ |
H A D | file.c | 1408 MSVCRT_INVALID_PMT(0, EINVAL); in msvcrt_get_flags() 1489 MSVCRT_INVALID_PMT(0, EINVAL); in msvcrt_get_flags()
|