Home
last modified time | relevance | path

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

/third_party/tzdata/
Dasctime.c67 static char buf_asctime[MAX_ASCTIME_BUF_SIZE]; variable
110 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) in asctime_r()
121 return asctime_r(timeptr, buf_asctime); in asctime()
/third_party/skia/third_party/externals/icu/source/tools/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()
131 return asctime_r(timeptr, buf_asctime); in asctime()
/third_party/flutter/skia/third_party/externals/icu/source/tools/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()
131 return asctime_r(timeptr, buf_asctime); in asctime()
/third_party/icu/icu4c/source/tools/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()
131 return asctime_r(timeptr, buf_asctime); in asctime()