Home
last modified time | relevance | path

Searched refs:PRIoPTR (Results 1 – 8 of 8) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/crt/
Dinttypes.h229 #define PRIoPTR PRIo64 macro
241 #define PRIoPTR "o" macro
/third_party/e2fsprogs/intl/
Dloadmsgcat.c425 #if !defined PRIoPTR || PRI_MACROS_BROKEN
426 # undef PRIoPTR
427 # define PRIoPTR \ macro
740 return PRIoPTR; in get_sysdep_segment_value()
/third_party/uboot/u-boot-2020.01/include/
Dinttypes.h150 # define PRIoPTR __PRIPTR_PREFIX "o" macro
/third_party/musl/include/
Dinttypes.h132 #define PRIoPTR __PRIPTR "o" macro
/third_party/musl/porting/liteos_a/kernel/include/
Dinttypes.h132 #define PRIoPTR __PRIPTR "o" macro
/third_party/musl/porting/liteos_m/kernel/include/
Dinttypes.h136 #define PRIoPTR __PRIPTR "o" macro
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c352 #if !defined PRIoPTR
353 # define PRIoPTR \ macro
672 return PRIoPTR; in get_sysdep_segment_value()
/third_party/musl/libc-test/src/api/
Dinttypes.c140 S(PRIoPTR) in f()