Home
last modified time | relevance | path

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

/third_party/tzdata/
H A Dasctime.c51 static char buf_asctime[2*3 + 5*INT_STRLEN_MAXIMUM(int) + 7 + 2 + 1 + 1]; variable
58 # define buf_ctime buf_asctime
60 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()
/third_party/icu/icu4c/source/tools/tzcode/
H A 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/skia/third_party/externals/icu/source/tools/tzcode/
H A 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()

Completed in 1 milliseconds