Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dasctime.c65 static char buf_asctime[MAX_ASCTIME_BUF_SIZE]; variable
112 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) in asctime_r()
127 return asctime_r(timeptr, buf_asctime); in asctime()