Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/libarchive/libarchive/
Darchive_getdate.c705 errno_t terr; in Convert() local
738 terr = _localtime64_s(&tmbuf, &tmptime); in Convert()
739 if (terr) in Convert()
762 errno_t terr; in DSTcorrect() local
770 terr = _localtime64_s(&tmbuf, &tmptime); in DSTcorrect()
771 if (terr) in DSTcorrect()
783 terr = _localtime64_s(&tmbuf, &tmptime); in DSTcorrect()
784 if (terr) in DSTcorrect()
806 errno_t terr; in RelativeDate() local
815 terr = _gmtime64_s(&tmbuf, &tmptime); in RelativeDate()
[all …]
Darchive_write_set_format_warc.c336 errno_t terr; in xstrftime() local
347 terr = _gmtime64_s(&timeHere, &tmptime); in xstrftime()
348 if (terr) in xstrftime()
Darchive_write_set_format_zip.c1385 errno_t terr; in dos_time() local
1395 terr = _localtime64_s(&tmbuf, &tmptime); in dos_time()
1396 if (terr) in dos_time()
Darchive_read_support_format_rar.c1728 errno_t terr; in read_exttime() local
1766 terr = _localtime64_s(&tmbuf, &tmptime); in read_exttime()
1767 if (terr) in read_exttime()
/freebsd-10-stable/usr.bin/touch/
Dtouch.c233 goto terr; in stime_arg1()
266 goto terr; in stime_arg1()
272 goto terr; in stime_arg1()
277 terr: in stime_arg1()
/freebsd-10-stable/usr.bin/last/
Dlast.c513 goto terr; in dateconv()
550 goto terr; in dateconv()
555 terr: errx(1, in dateconv()
/freebsd-10-stable/contrib/libarchive/tar/
Dutil.c674 errno_t terr; local
752 terr = _localtime64_s(&tmbuf, &tmptime);
753 if (terr)
/freebsd-10-stable/usr.bin/at/
Dat.c661 goto terr; in ttime()
691 goto terr; in ttime()
699 terr: in ttime()
/freebsd-10-stable/contrib/ntp/ntpd/
Djupiter.h107 u_short terr[2]; member
/freebsd-10-stable/contrib/libarchive/cpio/
Dcpio.c1145 errno_t terr; in list_item_verbose() local
1199 terr = _localtime64_s(&tmbuf, &tmptime); in list_item_verbose()
1200 if (terr) in list_item_verbose()