| /src/lib/libc/locale/ |
| _wcstol.h | 60 int neg, any, cutlim; local 105 cutlim = (int)(cutoff % base); 108 if (cutlim > 0) { 109 cutlim -= base; 112 cutlim = -cutlim; 123 if (acc < cutoff || (acc == cutoff && i > cutlim)) { 133 if (acc > cutoff || (acc == cutoff && i > cutlim)) {
|
| /src/common/lib/libc/stdlib/ |
| _strtol.h | 61 int i, neg, any, cutlim; local 131 * cutoff will be set to 214748364 and cutlim to either 140 cutlim = (int)(cutoff % base); 143 if (cutlim > 0) { 144 cutlim -= base; 147 cutlim = -cutlim; 163 if (acc < cutoff || (acc == cutoff && i > cutlim)) { 178 if (acc > cutoff || (acc == cutoff && i > cutlim)) {
|
| /src/sys/arch/ia64/stand/common/ |
| strtol.c | 63 int neg = 0, any, cutlim; local 101 * cutoff will be set to 214748364 and cutlim to either 110 cutlim = cutoff % (unsigned long)base; 123 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| /src/external/bsd/libbind/dist/bsd/ |
| strtoul.c | 67 int neg, c, any, cutlim; local 91 cutlim = (u_long)ULONG_MAX % (u_long)base; 101 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| /src/external/bsd/nvi/dist/clib/ |
| strtol.c | 65 register int neg = 0, any, cutlim; local 98 * cutoff will be set to 214748364 and cutlim to either 107 cutlim = cutoff % (unsigned long)base; 118 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)
|
| strtoul.c | 65 register int neg = 0, any, cutlim; local 87 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base; 97 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| strtol.c | 96 register int neg = 0, any, cutlim; local 129 * cutoff will be set to 214748364 and cutlim to either 138 cutlim = cutoff % (unsigned long)base; 149 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| strtoll.c | 104 register int neg = 0, any, cutlim; local 137 * cutoff will be set to 214748364 and cutlim to either 146 cutlim = cutoff % (ullong_type)base; 157 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| strtoul.c | 67 register int neg = 0, any, cutlim; local 89 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base; 99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| strtoull.c | 72 register int neg = 0, any, cutlim; local 94 cutlim = (ullong_type)ULLONG_MAX % (ullong_type)base; 104 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| strtol.c | 96 register int neg = 0, any, cutlim; local 129 * cutoff will be set to 214748364 and cutlim to either 138 cutlim = cutoff % (unsigned long)base; 149 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| strtoll.c | 104 register int neg = 0, any, cutlim; local 137 * cutoff will be set to 214748364 and cutlim to either 146 cutlim = cutoff % (ullong_type)base; 157 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| strtoul.c | 67 register int neg = 0, any, cutlim; local 89 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base; 99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| strtoull.c | 72 register int neg = 0, any, cutlim; local 94 cutlim = (ullong_type)ULLONG_MAX % (ullong_type)base; 104 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| strtol.c | 96 register int neg = 0, any, cutlim; local 129 * cutoff will be set to 214748364 and cutlim to either 138 cutlim = cutoff % (unsigned long)base; 149 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| strtoll.c | 104 register int neg = 0, any, cutlim; local 137 * cutoff will be set to 214748364 and cutlim to either 146 cutlim = cutoff % (ullong_type)base; 157 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| strtoul.c | 67 register int neg = 0, any, cutlim; local 89 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base; 99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| strtoull.c | 72 register int neg = 0, any, cutlim; local 94 cutlim = (ullong_type)ULLONG_MAX % (ullong_type)base; 104 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| strtol.c | 96 register int neg = 0, any, cutlim; local 129 * cutoff will be set to 214748364 and cutlim to either 138 cutlim = cutoff % (unsigned long)base; 149 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| strtoll.c | 104 register int neg = 0, any, cutlim; local 137 * cutoff will be set to 214748364 and cutlim to either 146 cutlim = cutoff % (ullong_type)base; 157 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| strtoul.c | 67 register int neg = 0, any, cutlim; local 89 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base; 99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| strtoull.c | 72 register int neg = 0, any, cutlim; local 94 cutlim = (ullong_type)ULLONG_MAX % (ullong_type)base; 104 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| strtol.c | 96 register int neg = 0, any, cutlim; local 129 * cutoff will be set to 214748364 and cutlim to either 138 cutlim = cutoff % (unsigned long)base; 149 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| strtoll.c | 104 register int neg = 0, any, cutlim; local 137 * cutoff will be set to 214748364 and cutlim to either 146 cutlim = cutoff % (ullong_type)base; 157 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|
| strtoul.c | 67 register int neg = 0, any, cutlim; local 89 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base; 99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
|