Home
last modified time | relevance | path

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

/mirbsd/src/bin/dd/
Dmisc.c59 struct timeval nowtv; in summary() local
65 (void)gettimeofday(&nowtv, (struct timezone *)NULL); in summary()
66 timersub(&nowtv, &st.startv, &nowtv); in summary()
67 microsecs = ((double)nowtv.tv_sec * 1000000) + nowtv.tv_usec; in summary()
94 (long long)st.bytes, (int64_t)nowtv.tv_sec, nowtv.tv_usec / 1000, in summary()