Home
last modified time | relevance | path

Searched refs:__ws2 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/head/iso/
H A Dwchar_iso.h242 inline wchar_t *wcspbrk(wchar_t *__ws1, const wchar_t *__ws2) { in wcspbrk() argument
243 return (wchar_t *)wcspbrk((const wchar_t *)__ws1, __ws2); in wcspbrk()
324 inline wchar_t *wcsstr(wchar_t *__ws1, const wchar_t *__ws2) { in wcsstr() argument
325 return (wchar_t *)wcsstr((const wchar_t *)__ws1, __ws2); in wcsstr()