Searched refs:asctime_r (Results 1 - 7 of 7) sorted by relevance

/external/chromium/third_party/icu/source/tools/tzcode/
H A Dprivate.h76 #define asctime_r _incompatible_asctime_r macro
162 ** Some time.h implementations don't declare asctime_r.
167 #ifndef asctime_r
168 extern char * asctime_r(struct tm const *, char *);
268 #undef asctime_r macro
270 char *asctime_r(struct tm const *, char *);
H A Dasctime.c78 asctime_r(timeptr, buf) function
137 return asctime_r(timeptr, buf_asctime);
H A Dlocaltime.c1584 return asctime_r(localtime_r(timep, &mytm), buf);
/external/icu4c/tools/tzcode/
H A Dprivate.h76 #define asctime_r _incompatible_asctime_r macro
162 ** Some time.h implementations don't declare asctime_r.
167 #ifndef asctime_r
168 extern char * asctime_r(struct tm const *, char *);
268 #undef asctime_r macro
270 char *asctime_r(struct tm const *, char *);
H A Dasctime.c78 asctime_r(timeptr, buf) function
137 return asctime_r(timeptr, buf_asctime);
H A Dlocaltime.c1584 return asctime_r(localtime_r(timep, &mytm), buf);
/external/chromium/base/
H A Dpr_time_unittest.cc60 asctime_r(&local_time, time_buf);

Completed in 330 milliseconds