Home
last modified time | relevance | path

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

/src/contrib/ntp/util/
H A Dtg2.c554 struct timeval TimeValue; /* System clock at startup */ local
1055 …gettimeofday(&TimeValue, NULL); // Now always read the system time to keep "real time" of operati…
1056 NowRealTime = BaseRealTime = SecondsPartOfTime = TimeValue.tv_sec;
1084 delay(SECOND - TimeValue.tv_usec * 8 / 1000);
2053 gettimeofday(&TimeValue, NULL);
2054 NowRealTime = TimeValue.tv_sec;
/src/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c777 static struct timeval TimeValue = { 0 }; in process_rings() local
802 (poll == 0)? (struct timeval *)0 : &TimeValue)) < 0) { in process_rings()
/src/contrib/telnet/telnet/
H A Dsys_bsd.c847 static struct timeval TimeValue = { 0, 0 }; in process_rings() local
890 (poll == 0)? (struct timeval *)0 : &TimeValue)) < 0) { in process_rings()