Searched defs:PRIiMAX (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Libc-1044.1.2/include/
H A Dinttypes.h133 # define PRIiMAX __PRI_MAX_LENGTH_MODIFIER__ "i" macro
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dinttypes.h84 #define PRIiMAX "I64i" macro
/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A Dloadmsgcat.c392 # undef PRIiMAX macro
393 # define PRIiMAX (sizeof (uintmax_t) == sizeof (long) ? "li" : "lli") macro
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Dloadmsgcat.c392 # undef PRIiMAX macro
393 # define PRIiMAX (sizeof (uintmax_t) == sizeof (long) ? "li" : "lli") macro
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dinttypes_.h498 # undef PRIiMAX macro
500 # define PRIiMAX PRIi64 macro
502 # define PRIiMAX "li" macro

Completed in 149 milliseconds