HelenOS sources

ctime_r            84 uspace/lib/posix/include/posix/time.h extern char *ctime_r(const time_t *timer, char *buf);
ctime_r           204 uspace/lib/posix/src/time.c 	return ctime_r(timep, buf);
HelenOS homepage, sources at GitHub