Searched refs:WNULL (Results 1 – 1 of 1) sorted by relevance
50 #ifndef WNULL51 #define WNULL (wchar_t *)0 macro60 if ((string == WNULL && (string = *ptr) == 0) || in __wcstok_xpg5()61 (((q = string + wcsspn(string, sepset)) != WNULL) && *q == L'\0')) in __wcstok_xpg5()62 return (WNULL); in __wcstok_xpg5()65 if ((r = wcspbrk(q, sepset)) == WNULL) /* move past token */ in __wcstok_xpg5()