Searched defs:wcstok (Results 1 – 3 of 3) sorted by relevance
76 wcstok(wchar_t *string, const wchar_t *sepset) in wcstok() function
275 #define wcstok __wcstok_xpg5 macro
283 #define wcstok(x, y, z) strtok(x, y) macro