msvcrt: Add _iswcntrl_l().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3c5862102f
commit
07d5635d98
|
@ -22,7 +22,7 @@
|
||||||
@ cdecl _iswalnum_l(long ptr) ucrtbase._iswalnum_l
|
@ cdecl _iswalnum_l(long ptr) ucrtbase._iswalnum_l
|
||||||
@ cdecl _iswalpha_l(long ptr) ucrtbase._iswalpha_l
|
@ cdecl _iswalpha_l(long ptr) ucrtbase._iswalpha_l
|
||||||
@ cdecl _iswblank_l(long ptr) ucrtbase._iswblank_l
|
@ cdecl _iswblank_l(long ptr) ucrtbase._iswblank_l
|
||||||
@ stub _iswcntrl_l
|
@ cdecl _iswcntrl_l(long ptr) ucrtbase._iswcntrl_l
|
||||||
@ stub _iswcsym_l
|
@ stub _iswcsym_l
|
||||||
@ stub _iswcsymf_l
|
@ stub _iswcsymf_l
|
||||||
@ cdecl _iswctype_l(long long ptr) ucrtbase._iswctype_l
|
@ cdecl _iswctype_l(long long ptr) ucrtbase._iswctype_l
|
||||||
|
|
|
@ -1018,7 +1018,7 @@
|
||||||
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
|
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
|
||||||
@ cdecl _iswalnum_l(long ptr) MSVCRT__iswalnum_l
|
@ cdecl _iswalnum_l(long ptr) MSVCRT__iswalnum_l
|
||||||
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
|
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
|
||||||
@ stub _iswcntrl_l
|
@ cdecl _iswcntrl_l(long ptr) MSVCRT__iswcntrl_l
|
||||||
@ stub _iswcsym_l
|
@ stub _iswcsym_l
|
||||||
@ stub _iswcsymf_l
|
@ stub _iswcsymf_l
|
||||||
@ cdecl _iswctype_l(long long ptr) MSVCRT__iswctype_l
|
@ cdecl _iswctype_l(long long ptr) MSVCRT__iswctype_l
|
||||||
|
|
|
@ -1364,7 +1364,7 @@
|
||||||
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
|
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
|
||||||
@ cdecl _iswalnum_l(long ptr) MSVCRT__iswalnum_l
|
@ cdecl _iswalnum_l(long ptr) MSVCRT__iswalnum_l
|
||||||
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
|
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
|
||||||
@ stub _iswcntrl_l
|
@ cdecl _iswcntrl_l(long ptr) MSVCRT__iswcntrl_l
|
||||||
@ stub _iswcsym_l
|
@ stub _iswcsym_l
|
||||||
@ stub _iswcsymf_l
|
@ stub _iswcsymf_l
|
||||||
@ cdecl _iswctype_l(long long ptr) MSVCRT__iswctype_l
|
@ cdecl _iswctype_l(long long ptr) MSVCRT__iswctype_l
|
||||||
|
|
|
@ -1370,7 +1370,7 @@
|
||||||
@ cdecl _iswalnum_l(long ptr) MSVCRT__iswalnum_l
|
@ cdecl _iswalnum_l(long ptr) MSVCRT__iswalnum_l
|
||||||
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
|
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
|
||||||
@ cdecl _iswblank_l(long ptr) MSVCRT__iswblank_l
|
@ cdecl _iswblank_l(long ptr) MSVCRT__iswblank_l
|
||||||
@ stub _iswcntrl_l
|
@ cdecl _iswcntrl_l(long ptr) MSVCRT__iswcntrl_l
|
||||||
@ stub _iswcsym_l
|
@ stub _iswcsym_l
|
||||||
@ stub _iswcsymf_l
|
@ stub _iswcsymf_l
|
||||||
@ cdecl _iswctype_l(long long ptr) MSVCRT__iswctype_l
|
@ cdecl _iswctype_l(long long ptr) MSVCRT__iswctype_l
|
||||||
|
|
|
@ -1235,7 +1235,7 @@
|
||||||
@ cdecl _iswalnum_l(long ptr) msvcr120._iswalnum_l
|
@ cdecl _iswalnum_l(long ptr) msvcr120._iswalnum_l
|
||||||
@ cdecl _iswalpha_l(long ptr) msvcr120._iswalpha_l
|
@ cdecl _iswalpha_l(long ptr) msvcr120._iswalpha_l
|
||||||
@ cdecl _iswblank_l(long ptr) msvcr120._iswblank_l
|
@ cdecl _iswblank_l(long ptr) msvcr120._iswblank_l
|
||||||
@ stub _iswcntrl_l
|
@ cdecl _iswcntrl_l(long ptr) msvcr120._iswcntrl_l
|
||||||
@ stub _iswcsym_l
|
@ stub _iswcsym_l
|
||||||
@ stub _iswcsymf_l
|
@ stub _iswcsymf_l
|
||||||
@ cdecl _iswctype_l(long long ptr) msvcr120._iswctype_l
|
@ cdecl _iswctype_l(long long ptr) msvcr120._iswctype_l
|
||||||
|
|
|
@ -690,7 +690,7 @@
|
||||||
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
|
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
|
||||||
@ cdecl _iswalnum_l(long ptr) MSVCRT__iswalnum_l
|
@ cdecl _iswalnum_l(long ptr) MSVCRT__iswalnum_l
|
||||||
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
|
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
|
||||||
@ stub _iswcntrl_l
|
@ cdecl _iswcntrl_l(long ptr) MSVCRT__iswcntrl_l
|
||||||
@ stub _iswcsym_l
|
@ stub _iswcsym_l
|
||||||
@ stub _iswcsymf_l
|
@ stub _iswcsymf_l
|
||||||
@ cdecl _iswctype_l(long long ptr) MSVCRT__iswctype_l
|
@ cdecl _iswctype_l(long long ptr) MSVCRT__iswctype_l
|
||||||
|
|
|
@ -668,7 +668,7 @@
|
||||||
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
|
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
|
||||||
@ cdecl _iswalnum_l(long ptr) MSVCRT__iswalnum_l
|
@ cdecl _iswalnum_l(long ptr) MSVCRT__iswalnum_l
|
||||||
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
|
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
|
||||||
@ stub _iswcntrl_l
|
@ cdecl _iswcntrl_l(long ptr) MSVCRT__iswcntrl_l
|
||||||
@ stub _iswcsym_l
|
@ stub _iswcsym_l
|
||||||
@ stub _iswcsymf_l
|
@ stub _iswcsymf_l
|
||||||
@ cdecl _iswctype_l(long long ptr) MSVCRT__iswctype_l
|
@ cdecl _iswctype_l(long long ptr) MSVCRT__iswctype_l
|
||||||
|
|
|
@ -635,7 +635,7 @@
|
||||||
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
|
@ cdecl _isupper_l(long ptr) MSVCRT__isupper_l
|
||||||
@ cdecl _iswalnum_l(long ptr) MSVCRT__iswalnum_l
|
@ cdecl _iswalnum_l(long ptr) MSVCRT__iswalnum_l
|
||||||
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
|
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
|
||||||
# stub _iswcntrl_l(long ptr)
|
@ cdecl _iswcntrl_l(long ptr) MSVCRT__iswcntrl_l
|
||||||
@ cdecl _iswctype_l(long long ptr) MSVCRT__iswctype_l
|
@ cdecl _iswctype_l(long long ptr) MSVCRT__iswctype_l
|
||||||
@ cdecl _iswdigit_l(long ptr) MSVCRT__iswdigit_l
|
@ cdecl _iswdigit_l(long ptr) MSVCRT__iswdigit_l
|
||||||
@ cdecl _iswgraph_l(long ptr) MSVCRT__iswgraph_l
|
@ cdecl _iswgraph_l(long ptr) MSVCRT__iswgraph_l
|
||||||
|
|
|
@ -1838,6 +1838,14 @@ INT CDECL MSVCRT_iswcntrl( MSVCRT_wchar_t wc )
|
||||||
return iscntrlW( wc );
|
return iscntrlW( wc );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*********************************************************************
|
||||||
|
* _iswcntrl_l (MSVCRT.@)
|
||||||
|
*/
|
||||||
|
int CDECL MSVCRT__iswcntrl_l( MSVCRT_wchar_t wc, MSVCRT__locale_t locale )
|
||||||
|
{
|
||||||
|
return iscntrlW( wc );
|
||||||
|
}
|
||||||
|
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
* iswdigit (MSVCRT.@)
|
* iswdigit (MSVCRT.@)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -509,7 +509,7 @@
|
||||||
@ cdecl _iswalnum_l(long ptr) MSVCRT__iswalnum_l
|
@ cdecl _iswalnum_l(long ptr) MSVCRT__iswalnum_l
|
||||||
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
|
@ cdecl _iswalpha_l(long ptr) MSVCRT__iswalpha_l
|
||||||
@ cdecl _iswblank_l(long ptr) MSVCRT__iswblank_l
|
@ cdecl _iswblank_l(long ptr) MSVCRT__iswblank_l
|
||||||
@ stub _iswcntrl_l
|
@ cdecl _iswcntrl_l(long ptr) MSVCRT__iswcntrl_l
|
||||||
@ stub _iswcsym_l
|
@ stub _iswcsym_l
|
||||||
@ stub _iswcsymf_l
|
@ stub _iswcsymf_l
|
||||||
@ cdecl _iswctype_l(long long ptr) MSVCRT__iswctype_l
|
@ cdecl _iswctype_l(long long ptr) MSVCRT__iswctype_l
|
||||||
|
|
Loading…
Reference in New Issue