/freebsd/lib/libc/stdlib/ |
H A D | strtoumax.c | 97 cutoff = UINTMAX_MAX / base; in strtoumax_l() 98 cutlim = UINTMAX_MAX % base; in strtoumax_l() 119 acc = UINTMAX_MAX; in strtoumax_l()
|
/freebsd/lib/libc/locale/ |
H A D | wcstoumax.c | 95 cutoff = UINTMAX_MAX / base; in wcstoumax_l() 96 cutlim = UINTMAX_MAX % base; in wcstoumax_l() 122 acc = UINTMAX_MAX; in wcstoumax_l()
|
/freebsd/contrib/jemalloc/src/ |
H A D | malloc_io.c | 138 ret = UINTMAX_MAX; in malloc_strtoumax() 220 ret = UINTMAX_MAX; in malloc_strtoumax() 232 ret = UINTMAX_MAX; in malloc_strtoumax() 478 assert(uwidth != UINTMAX_MAX || get_errno() != in malloc_vsnprintf() 502 assert(uprec != UINTMAX_MAX || get_errno() != in malloc_vsnprintf()
|
H A D | ctl.c | 1241 if (index == UINTMAX_MAX || index > SIZE_T_MAX) { in ctl_lookup()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_platform.h | 142 #define UINTMAX_MAX (~(uintmax_t)0) 145 #define INTMAX_MAX ((intmax_t)(UINTMAX_MAX >> 1)) 157 #define UINTMAX_MAX global() macro
|
/freebsd/contrib/ntp/libntp/ |
H A D | snprintf.c | 384 /* Support for uintmax_t. We also need UINTMAX_MAX. */ 390 #ifndef UINTMAX_MAX 391 #define UINTMAX_MAX ULLONG_MAX macro 392 #endif /* !defined(UINTMAX_MAX) */ 395 #ifdef UINTMAX_MAX 396 #undef UINTMAX_MAX 397 #endif /* defined(UINTMAX_MAX) */ 398 #define UINTMAX_MAX ULLONG_MAX macro 1181 * digits of the 32-bit, the 64-bit, or the 128-bit UINTMAX_MAX value in fmtflt() 1203 if ((intpart = cast(ufvalue)) == UINTMAX_MAX) { in fmtflt() [all...] |
/freebsd/contrib/diff/src/ |
H A D | system.h | 171 #ifndef UINTMAX_MAX 172 # define UINTMAX_MAX TYPE_MAXIMUM (uintmax_t) macro
|
H A D | cmp.c | 75 static uintmax_t bytes = UINTMAX_MAX; 134 || (o = val) < 0 || o != val || val == UINTMAX_MAX) in specify_ignore_initial() 427 if (remaining != UINTMAX_MAX) in cmp()
|
/freebsd/sys/arm/include/ |
H A D | _stdint.h | 135 #define UINTMAX_MAX UINT64_MAX macro
|
/freebsd/sys/riscv/include/ |
H A D | _stdint.h | 133 #define UINTMAX_MAX UINT64_MAX macro
|
/freebsd/sys/arm64/include/ |
H A D | _stdint.h | 137 #define UINTMAX_MAX UINT64_MAX macro
|
/freebsd/sys/x86/include/ |
H A D | _stdint.h | 158 #define UINTMAX_MAX UINT64_MAX macro
|
/freebsd/contrib/tzcode/ |
H A D | private.h | 426 #ifndef UINTMAX_MAX 429 # define UINTMAX_MAX ULLONG_MAX 432 # define UINTMAX_MAX ULONG_MAX 405 # define UINTMAX_MAX global() macro 408 # define UINTMAX_MAX global() macro
|
H A D | zic.c | 1351 mathematical value of ((UINTMAX_MAX + 1) - (UINTMAX_MAX + 1) % BASE**6) in random_dirent() 1353 uint_fast64_t unfair_min = - ((UINTMAX_MAX % base__6 + 1) % base__6); in random_dirent()
|
/freebsd/sys/powerpc/include/ |
H A D | _stdint.h | 164 #define UINTMAX_MAX UINT64_MAX macro
|
/freebsd/lib/libc/tests/stdio/ |
H A D | printbasic_test.c | 102 ATF_REQUIRE(UINTMAX_MAX == UINT64_MAX); in ATF_TC_BODY()
|
/freebsd/bin/dd/ |
H A D | args.c | 209 if (res == UINTMAX_MAX) in f_count() 212 cpy_cnt = UINTMAX_MAX; in f_count()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | e_os2.h | 256 defined(INTMAX_MAX) && defined(UINTMAX_MAX)
|
/freebsd/usr.sbin/mpsutil/ |
H A D | mpsutil.c | 110 if (*end != '\0' || unit == UINTMAX_MAX || unit > INT_MAX) in main()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdint | 70 UINTMAX_MAX
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | opt.c | 564 defined(INTMAX_MAX) && defined(UINTMAX_MAX) && \ 607 || (m == UINTMAX_MAX && errno == ERANGE) in opt_uintmax()
|
/freebsd/contrib/less/ |
H A D | less.h | 89 #if defined UINTMAX_MAX
|
/freebsd/bin/sh/ |
H A D | miscbltin.c | 563 if (uval > UINTMAX_MAX / l->factor) in ulimitcmd()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdint.h | 908 #define UINTMAX_MAX __UINTMAX_MAX__ macro
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 182 SYMBOL(UINTMAX_MAX, None, <stdint.h>)
|