Searched refs:buf_asctime (Results 1 – 4 of 4) sorted by relevance
67 static char buf_asctime[MAX_ASCTIME_BUF_SIZE]; variable110 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) in asctime_r()121 return asctime_r(timeptr, buf_asctime); in asctime()
65 static char buf_asctime[MAX_ASCTIME_BUF_SIZE]; variable112 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) in asctime_r()131 return asctime_r(timeptr, buf_asctime); in asctime()