Searched refs:PRIxMAX (Results 1 – 1 of 1) sorted by relevance
391 #if !defined PRIxMAX || PRI_MACROS_BROKEN392 # undef PRIxMAX393 # define PRIxMAX (sizeof (uintmax_t) == sizeof (long) ? "lx" : "llx") macro707 return PRIxMAX; in get_sysdep_segment_value()
Completed in 5 milliseconds