Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/i18n/
H A Dwcstol.c47 #define _WLONG_MIN LLONG_MIN macro
51 #define _WLONG_MIN LONG_MIN macro
110 limit = _WLONG_MIN; in wcstoll()
137 return (neg ? _WLONG_MIN : _WLONG_MAX); in wcstoll()