Searched refs:wcschr (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/ |
H A D | Searching.c | 31 /** The wcschr function locates the first occurrence of c in the wide string 35 @return The wcschr function returns a pointer to the located wide 39 wchar_t *wcschr(const wchar_t *s, wchar_t c) function
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | wchar.h | 107 wchar_t *wcschr (const wchar_t *S, wchar_t c); 1241 /** The wcschr function locates the first occurrence of C in the wide string 1245 @return The wcschr function returns a pointer to the located wide 1249 wchar_t *wcschr(const wchar_t *S, wchar_t C);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | string.h | 110 wchar_t* __cdecl wcschr(const wchar_t*,wchar_t);
|
H A D | wchar.h | 423 wchar_t* __cdecl wcschr(const wchar_t*,wchar_t);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | string.h | 97 wchar_t* __cdecl wcschr(const wchar_t*,wchar_t);
|
H A D | wchar.h | 364 wchar_t* __cdecl wcschr(const wchar_t*,wchar_t);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | tchar.h | 118 #define _tcschr WINE_tchar_routine(strchr, _mbschr, wcschr)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | tchar.h | 118 #define _tcschr WINE_tchar_routine(strchr, _mbschr, wcschr)
|
Completed in 452 milliseconds