asctime_r
char *asctime_r(const struct tm *__restrict, char *__restrict)
PROTO_NORMAL(asctime_r);
DEF_WEAK(asctime_r);
return asctime_r(localtime_r(timep, &mytm), buf);
asctime_r(&datetm, tbuf);
asctime_r(&datetm, timebuf);
asctime_r(&datetm, timebuf);
asctime_r(&datetm, timebuf);
asctime_r(&t, timebuf);
asctime_r(&t, timebuf);
asctime_r(gmtime(&t), s);
asctime_r(gmtime(&t), s);
asctime_r(gmtime(&t), s);
asctime_r(gmtime(&t), s);