Searched refs:ULONG_MAX (Results 1 – 5 of 5) sorted by relevance
159 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base; in strtoul_l()160 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base; in strtoul_l()181 acc = ULONG_MAX; in strtoul_l()
161 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base; in wcstoul_l()162 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base; in wcstoul_l()183 acc = ULONG_MAX; in wcstoul_l()
95 # undef ULONG_MAX96 # define ULONG_MAX (LONG_MAX * 2UL + 1) macro
34 #define strtoi_max ULONG_MAX
127 #if UINT_MAX < ULONG_MAX in xdr_u_int()147 #elif UINT_MAX == ULONG_MAX in xdr_u_int()