Searched refs:INT_STRLEN_MAXIMUM (Results 1 – 3 of 3) sorted by relevance
51 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()
380 char buf[INT_STRLEN_MAXIMUM(time64_t) + 1] __attribute__((__uninitialized__)); in _fmt()
875 #define INT_STRLEN_MAXIMUM(type) \ macro