Home
last modified time | relevance | path

Searched refs:PRId32 (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
HDarchive_platform.h167 #if !HAVE_INTTYPES_H || !defined(PRIx32) || !defined(PRId32)
177 #ifndef PRId32
179 #define PRId32 "d" macro
181 #define PRId32 "ld" macro
HDarchive_read_support_format_zip.c1975 "Invalid parameter set in PPMd8 stream (order=%" PRId32 ", " in zipx_ppmd8_init()
1976 "restore=%" PRId32 ")", order, restore_method); in zipx_ppmd8_init()
1983 "Unable to allocate memory for PPMd8 stream: %" PRId32 " bytes", in zipx_ppmd8_init()
/dragonfly/contrib/lvm2/dist/lib/datastruct/
HDlvm-types.h27 #define PRIpid_t PRId32
/dragonfly/contrib/lvm2/dist/include/
HDlvm-types.h27 #define PRIpid_t PRId32
/dragonfly/sys/cpu/x86_64/include/
HDinttypes.h51 #define PRId32 "d" /* int32_t */ macro
/dragonfly/gnu/usr.bin/grep/libgreputils/
HDinttypes.h627 #if !defined PRId32 || 0
628 # undef PRId32
630 # define PRId32 "d" macro