Home
last modified time | relevance | path

Searched refs:PRIdPTR (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_pipe.c71 "%" PRIdPTR "\n", n, event[0].flags, event[0].fflags, event[0].data); in ATF_TC_BODY()
H A Dt_fifo.c82 "data: %" PRIdPTR "\n", n, event[0].filter, event[0].flags, in ATF_TC_BODY()
H A Dt_file.c115 "%" PRIdPTR "\n", n, event[0].flags, event[0].fflags, in ATF_TC_BODY()
H A Dt_ttypty.c107 "data: %" PRIdPTR "\n", n, event[0].filter, event[0].flags, in h_check()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmalloc_io.h29 # define FMTdPTR PRIdPTR
/freebsd/sys/arm64/include/
H A D_inttypes.h58 #define PRIdPTR "ld" /* intptr_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h56 #define PRIdPTR "d" /* intptr_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h54 #define PRIdPTR "ld" /* intptr_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h64 #define PRIdPTR __PRIptr"d" /* intptr_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h64 #define PRIdPTR __PRIptr"d" /* intptr_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes38 PRIdPTR
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c43 "_Unwind_Resume_or_Rethrow(ex_obj=%p), private_1=%" PRIdPTR, in _Unwind_Resume_or_Rethrow()
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c87 PRINT(PRIdPTR, ip); in ATF_TC_BODY()