Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dasctime.c51 static char buf_asctime[2*3 + 5*INT_STRLEN_MAXIMUM(int) + 7 + 2 + 1 + 1]; variable
58 # define buf_ctime buf_asctime
60 static char buf_ctime[sizeof buf_asctime];
76 char result[sizeof buf_asctime]; in asctime_r()
105 || buf == buf_ctime || buf == buf_asctime) in asctime_r()
116 return asctime_r(timeptr, buf_asctime); in asctime()