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

/system/core/libcutils/
H A Dprivate.h80 #define asctime_r _incompatible_asctime_r macro
232 ** Some time.h implementations don't declare asctime_r.
237 #ifndef asctime_r
238 extern char * asctime_r();
338 #undef asctime_r macro
340 char *asctime_r P((struct tm const *, char *));
H A Dtztime.c1558 return asctime_r(localtime_r(timep, &mytm), buf);
/system/core/toolbox/
H A Dalarm.c89 asctime_r(&tm, strbuf);
100 asctime_r(&tm, strbuf);
123 asctime_r(&tm, strbuf);

Completed in 53 milliseconds