Searched refs:multmax (Results 1 – 5 of 5) sorted by relevance
56 unsigned long multmax; in ddi_strtoul() local105 multmax = ULONG_MAX / (unsigned long)base; in ddi_strtoul()108 if (val > multmax) in ddi_strtoul()
56 u_longlong_t multmax; in ddi_strtoull() local105 multmax = ULLONG_MAX / (u_longlong_t)base; in ddi_strtoull()108 if (val > multmax) in ddi_strtoull()
64 _WULONG_T multmax; in wcstoull() local106 multmax = _WULONG_MAX / (_WULONG_T)base; in wcstoull()110 if (val > multmax) in wcstoull()
47 uint64_t multmax; in strtoint() local103 multmax = (uint64_t)UINT64_MAX / (uint64_t)base; in strtoint()116 if (val > multmax) in strtoint()
115 uintmax_t multmax = (uintmax_t)ULLONG_MAX / (uintmax_t)(uint_t)base; in strtonum() local134 if (val > multmax) in strtonum()