Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dasctime.c58 # define buf_ctime buf_asctime macro
60 static char buf_ctime[sizeof buf_asctime]; variable
105 || buf == buf_ctime || buf == buf_asctime) in asctime_r()
130 return ctime_r(timep, buf_ctime); in ctime()