Lines Matching defs:wchar_t

320 pub type wchar_t = ::std::os::raw::c_ushort;  typedef
342 _Expression: *const wchar_t, in _invoke_watson()
343 _FunctionName: *const wchar_t, in _invoke_watson()
344 _FileName: *const wchar_t, in _invoke_watson()
394 pub fn fputwc(_Character: wchar_t, _Stream: *mut FILE) -> wint_t; in fputwc()
407 _Buffer: *mut wchar_t, in fgetws()
410 ) -> *mut wchar_t; in fgetws()
413 pub fn fputws(_Buffer: *const wchar_t, _Stream: *mut FILE) -> ::std::os::raw::c_int; in fputws()
416 pub fn _getws_s(_Buffer: *mut wchar_t, _BufferCount: usize) -> *mut wchar_t; in _getws_s()
419 pub fn putwc(_Character: wchar_t, _Stream: *mut FILE) -> wint_t; in putwc()
434 pub fn _wfopen(_FileName: *const wchar_t, _Mode: *const wchar_t) -> *mut FILE; in _wfopen()
439 _FileName: *const wchar_t, in _wfopen_s()
440 _Mode: *const wchar_t, in _wfopen_s()
445 _FileName: *const wchar_t, in _wfreopen()
446 _Mode: *const wchar_t, in _wfreopen()
453 _FileName: *const wchar_t, in _wfreopen_s()
454 _Mode: *const wchar_t, in _wfreopen_s()
460 _FileName: *const wchar_t, in _wfsopen()
461 _Mode: *const wchar_t, in _wfsopen()
466 pub fn _wperror(_ErrorMessage: *const wchar_t); in _wperror()
469 pub fn _wpopen(_Command: *const wchar_t, _Mode: *const wchar_t) -> *mut FILE; in _wpopen()
475 pub fn _wtempnam(_Directory: *const wchar_t, _FilePrefix: *const wchar_t) -> *mut wchar_t; in _wtempnam()
478 pub fn _wtmpnam_s(_Buffer: *mut wchar_t, _BufferCount: usize) -> errno_t; in _wtmpnam_s()
481 pub fn _wtmpnam(_Buffer: *mut wchar_t) -> *mut wchar_t; in _wtmpnam()
487 pub fn _fputwc_nolock(_Character: wchar_t, _Stream: *mut FILE) -> wint_t; in _fputwc_nolock()
493 pub fn _putwc_nolock(_Character: wchar_t, _Stream: *mut FILE) -> wint_t; in _putwc_nolock()
502 _Format: *const wchar_t, in __stdio_common_vfwprintf()
511 _Format: *const wchar_t, in __stdio_common_vfwprintf_s()
520 _Format: *const wchar_t, in __stdio_common_vfwprintf_p()
529 _Format: *const wchar_t, in __stdio_common_vfwscanf()
537 _Buffer: *mut wchar_t, in __stdio_common_vswprintf()
539 _Format: *const wchar_t, in __stdio_common_vswprintf()
547 _Buffer: *mut wchar_t, in __stdio_common_vswprintf_s()
549 _Format: *const wchar_t, in __stdio_common_vswprintf_s()
557 _Buffer: *mut wchar_t, in __stdio_common_vsnwprintf_s()
560 _Format: *const wchar_t, in __stdio_common_vsnwprintf_s()
568 _Buffer: *mut wchar_t, in __stdio_common_vswprintf_p()
570 _Format: *const wchar_t, in __stdio_common_vswprintf_p()
578 _Buffer: *const wchar_t, in __stdio_common_vswscanf()
580 _Format: *const wchar_t, in __stdio_common_vswscanf()
1892 _Buffer: *mut wchar_t, in _itow_s()
1900 _Buffer: *mut wchar_t, in _itow()
1902 ) -> *mut wchar_t; in _itow()
1907 _Buffer: *mut wchar_t, in _ltow_s()
1915 _Buffer: *mut wchar_t, in _ltow()
1917 ) -> *mut wchar_t; in _ltow()
1922 _Buffer: *mut wchar_t, in _ultow_s()
1930 _Buffer: *mut wchar_t, in _ultow()
1932 ) -> *mut wchar_t; in _ultow()
1935 pub fn wcstod(_String: *const wchar_t, _EndPtr: *mut *mut wchar_t) -> f64; in wcstod()
1939 _String: *const wchar_t, in _wcstod_l()
1940 _EndPtr: *mut *mut wchar_t, in _wcstod_l()
1946 _String: *const wchar_t, in wcstol()
1947 _EndPtr: *mut *mut wchar_t, in wcstol()
1953 _String: *const wchar_t, in _wcstol_l()
1954 _EndPtr: *mut *mut wchar_t, in _wcstol_l()
1961 _String: *const wchar_t, in wcstoll()
1962 _EndPtr: *mut *mut wchar_t, in wcstoll()
1968 _String: *const wchar_t, in _wcstoll_l()
1969 _EndPtr: *mut *mut wchar_t, in _wcstoll_l()
1976 _String: *const wchar_t, in wcstoul()
1977 _EndPtr: *mut *mut wchar_t, in wcstoul()
1983 _String: *const wchar_t, in _wcstoul_l()
1984 _EndPtr: *mut *mut wchar_t, in _wcstoul_l()
1991 _String: *const wchar_t, in wcstoull()
1992 _EndPtr: *mut *mut wchar_t, in wcstoull()
1998 _String: *const wchar_t, in _wcstoull_l()
1999 _EndPtr: *mut *mut wchar_t, in _wcstoull_l()
2005 pub fn wcstold(_String: *const wchar_t, _EndPtr: *mut *mut wchar_t) -> f64; in wcstold()
2009 _String: *const wchar_t, in _wcstold_l()
2010 _EndPtr: *mut *mut wchar_t, in _wcstold_l()
2015 pub fn wcstof(_String: *const wchar_t, _EndPtr: *mut *mut wchar_t) -> f32; in wcstof()
2019 _String: *const wchar_t, in _wcstof_l()
2020 _EndPtr: *mut *mut wchar_t, in _wcstof_l()
2028 pub fn _wtof_l(_String: *const wchar_t, _Locale: _locale_t) -> f64; in _wtof_l()
2034 pub fn _wtoi_l(_String: *const wchar_t, _Locale: _locale_t) -> ::std::os::raw::c_int; in _wtoi_l()
2040 pub fn _wtol_l(_String: *const wchar_t, _Locale: _locale_t) -> ::std::os::raw::c_long; in _wtol_l()
2046 pub fn _wtoll_l(_String: *const wchar_t, _Locale: _locale_t) -> ::std::os::raw::c_longlong; in _wtoll_l()
2051 _Buffer: *mut wchar_t, in _i64tow_s()
2059 _Buffer: *mut wchar_t, in _i64tow()
2061 ) -> *mut wchar_t; in _i64tow()
2066 _Buffer: *mut wchar_t, in _ui64tow_s()
2074 _Buffer: *mut wchar_t, in _ui64tow()
2076 ) -> *mut wchar_t; in _ui64tow()
2082 pub fn _wtoi64_l(_String: *const wchar_t, _Locale: _locale_t) -> ::std::os::raw::c_longlong; in _wtoi64_l()
2086 _String: *const wchar_t, in _wcstoi64()
2087 _EndPtr: *mut *mut wchar_t, in _wcstoi64()
2093 _String: *const wchar_t, in _wcstoi64_l()
2094 _EndPtr: *mut *mut wchar_t, in _wcstoi64_l()
2101 _String: *const wchar_t, in _wcstoui64()
2102 _EndPtr: *mut *mut wchar_t, in _wcstoui64()
2108 _String: *const wchar_t, in _wcstoui64_l()
2109 _EndPtr: *mut *mut wchar_t, in _wcstoui64_l()
2116 _Buffer: *mut wchar_t, in _wfullpath()
2117 _Path: *const wchar_t, in _wfullpath()
2119 ) -> *mut wchar_t; in _wfullpath()
2123 _Buffer: *mut wchar_t, in _wmakepath_s()
2125 _Drive: *const wchar_t, in _wmakepath_s()
2126 _Dir: *const wchar_t, in _wmakepath_s()
2127 _Filename: *const wchar_t, in _wmakepath_s()
2128 _Ext: *const wchar_t, in _wmakepath_s()
2133 _Buffer: *mut wchar_t, in _wmakepath()
2134 _Drive: *const wchar_t, in _wmakepath()
2135 _Dir: *const wchar_t, in _wmakepath()
2136 _Filename: *const wchar_t, in _wmakepath()
2137 _Ext: *const wchar_t, in _wmakepath()
2142 _FullPath: *const wchar_t, in _wsplitpath()
2143 _Drive: *mut wchar_t, in _wsplitpath()
2144 _Dir: *mut wchar_t, in _wsplitpath()
2145 _Filename: *mut wchar_t, in _wsplitpath()
2146 _Ext: *mut wchar_t, in _wsplitpath()
2151 _FullPath: *const wchar_t, in _wsplitpath_s()
2152 _Drive: *mut wchar_t, in _wsplitpath_s()
2154 _Dir: *mut wchar_t, in _wsplitpath_s()
2156 _Filename: *mut wchar_t, in _wsplitpath_s()
2158 _Ext: *mut wchar_t, in _wsplitpath_s()
2164 _Buffer: *mut *mut wchar_t, in _wdupenv_s()
2166 _VarName: *const wchar_t, in _wdupenv_s()
2170 pub fn _wgetenv(_VarName: *const wchar_t) -> *mut wchar_t; in _wgetenv()
2175 _Buffer: *mut wchar_t, in _wgetenv_s()
2177 _VarName: *const wchar_t, in _wgetenv_s()
2184 pub fn _wputenv_s(_Name: *const wchar_t, _Value: *const wchar_t) -> errno_t; in _wputenv_s()
2188 _Filename: *const wchar_t, in _wsearchenv_s()
2189 _VarName: *const wchar_t, in _wsearchenv_s()
2190 _Buffer: *mut wchar_t, in _wsearchenv_s()
2196 _Filename: *const wchar_t, in _wsearchenv()
2197 _VarName: *const wchar_t, in _wsearchenv()
2198 _ResultPath: *mut wchar_t, in _wsearchenv()
2816 _DstCh: *mut wchar_t, in mbtowc()
2823 _DstCh: *mut wchar_t, in _mbtowc_l()
2832 _DstBuf: *mut wchar_t, in mbstowcs_s()
2840 _Dest: *mut wchar_t, in mbstowcs()
2848 _DstBuf: *mut wchar_t, in _mbstowcs_s_l()
2857 _Dest: *mut wchar_t, in _mbstowcs_l()
2869 _WCh: wchar_t, in _wctomb_l()
2878 _WCh: wchar_t, in wctomb_s()
2886 _WCh: wchar_t, in _wctomb_s_l()
2895 _Src: *const wchar_t, in wcstombs_s()
2902 _Source: *const wchar_t, in wcstombs()
2911 _Src: *const wchar_t, in _wcstombs_s_l()
2919 _Source: *const wchar_t, in _wcstombs_l()
3158 pub fn wcsrchr(_Str: *const wchar_t, _Ch: wchar_t) -> *mut wchar_t; in wcsrchr()
3161 pub fn wcsstr(_Str: *const wchar_t, _SubStr: *const wchar_t) -> *mut wchar_t; in wcsstr()
3195 _Destination: *mut wchar_t, in wcscat_s()
3197 _Source: *const wchar_t, in wcscat_s()
3202 _Destination: *mut wchar_t, in wcscpy_s()
3204 _Source: *const wchar_t, in wcscpy_s()
3209 _Destination: *mut wchar_t, in wcsncat_s()
3211 _Source: *const wchar_t, in wcsncat_s()
3217 _Destination: *mut wchar_t, in wcsncpy_s()
3219 _Source: *const wchar_t, in wcsncpy_s()
3225 _String: *mut wchar_t, in wcstok_s()
3226 _Delimiter: *const wchar_t, in wcstok_s()
3227 _Context: *mut *mut wchar_t, in wcstok_s()
3228 ) -> *mut wchar_t; in wcstok_s()
3231 pub fn _wcsdup(_String: *const wchar_t) -> *mut wchar_t; in _wcsdup()
3234 pub fn wcscat(_Destination: *mut wchar_t, _Source: *const wchar_t) -> *mut wchar_t; in wcscat()
3243 pub fn wcscpy(_Destination: *mut wchar_t, _Source: *const wchar_t) -> *mut wchar_t; in wcscpy()
3246 pub fn wcscspn(_String: *const wchar_t, _Control: *const wchar_t) -> usize; in wcscspn()
3252 pub fn wcsnlen(_Source: *const wchar_t, _MaxCount: usize) -> usize; in wcsnlen()
3256 _Destination: *mut wchar_t, in wcsncat()
3257 _Source: *const wchar_t, in wcsncat()
3259 ) -> *mut wchar_t; in wcsncat()
3270 _Destination: *mut wchar_t, in wcsncpy()
3271 _Source: *const wchar_t, in wcsncpy()
3273 ) -> *mut wchar_t; in wcsncpy()
3276 pub fn wcspbrk(_String: *const wchar_t, _Control: *const wchar_t) -> *mut wchar_t; in wcspbrk()
3279 pub fn wcsspn(_String: *const wchar_t, _Control: *const wchar_t) -> usize; in wcsspn()
3283 _String: *mut wchar_t, in wcstok()
3284 _Delimiter: *const wchar_t, in wcstok()
3285 _Context: *mut *mut wchar_t, in wcstok()
3286 ) -> *mut wchar_t; in wcstok()
3289 pub fn _wcserror(_ErrorNumber: ::std::os::raw::c_int) -> *mut wchar_t; in _wcserror()
3293 _Buffer: *mut wchar_t, in _wcserror_s()
3299 pub fn __wcserror(_String: *const wchar_t) -> *mut wchar_t; in __wcserror()
3303 _Buffer: *mut wchar_t, in __wcserror_s()
3305 _ErrorMessage: *const wchar_t, in __wcserror_s()
3309 pub fn _wcsicmp(_String1: *const wchar_t, _String2: *const wchar_t) -> ::std::os::raw::c_int; in _wcsicmp()
3313 _String1: *const wchar_t, in _wcsicmp_l()
3314 _String2: *const wchar_t, in _wcsicmp_l()
3320 _String1: *const wchar_t, in _wcsnicmp()
3321 _String2: *const wchar_t, in _wcsnicmp()
3327 _String1: *const wchar_t, in _wcsnicmp_l()
3328 _String2: *const wchar_t, in _wcsnicmp_l()
3335 _Destination: *mut wchar_t, in _wcsnset_s()
3337 _Value: wchar_t, in _wcsnset_s()
3342 pub fn _wcsnset(_String: *mut wchar_t, _Value: wchar_t, _MaxCount: usize) -> *mut wchar_t; in _wcsnset()
3345 pub fn _wcsrev(_String: *mut wchar_t) -> *mut wchar_t; in _wcsrev()
3348 pub fn _wcsset_s(_Destination: *mut wchar_t, _SizeInWords: usize, _Value: wchar_t) -> errno_t; in _wcsset_s()
3351 pub fn _wcsset(_String: *mut wchar_t, _Value: wchar_t) -> *mut wchar_t; in _wcsset()
3354 pub fn _wcslwr_s(_String: *mut wchar_t, _SizeInWords: usize) -> errno_t; in _wcslwr_s()
3357 pub fn _wcslwr(_String: *mut wchar_t) -> *mut wchar_t; in _wcslwr()
3360 pub fn _wcslwr_s_l(_String: *mut wchar_t, _SizeInWords: usize, _Locale: _locale_t) -> errno_t; in _wcslwr_s_l()
3363 pub fn _wcslwr_l(_String: *mut wchar_t, _Locale: _locale_t) -> *mut wchar_t; in _wcslwr_l()
3366 pub fn _wcsupr_s(_String: *mut wchar_t, _Size: usize) -> errno_t; in _wcsupr_s()
3369 pub fn _wcsupr(_String: *mut wchar_t) -> *mut wchar_t; in _wcsupr()
3372 pub fn _wcsupr_s_l(_String: *mut wchar_t, _Size: usize, _Locale: _locale_t) -> errno_t; in _wcsupr_s_l()
3375 pub fn _wcsupr_l(_String: *mut wchar_t, _Locale: _locale_t) -> *mut wchar_t; in _wcsupr_l()
3378 pub fn wcsxfrm(_Destination: *mut wchar_t, _Source: *const wchar_t, _MaxCount: usize) -> usize; in wcsxfrm()
3382 _Destination: *mut wchar_t, in _wcsxfrm_l()
3383 _Source: *const wchar_t, in _wcsxfrm_l()
3389 pub fn wcscoll(_String1: *const wchar_t, _String2: *const wchar_t) -> ::std::os::raw::c_int; in wcscoll()
3393 _String1: *const wchar_t, in _wcscoll_l()
3394 _String2: *const wchar_t, in _wcscoll_l()
3399 pub fn _wcsicoll(_String1: *const wchar_t, _String2: *const wchar_t) -> ::std::os::raw::c_int; in _wcsicoll()
3403 _String1: *const wchar_t, in _wcsicoll_l()
3404 _String2: *const wchar_t, in _wcsicoll_l()
3410 _String1: *const wchar_t, in _wcsncoll()
3411 _String2: *const wchar_t, in _wcsncoll()
3417 _String1: *const wchar_t, in _wcsncoll_l()
3418 _String2: *const wchar_t, in _wcsncoll_l()
3425 _String1: *const wchar_t, in _wcsnicoll()
3426 _String2: *const wchar_t, in _wcsnicoll()
3432 _String1: *const wchar_t, in _wcsnicoll_l()
3433 _String2: *const wchar_t, in _wcsnicoll_l()
3439 pub fn wcsdup(_String: *const wchar_t) -> *mut wchar_t; in wcsdup()
3442 pub fn wcsicmp(_String1: *const wchar_t, _String2: *const wchar_t) -> ::std::os::raw::c_int; in wcsicmp()
3446 _String1: *const wchar_t, in wcsnicmp()
3447 _String2: *const wchar_t, in wcsnicmp()
3452 pub fn wcsnset(_String: *mut wchar_t, _Value: wchar_t, _MaxCount: usize) -> *mut wchar_t; in wcsnset()
3455 pub fn wcsrev(_String: *mut wchar_t) -> *mut wchar_t; in wcsrev()
3458 pub fn wcsset(_String: *mut wchar_t, _Value: wchar_t) -> *mut wchar_t; in wcsset()
3461 pub fn wcslwr(_String: *mut wchar_t) -> *mut wchar_t; in wcslwr()
3464 pub fn wcsupr(_String: *mut wchar_t) -> *mut wchar_t; in wcsupr()
3467 pub fn wcsicoll(_String1: *const wchar_t, _String2: *const wchar_t) -> ::std::os::raw::c_int; in wcsicoll()