Searched refs:PRIuMAX (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14-stable/sys/riscv/include/ |
| HD | _inttypes.h | 100 #define PRIuMAX "ju" /* uintmax_t */ macro
|
| /freebsd-14-stable/sys/arm/include/ |
| HD | _inttypes.h | 102 #define PRIuMAX "ju" /* uintmax_t */ macro
|
| /freebsd-14-stable/sys/arm64/include/ |
| HD | _inttypes.h | 104 #define PRIuMAX "ju" /* uintmax_t */ macro
|
| /freebsd-14-stable/contrib/tzcode/ |
| HD | private.h | 436 #ifndef PRIuMAX 438 # define PRIuMAX "llu" macro 440 # define PRIuMAX "lu" macro
|
| HD | zdump.c | 1202 intmax_t: "%"PRIdMAX, uintmax_t: "%"PRIuMAX, in tformat() 1216 #ifdef PRIuMAX in tformat() 1218 return "%"PRIuMAX; in tformat()
|
| HD | strftime.c | 345 sprintf(buf, "%"PRIuMAX, n); in _fmt()
|
| /freebsd-14-stable/sys/powerpc/include/ |
| HD | _inttypes.h | 110 #define PRIuMAX "ju" /* uintmax_t */ macro
|
| /freebsd-14-stable/sys/x86/include/ |
| HD | _inttypes.h | 110 #define PRIuMAX "ju" /* uintmax_t */ macro
|
| /freebsd-14-stable/usr.bin/getconf/ |
| HD | getconf.c | 119 printf("%" PRIuMAX "\n", ulimitval); in main()
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/ |
| HD | cinttypes | 91 PRIuMAX
|
| /freebsd-14-stable/tools/regression/sockets/unix_cmsg/ |
| HD | t_xxxtime.c.in | 56 uc_dbgmsg("%%DTYPE%%.%%MAJ_MEMB%% %"PRIdMAX", %%DTYPE%%.%%MIN_MEMB%% %"PRIuMAX,
|
| /freebsd-14-stable/contrib/netbsd-tests/include/ |
| HD | t_inttypes.c | 131 PRINT(PRIuMAX, uim); in ATF_TC_BODY()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| HD | StdSpecialSymbolMap.inc | 512 SYMBOL(PRIuMAX, None, <cinttypes>) 513 SYMBOL(PRIuMAX, None, <inttypes.h>)
|