Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dasctime.c51 static char buf_asctime[2*3 + 5*INT_STRLEN_MAXIMUM(int) + 7 + 2 + 1 + 1];
75 char year[INT_STRLEN_MAXIMUM(int) + 2]; in asctime_r()
Dstrftime.c380 char buf[INT_STRLEN_MAXIMUM(time64_t) + 1] __attribute__((__uninitialized__)); in _fmt()
Dprivate.h875 #define INT_STRLEN_MAXIMUM(type) \ macro