Searched defs:__ws1 (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) { argument
243 return (wchar_t *)wcspbrk((const wchar_t *)__ws1, __ws2);
324 inline wchar_t *wcsstr(wchar_t *__ws1, const wchar_t *__ws2) { argument
325 return (wchar_t *)wcsstr((const wchar_t *)__ws1, __ws2);

Completed in 56 milliseconds