Home
last modified time | relevance | path

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

/freebsd-head/contrib/tzcode/
HDasctime.c53 static char buf_asctime[2*3 + 5*INT_STRLEN_MAXIMUM(int) + 7 + 2 + 1 + 1]; variable
60 # define buf_ctime buf_asctime
62 static char buf_ctime[sizeof buf_asctime];
90 char result[sizeof buf_asctime]; in asctime_r()
119 || buf == buf_ctime || buf == buf_asctime) in asctime_r()
130 return asctime_r(timeptr, buf_asctime); in asctime()