Searched defs:PRIo64 (Results 1 – 14 of 14) sorted by relevance
105 #define PRIo64 "I64o" macro
12 #define PRIo64 PRI_64_LENGTH_MODIFIER "o" macro
99 #define PRIo64 "I64o" macro125 #define PRIo64 "llo" macro
850 AC_DEFINE(PRIo64, "$1o", [define if the platform doesn't define PRIo64]) definition
112 #define PRIo64 __PRI_64_LENGTH_MODIFIER__ "o" macro
100 #define PRIo64 __PRI_64_LENGTH_MODIFIER__ "o" macro
178 # define PRIo64 "I64o" macro
131 PRIo64 = "lo" variable132 PRIo64 = "llo" variable
181 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") macro
56 #define PRIo64 "o" macro