HelenOS sources

clock_dev_time_get  146 uspace/app/date/date.c 	rc = clock_dev_time_get(sess, &t);
clock_dev_time_get  637 uspace/lib/c/generic/time.c 	errno_t rc = clock_dev_time_get(clock_conn, &time);
clock_dev_time_get   46 uspace/lib/c/include/device/clock_dev.h extern errno_t clock_dev_time_get(async_sess_t *, struct tm *);
clock_dev_time_get   46 uspace/lib/posix/include/libc/device/clock_dev.h extern errno_t clock_dev_time_get(async_sess_t *, struct tm *);
HelenOS homepage, sources at GitHub