Searched defs:curtime (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/tools/
H A Dtime.c136 time_t curtime = time_constant(); local
138 if (curtime != (time_t)-1)
139 tp->tv_sec = curtime;
156 time_t curtime = time_constant(); local
158 if (curtime != (time_t)-1)
159 tp->tv_sec = curtime;
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c1785 long curtime; local
1787 curtime = time(&curtime);
1788 if (prevtime != curtime) {
1818 refrate = refrate / (curtime - prevtime);
1821 prevtime = curtime;

Completed in 22 milliseconds