Searched refs:buf_asctime (Results 1 – 1 of 1) sorted by relevance
51 static char buf_asctime[2*3 + 5*INT_STRLEN_MAXIMUM(int) + 7 + 2 + 1 + 1]; variable58 # define buf_ctime buf_asctime60 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()