Searched refs:tmptime (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/tools/tools/netrate/netsend/
H A Dnetsend.c141 struct timespec nexttime, starttime, tmptime; local
152 if (clock_getres(CLOCK_REALTIME, &tmptime) == -1) {
158 if (timespec_ge(&tmptime, &a->interval))
162 (intmax_t)tmptime.tv_sec, tmptime.tv_nsec);
178 tmptime.tv_sec = 2;
179 tmptime.tv_nsec = 0;
180 timespec_add(&starttime, &tmptime);
211 if (wait_time(nexttime, &tmptime, &waited) == -1)
247 if (a->duration != 0 && tmptime
[all...]
/freebsd-11-stable/tools/tools/netrate/netblast/
H A Dnetblast.c70 struct timespec starttime, tmptime; local
80 if (clock_getres(CLOCK_REALTIME, &tmptime) == -1) {
122 if (clock_gettime(CLOCK_REALTIME, &tmptime) == -1) {
130 printf("finish: %zd.%09lu\n", tmptime.tv_sec,
131 tmptime.tv_nsec);
/freebsd-11-stable/contrib/ntp/util/
H A Dsht.c206 struct timespec tmptime; local
207 if (0 == clock_gettime(CLOCK_REALTIME, &tmptime)) {
208 rcv_sec = tmptime.tv_sec;
209 rcv_frc = (u_int)tmptime.tv_nsec;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.c706 __time64_t tmptime; local
737 tmptime = Julian;
738 terr = _localtime64_s(&tmbuf, &tmptime);
763 __time64_t tmptime; local
769 tmptime = Start;
770 terr = _localtime64_s(&tmbuf, &tmptime);
782 tmptime = Future;
783 terr = _localtime64_s(&tmbuf, &tmptime);
807 __time64_t tmptime; local
814 tmptime
843 __time64_t tmptime; local
998 __time64_t tmptime; local
[all...]
H A Darchive_write_set_format_warc.c340 __time64_t tmptime;
349 tmptime = t;
350 terr = _gmtime64_s(&timeHere, &tmptime);
337 __time64_t tmptime; local
H A Darchive_write_set_format_zip.c1386 __time64_t tmptime; local
1394 tmptime = unix_time;
1395 terr = _localtime64_s(&tmbuf, &tmptime);
H A Darchive_write_set_format_xar.c910 __time64_t tmptime; local
916 tmptime = t;
917 _gmtime64_s(&tm, &tmptime);
H A Darchive_read_support_format_rar.c1736 __time64_t tmptime; local
1772 tmptime = t;
1773 terr = _localtime64_s(&tmbuf, &tmptime);
/freebsd-11-stable/contrib/libarchive/tar/
H A Dutil.c675 __time64_t tmptime; local
751 tmptime = tim;
752 terr = _localtime64_s(&tmbuf, &tmptime);
/freebsd-11-stable/contrib/libarchive/cpio/
H A Dcpio.c1159 __time64_t tmptime; local
1211 tmptime = mtime;
1212 terr = _localtime64_s(&tmbuf, &tmptime);

Completed in 140 milliseconds