Home
last modified time | relevance | path

Searched refs:PRIuMAX (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/tzcode/
Dprivate.h410 #ifndef PRIuMAX
412 # define PRIuMAX "llu" macro
414 # define PRIuMAX "lu" macro
Dstrftime.c403 sprintf(buf, "%"PRIuMAX, n); in _fmt()
/bionic/libc/include/
Dinttypes.h157 #define PRIuMAX "ju" /* uintmax_t */ macro