| /freebsd/bin/sh/ |
| H A D | shell.h | 58 #define ARITH_FORMAT_STR "%" PRIdMAX
|
| /freebsd/usr.bin/getconf/ |
| H A D | getconf.h | 32 #define PRIdMAX "lld" macro
|
| H A D | getconf.c | 125 printf("%" PRIdMAX "\n", limitval); in main()
|
| /freebsd/sys/arm64/include/ |
| H A D | _inttypes.h | 57 #define PRIdMAX "jd" /* intmax_t */ macro
|
| /freebsd/sys/arm/include/ |
| H A D | _inttypes.h | 55 #define PRIdMAX "jd" /* intmax_t */ macro
|
| /freebsd/sys/riscv/include/ |
| H A D | _inttypes.h | 53 #define PRIdMAX "jd" /* intmax_t */ macro
|
| /freebsd/contrib/tzcode/ |
| H A D | private.h | 447 # ifndef PRIdMAX 449 # define PRIdMAX "lld" macro 451 # define PRIdMAX "ld" macro
|
| H A D | strftime.c | 400 sprintf(buf, "%"PRIdMAX, n); in _fmt()
|
| H A D | zdump.c | 1189 intmax_t: "%"PRIdMAX, uintmax_t: "%"PRIuMAX, in tformat() 1196 return "%"PRIdMAX; in tformat()
|
| H A D | zic.c | 716 fprintf(stderr, _("\"%s\", line %"PRIdMAX": "), in verror() 720 fprintf(stderr, _(" (rule from \"%s\", line %"PRIdMAX")"), in verror() 2195 " (file \"%s\", line %"PRIdMAX")"), in inzone()
|
| /freebsd/libexec/pkg-serve/ |
| H A D | pkg-serve.c | 157 printf("ok: %" PRIdMAX "\n", (intmax_t)st.st_size); in main()
|
| /freebsd/sys/powerpc/include/ |
| H A D | _inttypes.h | 63 #define PRIdMAX "jd" /* intmax_t */ macro
|
| /freebsd/sys/x86/include/ |
| H A D | _inttypes.h | 63 #define PRIdMAX "jd" /* intmax_t */ macro
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cinttypes | 37 PRIdMAX
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cinttypes | 37 PRIdMAX
|
| /freebsd/tools/regression/sockets/unix_cmsg/ |
| H A D | t_xxxtime.c.in | 56 uc_dbgmsg("%%DTYPE%%.%%MAJ_MEMB%% %"PRIdMAX", %%DTYPE%%.%%MIN_MEMB%% %"PRIuMAX,
|
| /freebsd/contrib/netbsd-tests/include/ |
| H A D | t_inttypes.c | 86 PRINT(PRIdMAX, im); in ATF_TC_BODY()
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/ |
| H A D | inttypes-macros.h | 219 #define PRIdMAX __INTMAX_FMTd__ macro
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSpecialSymbolMap.inc | 543 SYMBOL(PRIdMAX, None, <cinttypes>) 544 SYMBOL(PRIdMAX, None, <inttypes.h>)
|