Searched refs:LONG_MAX (Results 26 - 50 of 103) sorted by relevance

12345

/freebsd-11-stable/lib/msun/tests/
H A Dlround_test.c78 #if (LONG_MAX == 0x7fffffffl)
86 #elif (LONG_MAX == 0x7fffffffffffffffll)
H A Dlrint_test.c87 #if (LONG_MAX == 0x7fffffffl)
105 #elif (LONG_MAX == 0x7fffffffffffffffll)
/freebsd-11-stable/usr.bin/m4/
H A Dtokenizer.l76 if (((l == LONG_MAX || l == LONG_MIN) && errno == ERANGE) ||
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_atoi.c87 (void)snprintf(buf, sizeof(buf), "%ld\n", LONG_MAX);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/
H A Dt_convfp.c43 #define ULONG_TESTVALUE (LONG_MAX+42UL)
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_alloc.cc68 #elif LONG_MAX == 2147483647
/freebsd-11-stable/lib/libc/stdio/
H A Dftell.c57 if (rv > LONG_MAX) {
H A Dfseek.c138 if (ltest && offset > LONG_MAX) {
202 if (ltest && (off_t)target > LONG_MAX) {
287 if (ltest && ret > LONG_MAX) {
/freebsd-11-stable/contrib/tzcode/zic/
H A Dprivate.h119 #if (LONG_MAX >> 31) < 0xffffffff
122 #endif /* (LONG_MAX >> 31) < 0xffffffff */
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dmain1.c164 if ((msg == LONG_MIN || msg == LONG_MAX) &&
/freebsd-11-stable/usr.bin/nl/
H A Dnl.c184 ((val == LONG_MIN || val == LONG_MAX) && errno != 0))
216 ((val == LONG_MIN || val == LONG_MAX) && errno != 0))
225 ((val == LONG_MIN || val == LONG_MAX) && errno != 0))
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsnprintf-test.c96 long long_values[] = {LONG_MIN, -17, -1, 0, 1, 17, 4711, 65535, LONG_MAX};
137 1, 17, 4711, 65535, LONG_MAX, ((long long)LONG_MAX) + 1};
/freebsd-11-stable/lib/libc/gen/
H A Dsysconf.c95 if (rl.rlim_cur > LONG_MAX) {
111 if (rl.rlim_cur > LONG_MAX) {
121 if (rl.rlim_cur > LONG_MAX) {
/freebsd-11-stable/bin/ps/
H A Dfmt.c69 if (arg_max >= LONG_MAX / 4 || arg_max >= (long)(SIZE_MAX / 4))
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dprivate.h161 #if (LONG_MAX >> 31) < 0xffffffff
164 #endif /* (LONG_MAX >> 31) < 0xffffffff */
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dnumeric.c78 else if (rng->rmax == LONG_MAX)
/freebsd-11-stable/contrib/nvi/common/
H A Dutil.h53 NPFITS(LONG_MAX, (v1), (v2)) ? NUM_OK : NUM_OVER : \
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h208 #ifndef LONG_MAX
209 #define LONG_MAX 2147483647L /* long maximum */ macro
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_increment.c73 if (vp->count > LONG_MAX) {
193 if (lval > 0 && ltmp > 0 && !NPFITS(LONG_MAX, lval, ltmp)) {
/freebsd-11-stable/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c199 if ((errno == ERANGE) && ((value == LONG_MAX) || (value == LONG_MIN)))
241 if ((errno == ERANGE) && ((value == LONG_MAX) || (value == LONG_MIN)))
/freebsd-11-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c647 } else if (sec <= LONG_MAX / 1000000)
650 else if (sec <= LONG_MAX / hz)
654 ticks = LONG_MAX;
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_types.h115 # define INT32_MAX LONG_MAX
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dtext.c172 else if (errno == ERANGE || (tmp == LONG_MAX || tmp == LONG_MIN))
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlimits_conf.c166 if((value == LONG_MIN || value == LONG_MAX) && errno == ERANGE) {
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c166 if((value == LONG_MIN || value == LONG_MAX) && errno == ERANGE) {

Completed in 219 milliseconds

12345