Searched refs:PRIo64 (Results 1 – 14 of 14) sorted by relevance
35 #define PRIo64 "llo" macro42 #define PRIo64 "I64o" macro88 #define PRIoLEAST64 PRIo6493 #define PRIoFAST64 PRIo6495 #define PRIoMAX PRIo64184 #define SCNo64 PRIo64188 #define SCNoLEAST64 PRIo64192 #define SCNoFAST64 PRIo64194 #define SCNoMAX PRIo64229 #define PRIoPTR PRIo64[all …]
105 #define PRIo64 "I64o" macro
179 #if !defined PRIo64 || PRI_MACROS_BROKEN180 # undef PRIo64181 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") macro277 # define PRIoLEAST64 PRIo64373 # define PRIoFAST64 PRIo64570 return PRIo64; in get_sysdep_segment_value()
166 #if !defined PRIo64167 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") macro239 # define PRIoLEAST64 PRIo64311 # define PRIoFAST64 PRIo64502 return PRIo64; in get_sysdep_segment_value()
80 snprintf(filemode, 4, "%3"PRIo64, entry->filemode); in list_op()
177 #ifndef PRIo64
79 # define PRIo64 __PRI64_PREFIX "o" macro
66 #define PRIo64 __PRI64 "o" macro
70 #define PRIo64 __PRI64 "o" macro
130 S(PRIo64) in f()