Searched defs:wmemchr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/
H A DSearching.c260 /** The wmemchr function locates the first occurrence of c in the initial n
263 @return The wmemchr function returns a pointer to the located wide
267 wchar_t *wmemchr(const wchar_t *s, wchar_t c, size_t n) function

Completed in 44 milliseconds