Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/i18n/
H A Dwcstoul.c45 #define _WULONG_T unsigned long long macro
48 #define _WULONG_T unsigned long macro
61 _WULONG_T val; in wcstoull()
64 _WULONG_T multmax; in wcstoull()
106 multmax = _WULONG_MAX / (_WULONG_T)base; in wcstoull()