Searched refs:wcsxfrm (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/ |
H A D | wcsxfrm.c | 1 /* $NetBSD: wcsxfrm.c,v 1.2 2006/10/15 16:14:08 christos Exp $ */ 31 __RCSID("$NetBSD: wcsxfrm.c,v 1.2 2006/10/15 16:14:08 christos Exp $"); 43 wcsxfrm( function
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | wchar.h | 102 size_t wcsxfrm (wchar_t * __restrict s1, 1213 /** The wcsxfrm function transforms the wide string pointed to by s2 and places 1222 @return The wcsxfrm function returns the length of the transformed wide 1227 size_t wcsxfrm(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | string.h | 126 size_t __cdecl wcsxfrm(wchar_t*,const wchar_t*,size_t);
|
H A D | wchar.h | 439 size_t __cdecl wcsxfrm(wchar_t*,const wchar_t*,size_t);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | string.h | 111 size_t __cdecl wcsxfrm(wchar_t*,const wchar_t*,size_t);
|
H A D | wchar.h | 378 size_t __cdecl wcsxfrm(wchar_t*,const wchar_t*,size_t);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | tchar.h | 160 #define _tcsxfrm WINE_tchar_routine(strxfrm, strxfrm, wcsxfrm)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | tchar.h | 160 #define _tcsxfrm WINE_tchar_routine(strxfrm, strxfrm, wcsxfrm)
|
Completed in 61 milliseconds