Searched refs:multmax (Results 1 – 5 of 5) sorted by relevance
66 unsigned long multmax; in ddi_strtoul() local116 multmax = ULONG_MAX / (unsigned long)base; in ddi_strtoul()119 if (val > multmax) in ddi_strtoul()
68 u_longlong_t multmax; in ddi_strtoull() local118 multmax = ULLONG_MAX / (u_longlong_t)base; in ddi_strtoull()121 if (val > multmax) in ddi_strtoull()
62 _WULONG_T multmax; in wcstoull() local104 multmax = _WULONG_MAX / (_WULONG_T)base; in wcstoull()108 if (val > multmax) in wcstoull()
45 uint64_t multmax; in strtoint() local101 multmax = (uint64_t)UINT64_MAX / (uint64_t)base; in strtoint()114 if (val > multmax) in strtoint()
114 uintmax_t multmax = (uintmax_t)ULLONG_MAX / (uintmax_t)(uint_t)base; in mdb_strtonum() local133 if (val > multmax) in mdb_strtonum()