Home
last modified time | relevance | path

Searched refs:PRIiMAX (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/intl/
Dloadmsgcat.c379 #if !defined PRIiMAX || PRI_MACROS_BROKEN
380 # undef PRIiMAX
381 # define PRIiMAX (sizeof (uintmax_t) == sizeof (long) ? "li" : "lli") macro
701 return PRIiMAX; in get_sysdep_segment_value()
/glibc-2.36/stdlib/
Dinttypes.h152 # define PRIiMAX __PRI64_PREFIX "i" macro
/glibc-2.36/conform/data/
Dinttypes.h-data152 macro PRIiMAX
/glibc-2.36/ChangeLog.old/
DChangeLog.1874886 [C99-based-standards] (PRIiMAX): Likewise.