HelenOS sources

asctime_r          81 uspace/lib/posix/include/posix/time.h extern char *asctime_r(const struct tm *__restrict__ timeptr,
asctime_r         170 uspace/lib/posix/src/time.c 	return asctime_r(timeptr, buf);
HelenOS homepage, sources at GitHub