Home
last modified time | relevance | path

Searched refs:MSVCRT_INVALID_PMT (Results 1 – 14 of 14) sorted by relevance

/reactos/sdk/lib/crt/include/internal/
H A Dsafecrt.h14 #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 Dgmtime.c130 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 Ditoa.c117 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 Ditow.c128 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 Dwcs.c458 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 Dstrerror.c208 MSVCRT_INVALID_PMT("buffer[nc] is too small", ERANGE); in __wcserror_s()
/reactos/sdk/lib/crt/mem/
H A Dmemicmp.c17 MSVCRT_INVALID_PMT(NULL, EINVAL); in _memicmp()
/reactos/modules/rostests/apitests/crt/
H A Dmbstowcs_s.c25 #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 Dmsvcrt.h336 #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 Dheap.c884 MSVCRT_INVALID_PMT("dest[numberOfElements] is too small", EINVAL); in strncpy_s()
/reactos/sdk/lib/crt/printf/
H A D_sxprintf.c101 MSVCRT_INVALID_PMT("Buffer is too small", ERANGE); in _sxprintf()
/reactos/sdk/lib/crt/stdlib/
H A Dsenv.c112 MSVCRT_INVALID_PMT("buf[count] is too small", ERANGE); in _tsearchenv_s()
/reactos/modules/rostests/winetests/msvcrt/
H A Dmsvcrt.h940 #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 Dfile.c1408 MSVCRT_INVALID_PMT(0, EINVAL); in msvcrt_get_flags()
1489 MSVCRT_INVALID_PMT(0, EINVAL); in msvcrt_get_flags()