Home
last modified time | relevance | path

Searched refs:PRIo32 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h35 #undef PRIo32
70 #define PRIo32 "o" macro
/freebsd/sys/arm64/include/
H A D_inttypes.h79 #define PRIo32 "o" /* uint32_t */ macro
/freebsd/sys/arm/include/
H A D_inttypes.h77 #define PRIo32 "o" /* uint32_t */ macro
/freebsd/sys/riscv/include/
H A D_inttypes.h75 #define PRIo32 "o" /* uint32_t */ macro
/freebsd/sys/powerpc/include/
H A D_inttypes.h85 #define PRIo32 "o" /* uint32_t */ macro
/freebsd/sys/x86/include/
H A D_inttypes.h85 #define PRIo32 "o" /* uint32_t */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcinttypes60 PRIo32
/freebsd/contrib/netbsd-tests/include/
H A Dt_inttypes.c106 PRINT(PRIo32, ui32); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp929 "File permissions of %s (remote): 0o%04" PRIo32 "\n", in DoExecute()