| /freebsd-14-stable/lib/libc/stdlib/ |
| HD | strtoumax.c | 100 cutoff = UINTMAX_MAX / base; in strtoumax_l() 101 cutlim = UINTMAX_MAX % base; in strtoumax_l() 122 acc = UINTMAX_MAX; in strtoumax_l()
|
| /freebsd-14-stable/lib/libc/locale/ |
| HD | 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-14-stable/contrib/libarchive/libarchive/ |
| HD | archive_platform.h | 142 #define UINTMAX_MAX (~(uintmax_t)0) macro 145 #define INTMAX_MAX ((intmax_t)(UINTMAX_MAX >> 1))
|
| /freebsd-14-stable/contrib/jemalloc/src/ |
| HD | 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()
|
| HD | ctl.c | 1241 if (index == UINTMAX_MAX || index > SIZE_T_MAX) { in ctl_lookup()
|
| /freebsd-14-stable/contrib/ntp/libntp/ |
| HD | snprintf.c | 390 #ifndef UINTMAX_MAX 391 #define UINTMAX_MAX ULLONG_MAX macro 395 #ifdef UINTMAX_MAX 396 #undef UINTMAX_MAX 398 #define UINTMAX_MAX ULLONG_MAX macro 1203 if ((intpart = cast(ufvalue)) == UINTMAX_MAX) { in fmtflt() 1461 if (value >= UINTMAX_MAX) in cast() 1462 return UINTMAX_MAX; in cast()
|
| /freebsd-14-stable/contrib/diff/src/ |
| HD | system.h | 171 #ifndef UINTMAX_MAX 172 # define UINTMAX_MAX TYPE_MAXIMUM (uintmax_t) macro
|
| HD | 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-14-stable/sys/arm/include/ |
| HD | _stdint.h | 135 #define UINTMAX_MAX UINT64_MAX macro
|
| /freebsd-14-stable/sys/riscv/include/ |
| HD | _stdint.h | 133 #define UINTMAX_MAX UINT64_MAX macro
|
| /freebsd-14-stable/sys/arm64/include/ |
| HD | _stdint.h | 137 #define UINTMAX_MAX UINT64_MAX macro
|
| /freebsd-14-stable/sys/x86/include/ |
| HD | _stdint.h | 158 #define UINTMAX_MAX UINT64_MAX macro
|
| /freebsd-14-stable/contrib/tzcode/ |
| HD | private.h | 426 #ifndef UINTMAX_MAX 429 # define UINTMAX_MAX ULLONG_MAX macro 432 # define UINTMAX_MAX ULONG_MAX macro
|
| HD | zic.c | 1353 uint_fast64_t unfair_min = - ((UINTMAX_MAX % base__6 + 1) % base__6); in random_dirent()
|
| /freebsd-14-stable/sys/powerpc/include/ |
| HD | _stdint.h | 164 #define UINTMAX_MAX UINT64_MAX macro
|
| /freebsd-14-stable/lib/libc/tests/stdio/ |
| HD | printbasic_test.c | 102 ATF_REQUIRE(UINTMAX_MAX == UINT64_MAX); in ATF_TC_BODY()
|
| /freebsd-14-stable/crypto/openssl/include/openssl/ |
| HD | e_os2.h | 256 defined(INTMAX_MAX) && defined(UINTMAX_MAX)
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/ |
| HD | cstdint | 70 UINTMAX_MAX
|
| /freebsd-14-stable/usr.sbin/mpsutil/ |
| HD | mpsutil.c | 111 if (*end != '\0' || unit == UINTMAX_MAX || unit > INT_MAX) in main()
|
| /freebsd-14-stable/crypto/openssl/apps/lib/ |
| HD | opt.c | 564 defined(INTMAX_MAX) && defined(UINTMAX_MAX) && \ 607 || (m == UINTMAX_MAX && errno == ERANGE) in opt_uintmax()
|
| /freebsd-14-stable/contrib/less/ |
| HD | less.h | 89 #if defined UINTMAX_MAX
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | stdint.h | 908 #define UINTMAX_MAX __UINTMAX_MAX__ macro
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| HD | CSymbolMap.inc | 182 SYMBOL(UINTMAX_MAX, None, <stdint.h>)
|
| HD | StdSymbolMap.inc | 482 SYMBOL(UINTMAX_MAX, None, <cstdint>) 483 SYMBOL(UINTMAX_MAX, None, <stdint.h>)
|
| /freebsd-14-stable/contrib/diff/ |
| HD | ChangeLog | 908 * src/cmp.c (bytes, specify_ignore_initial, cmp): Use UINTMAX_MAX 944 * src/system.h (UINTMAX_MAX): New macro.
|