Searched refs:PRIiMAX (Results 1 – 4 of 4) sorted by relevance
379 #if !defined PRIiMAX || PRI_MACROS_BROKEN380 # undef PRIiMAX381 # define PRIiMAX (sizeof (uintmax_t) == sizeof (long) ? "li" : "lli") macro701 return PRIiMAX; in get_sysdep_segment_value()
152 # define PRIiMAX __PRI64_PREFIX "i" macro
152 macro PRIiMAX
74886 [C99-based-standards] (PRIiMAX): Likewise.