Home
last modified time | relevance | path

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

/dragonfly/tools/tools/netrate/netblast/
H A Dnetblast.c70 struct timespec starttime, tmptime; in blast_loop() local
80 if (clock_getres(CLOCK_REALTIME, &tmptime) == -1) { in blast_loop()
122 if (clock_gettime(CLOCK_REALTIME, &tmptime) == -1) { in blast_loop()
130 printf("finish: %zd.%09lu\n", tmptime.tv_sec, in blast_loop()
131 tmptime.tv_nsec); in blast_loop()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_getdate.c706 __time64_t tmptime; in Convert() local
737 tmptime = Julian; in Convert()
763 __time64_t tmptime; in DSTcorrect() local
769 tmptime = Start; in DSTcorrect()
782 tmptime = Future; in DSTcorrect()
807 __time64_t tmptime; in RelativeDate() local
814 tmptime = t; in RelativeDate()
851 tmptime = Start; in RelativeMonth()
1011 tmptime = now; in __archive_get_date()
1032 tmptime = now; in __archive_get_date()
[all …]
H A Darchive_write_set_format_warc.c337 __time64_t tmptime; in xstrftime() local
346 tmptime = t; in xstrftime()
347 terr = _gmtime64_s(&timeHere, &tmptime); in xstrftime()
H A Darchive_write_set_format_zip.c1390 __time64_t tmptime; in dos_time() local
1398 tmptime = unix_time; in dos_time()
1399 terr = _localtime64_s(&tmbuf, &tmptime); in dos_time()
H A Darchive_write_set_format_xar.c910 __time64_t tmptime; in xmlwrite_time() local
916 tmptime = t; in xmlwrite_time()
917 _gmtime64_s(&tm, &tmptime); in xmlwrite_time()
H A Darchive_read_support_format_rar.c1832 __time64_t tmptime; in read_exttime() local
1868 tmptime = t; in read_exttime()
1869 terr = _localtime64_s(&tmbuf, &tmptime); in read_exttime()
/dragonfly/contrib/libarchive/tar/
H A Dutil.c675 __time64_t tmptime; local
751 tmptime = tim;
752 terr = _localtime64_s(&tmbuf, &tmptime);
/dragonfly/contrib/libarchive/cpio/
H A Dcpio.c1159 __time64_t tmptime; in list_item_verbose() local
1211 tmptime = mtime; in list_item_verbose()
1212 terr = _localtime64_s(&tmbuf, &tmptime); in list_item_verbose()