HomeSort by: relevance | last modified time | path
    Searched refs:UINTMAX_MAX (Results 1 - 24 of 24) sorted by relevancy

  /src/tests/lib/libutil/
t_strpct.c 180 h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 0, "100");
181 h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 1, "100.0");
182 h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 5, "100.00000");
183 h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 10, "100.0000000000");
184 h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 15, "100.000000000000000")
    [all...]
  /src/lib/libc/locale/
wcstoumax.c 46 #define __UINT_MAX UINTMAX_MAX
  /src/common/lib/libc/stdlib/
strtoumax.c 60 #define __UINT_MAX UINTMAX_MAX
  /src/sys/arch/mips/include/
int_limits.h 155 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */
159 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/powerpc/include/
int_limits.h 155 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */
159 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/sparc/include/
int_limits.h 155 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */
159 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/alpha/include/
int_limits.h 112 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */
  /src/sys/arch/amd64/include/
int_limits.h 115 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */
  /src/sys/arch/arm/include/
int_limits.h 118 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/hppa/include/
int_limits.h 109 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/i386/include/
int_limits.h 113 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/sh3/include/
int_limits.h 112 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/vax/include/
int_limits.h 112 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/sys/
common_int_limits.h 112 #define UINTMAX_MAX __UINTMAX_MAX__
  /src/sys/arch/m68k/include/
int_limits.h 112 #define UINTMAX_MAX 0xffffffffffffffffULL /* uintmax_t */
  /src/sys/arch/ia64/include/
int_limits.h 112 #define UINTMAX_MAX 0xffffffffffffffffUL /* uintmax_t */
  /src/usr.sbin/pf/pfs/
token.l 83 if (errno == ERANGE && yylval.num == UINTMAX_MAX)
parse.y 405 if (errno == ERANGE && u == UINTMAX_MAX)
  /src/bin/pax/
gen_subs.c 312 * uintmax_t value; UINTMAX_MAX for overflow/negative
332 return UINTMAX_MAX;
339 if (tval > (UINTMAX_MAX/256))
340 return UINTMAX_MAX;
  /src/usr.sbin/chroot/
chroot.c 74 if (errno == ERANGE && *num == UINTMAX_MAX)
  /src/lib/libc/time/
private.h 464 #ifndef UINTMAX_MAX
467 # define UINTMAX_MAX ULLONG_MAX
470 # define UINTMAX_MAX ULONG_MAX
zic.c 1334 mathematical value of ((UINTMAX_MAX + 1) - (UINTMAX_MAX + 1) % BASE**6)
1336 uint_fast64_t unfair_min = - ((UINTMAX_MAX % base__6 + 1) % base__6);
  /src/tests/lib/libprop/
t_proplib.c 360 u1 = prop_number_create_unsigned(UINTMAX_MAX);
363 ATF_REQUIRE(prop_number_unsigned_value(u1) == UINTMAX_MAX);
364 ATF_REQUIRE(prop_number_equals_unsigned(u1, UINTMAX_MAX) == true);
375 ATF_REQUIRE(prop_number_unsigned_value(u3) == UINTMAX_MAX);
  /src/usr.sbin/inetd/
ratelimit.c 489 #if UINTMAX_MAX >= UINT64_MAX

Completed in 22 milliseconds