Searched refs:wcschr (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/
H A DSearching.c31 /** 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 Dwchar.h107 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 Dstring.h110 wchar_t* __cdecl wcschr(const wchar_t*,wchar_t);
H A Dwchar.h423 wchar_t* __cdecl wcschr(const wchar_t*,wchar_t);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstring.h97 wchar_t* __cdecl wcschr(const wchar_t*,wchar_t);
H A Dwchar.h364 wchar_t* __cdecl wcschr(const wchar_t*,wchar_t);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h118 #define _tcschr WINE_tchar_routine(strchr, _mbschr, wcschr)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h118 #define _tcschr WINE_tchar_routine(strchr, _mbschr, wcschr)

Completed in 251 milliseconds