Lines Matching refs:wcstok
113 wchar_t *wcstok (wchar_t * __restrict s1,
1296 /** A sequence of calls to the wcstok function breaks the wide string pointed
1299 to a caller-provided wchar_t pointer into which the wcstok function stores
1312 there are no tokens in the wide string pointed to by s1 and the wcstok
1316 The wcstok function then searches from there for a wide character that is
1323 In all cases, the wcstok function stores sufficient information in the
1328 @return The wcstok function returns a pointer to the first wide character
1331 wchar_t *wcstok(wchar_t * __restrict s1, const wchar_t * __restrict s2, wchar_t ** __restrict ptr);