Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/i18n/
H A Dwstok.c50 #ifndef WNULL
51 #define WNULL (wchar_t *)0 macro
60 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()