Lines Matching refs:PRIdMAX
387 #if !defined PRIdMAX || PRI_MACROS_BROKEN388 # undef PRIdMAX389 # define PRIdMAX (sizeof (uintmax_t) == sizeof (long) ? "ld" : "lld")719 return PRIdMAX;