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

/solaris-x11-s11/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;
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsclient.h380 #define DPSSetTextProc(ctxt, tp) ((ctxt)->textProc = (tp))

Completed in 11 milliseconds