Searched refs:cutlim (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dstrto.c55 register int any, cutlim; local
98 ** is 10, cutoff will be set to 922337203685477580 and cutlim to
109 cutlim = cutoff % base;
113 if (cutlim > 0)
115 cutlim -= base;
118 cutlim = -cutlim;
134 if (acc < cutoff || (acc == cutoff && c > cutlim))
149 if (acc > cutoff || (acc == cutoff && c > cutlim))
196 register int any, cutlim; local
[all...]
/osnet-11/usr/src/lib/libresolv2/common/bsd/
H A Dstrtoul.c65 int neg, c, any, cutlim; local
89 cutlim = (u_long)ULONG_MAX % (u_long)base;
99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c4082 register int neg = 0, any, cutlim; local
4115 ** cutoff will be set to 214748364 and cutlim to either
4124 cutlim = cutoff % (unsigned long) base;
4135 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)

Completed in 32 milliseconds