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

/solaris-x11-s12/open-src/util/build-tools/sun-src/
H A Dtime.c124 gettimeofday(struct timeval *tp, void *tzp) argument
133 if ((result = (fptr)(tp, tzp)) == 0) {
137 tp->tv_sec = curtime;
144 clock_gettime(clockid_t clock_id, struct timespec *tp) argument
153 if ((result = (fptr)(clock_id, tp)) == 0) {
157 tp->tv_sec = curtime;

Completed in 18 milliseconds