/reactos/sdk/lib/ucrt/convert/ |
H A D | wcstombs.cpp | 129 ptd.get_errno().set(EILSEQ); in _wcstombs_l_helper() 171 ptd.get_errno().set(EILSEQ); in _wcstombs_l_helper() 195 ptd.get_errno().set(EILSEQ); in _wcstombs_l_helper() 213 ptd.get_errno().set(EILSEQ); in _wcstombs_l_helper() 221 ptd.get_errno().set(EILSEQ); in _wcstombs_l_helper() 252 ptd.get_errno().set(EILSEQ); in _wcstombs_l_helper() 272 ptd.get_errno().set(EILSEQ); in _wcstombs_l_helper()
|
H A D | mbstowcs.cpp | 114 ptd.get_errno().set(EILSEQ); in _mbstowcs_l_helper() 134 ptd.get_errno().set(EILSEQ); in _mbstowcs_l_helper() 153 ptd.get_errno().set(EILSEQ); in _mbstowcs_l_helper() 174 ptd.get_errno().set(EILSEQ); in _mbstowcs_l_helper()
|
H A D | mbrtowc.cpp | 115 return ptd.get_errno().set(EILSEQ); 145 return ptd.get_errno().set(EILSEQ); 163 return ptd.get_errno().set(EILSEQ); 543 ptd.get_errno().set(EILSEQ); in __mbsrtowcs_utf8() 588 ptd.get_errno().set(EILSEQ); in __mbsrtowcs_utf8()
|
H A D | mbtowc.cpp | 112 ptd.get_errno().set(EILSEQ); in _mbtowc_internal() 127 ptd.get_errno().set(EILSEQ); in _mbtowc_internal()
|
H A D | wctomb.cpp | 90 return ptd.get_errno().set(EILSEQ); in _wctomb_internal() 134 return ptd.get_errno().set(EILSEQ); in _wctomb_internal()
|
H A D | common_utf8.cpp | 18 ptd.get_errno().set(EILSEQ); in return_illegal_sequence()
|
H A D | wcrtomb.cpp | 100 return ptd.get_errno().set(EILSEQ); in _wcrtomb_internal() 130 return ptd.get_errno().set(EILSEQ); in _wcrtomb_internal()
|
H A D | _mbslen.cpp | 53 errno = EILSEQ; in _String_length_()
|
/reactos/modules/rostests/tests/wcstombs-tests/ |
H A D | wcstombs-tests.c | 52 OK(errno == EILSEQ, "errno is %d", errno); in CRT_Tests() 60 OK(errno == EILSEQ, "errno is %d", errno); in CRT_Tests() 86 OK(errno == EILSEQ, "errno is %d", errno); in CRT_Tests() 93 OK(errno == EILSEQ, "errno is %d", errno); in CRT_Tests() 97 OK(errno == EILSEQ, "errno is %d", errno); in CRT_Tests() 117 OK(errno == EILSEQ, "errno is %d", errno); in CRT_Tests() 143 OK(errno == EILSEQ, "errno is %d", errno); in CRT_Tests() 151 OK(errno == EILSEQ, "errno is %d", errno); in CRT_Tests() 158 OK(errno == EILSEQ, "errno is %d", errno); in CRT_Tests() 172 OK(errno == EILSEQ, "errno is %d", errno); in CRT_Tests()
|
/reactos/sdk/lib/ucrt/mbstring/ |
H A D | tojisjms.cpp | 51 errno = EILSEQ; in _mbcjistojms_l() 111 errno = EILSEQ; in _mbcjmstojis_l() 127 errno = EILSEQ; in _mbcjmstojis_l()
|
/reactos/sdk/lib/3rdparty/libwin-iconv/ |
H A D | win_iconv.c | 1331 return seterror(EILSEQ); in utf8_mblen() 1381 return seterror(EILSEQ); in kernel_mbtowc() 1409 return seterror(EILSEQ); in kernel_wctomb() 1412 return seterror(EILSEQ); in kernel_wctomb() 1414 return seterror(EILSEQ); in kernel_wctomb() 1440 return seterror(EILSEQ); in mlang_mbtowc() 1455 return seterror(EILSEQ); in mlang_wctomb() 1459 return seterror(EILSEQ); in mlang_wctomb() 1497 return seterror(EILSEQ); in utf16_mbtowc() 1601 return seterror(EILSEQ); in utf32_mbtowc() [all …]
|
H A D | win_iconv_test.c | 34 case EILSEQ: return "EILSEQ"; in errstr() 160 …t(from, fromstr, STATIC_STRLEN(fromstr), to, tostr, STATIC_STRLEN(tostr), EILSEQ, BUFSIZ, __LINE__)
|
/reactos/sdk/lib/ucrt/env/ |
H A D | putenv.cpp | 32 _VALIDATE_RETURN_NOEXC(name_count_required != 0, EILSEQ, false); in compute_required_transform_buffer_count() 38 _VALIDATE_RETURN_NOEXC(value_count_required != 0, EILSEQ, false); in compute_required_transform_buffer_count() 123 _VALIDATE_RETURN_NOEXC(name_written_count != 0, EILSEQ, false); in set_variable_in_other_environment() 135 _VALIDATE_RETURN_NOEXC(value_written_count != 0, EILSEQ, false); in set_variable_in_other_environment()
|
/reactos/sdk/lib/ucrt/string/ |
H A D | wcsxfrm.cpp | 83 errno = EILSEQ; in _wcsxfrm_l() 97 errno = EILSEQ; in _wcsxfrm_l()
|
H A D | strxfrm.cpp | 98 errno = EILSEQ; in _strxfrm_l() 129 errno = EILSEQ; in _strxfrm_l()
|
H A D | strupr.cpp | 150 errno = EILSEQ; in _strupr_s_l_stat() 185 return errno = EILSEQ; in _strupr_s_l_stat()
|
H A D | wcslwr.cpp | 137 errno = EILSEQ; in _wcslwr_s_l_stat() 170 return errno = EILSEQ; in _wcslwr_s_l_stat()
|
H A D | wcsupr.cpp | 135 errno = EILSEQ; in _wcsupr_s_l_stat() 167 return errno = EILSEQ; in _wcsupr_s_l_stat()
|
H A D | strlwr.cpp | 149 errno = EILSEQ; in _strlwr_s_l_stat() 184 return errno = EILSEQ; in _strlwr_s_l_stat()
|
/reactos/sdk/lib/crt/string/ |
H A D | wcs.c | 280 _set_errno(EILSEQ); in wcsrtombs_l() 294 _set_errno(EILSEQ); in wcsrtombs_l() 307 _set_errno(EILSEQ); in wcsrtombs_l()
|
H A D | strxfrm.c | 34 *_errno() = EILSEQ; in _strxfrm_l()
|
/reactos/modules/rostests/apitests/crt/ |
H A D | wctomb.c | 58 …todo_static ok(errno == EILSEQ, "EILSEQ is expected in an illegal sequence conversion but got %d.\… in START_TEST()
|
/reactos/sdk/lib/crt/stdlib/ |
H A D | mbstowcs.c | 49 _set_errno(EILSEQ); in _mbstowcs_l()
|
/reactos/sdk/include/crt/ |
H A D | errno.h | 109 #define EILSEQ 42 macro
|
/reactos/sdk/include/ucrt/ |
H A D | errno.h | 80 #define EILSEQ 42 macro
|