/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_platform.h | 152 #if !HAVE_INTTYPES_H || !defined(PRIx32) || !defined(PRId32) 162 #ifndef PRId32 164 #define PRId32 "d" 166 #define PRId32 "ld" 170 #endif // PRId32 171 #endif // !HAVE_INTTYPES_H || !defined(PRIx32) || !defined(PRId32) 179 #define PRId32 global() macro 181 #define PRId32 global() macro
|
H A D | archive_read_support_format_zip.c | 2137 "Invalid parameter set in PPMd8 stream (order=%" PRId32 ", " in zipx_ppmd8_init() 2138 "restore=%" PRId32 ")", order, restore_method); in zipx_ppmd8_init() 2145 "Unable to allocate memory for PPMd8 stream: %" PRId32 " bytes", in zipx_ppmd8_init()
|
/freebsd/contrib/processor-trace/include/windows/ |
H A D | inttypes.h | 42 #ifndef PRId32 43 # define PRId32 "d" macro
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | inttypes.h | 29 #undef PRId32 64 #define PRId32 "d" macro
|
/freebsd/contrib/netbsd-tests/usr.bin/nbperf/ |
H A D | hash_driver.c | 49 printf("%" PRId32 "\n", hash(line, len)); in main()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | CoreMedia.cpp | 84 stream.Printf("%" PRId64 " %" PRId32 "th%sof a second", value, timescale, in CMTimeSummaryProvider()
|
/freebsd/usr.bin/bsdiff/bsdiff/ |
H A D | divsufsort64.h | 58 #define PRIdSAINT_T PRId32
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | malloc_io.h | 23 # define FMTd32 PRId32
|
/freebsd/sys/arm64/include/ |
H A D | _inttypes.h | 47 #define PRId32 "d" /* int32_t */ macro
|
/freebsd/sys/arm/include/ |
H A D | _inttypes.h | 45 #define PRId32 "d" /* int32_t */ macro
|
/freebsd/sys/riscv/include/ |
H A D | _inttypes.h | 43 #define PRId32 "d" /* int32_t */ macro
|
/freebsd/sys/powerpc/include/ |
H A D | _inttypes.h | 53 #define PRId32 "d" /* int32_t */ macro
|
/freebsd/sys/x86/include/ |
H A D | _inttypes.h | 53 #define PRId32 "d" /* int32_t */ macro
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | Watchpoint.cpp | 167 "callback for watchpoint %" PRId32 in VariableWatchpointDisabler() 174 "callback for watchpoint %" PRId32 in VariableWatchpointDisabler()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cinttypes | 24 PRId32
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_inttypes.c | 76 PRINT(PRId32, i32); in ATF_TC_BODY()
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_vdev.c | 400 "property: only values between %" PRId32 " " in make_leaf_vdev() 401 "and %" PRId32 " are allowed.\n"), in make_leaf_vdev()
|
H A D | zpool_main.c | 1522 (void) sprintf(strval, "%" PRId32, intval); in zpool_do_add() 7600 (void) sprintf(strval, "%" PRId32, intval); in zpool_do_attach_or_replace()
|
/freebsd/lib/libnetmap/ |
H A D | nmport.c | 399 nmctx_ferror(ctx, "cannot set mem_id to %"PRId32", already set to %"PRIu16"", in NPOPT_DECL()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 919 " sub %" PRId32, in SetArchitecture()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 713 "only values between %" PRId32 " and %" in zpool_valid_proplist() 714 PRId32 " are allowed."), in zpool_valid_proplist()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 4986 LLDB_LOGF(log, "found %" PRId32 " modules in total", in GetLoadedModuleList() 5046 LLDB_LOGF(log, "found %" PRId32 " modules in total", in GetLoadedModuleList()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.cpp | 960 " offset = %" PRId32 "\n", in DoExecute()
|