Home
last modified time | relevance | path

Searched refs:tsnow (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c113 struct timespec tsnow; in evNowTime() local
120 if (clock_gettime(m, &tsnow) == 0) in evNowTime()
121 return (tsnow); in evNowTime()
132 struct timespec tsnow; in evUTCTime() local
133 if (clock_gettime(CLOCK_REALTIME, &tsnow) == 0) in evUTCTime()
134 return (tsnow); in evUTCTime()