Searched refs:terr (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.c705 errno_t terr; local
738 terr = _localtime64_s(&tmbuf, &tmptime);
739 if (terr)
762 errno_t terr; local
770 terr = _localtime64_s(&tmbuf, &tmptime);
771 if (terr)
783 terr = _localtime64_s(&tmbuf, &tmptime);
784 if (terr)
806 errno_t terr; local
815 terr
842 errno_t terr; local
997 errno_t terr; local
[all...]
H A Darchive_write_set_format_warc.c339 errno_t terr;
350 terr = _gmtime64_s(&timeHere, &tmptime);
351 if (terr)
336 errno_t terr; local
H A Darchive_write_set_format_zip.c1385 errno_t terr; local
1395 terr = _localtime64_s(&tmbuf, &tmptime);
1396 if (terr)
H A Darchive_read_support_format_rar.c1735 errno_t terr; local
1773 terr = _localtime64_s(&tmbuf, &tmptime);
1774 if (terr)
/freebsd-11-stable/usr.bin/touch/
H A Dtouch.c233 goto terr;
266 goto terr;
272 goto terr;
277 terr:
/freebsd-11-stable/tools/tools/locale/tools/
H A Dutf8-rollup.pl213 my $terr = shift;
217 if ($terr eq "ja_JP") {
/freebsd-11-stable/usr.bin/last/
H A Dlast.c568 goto terr;
605 goto terr;
610 terr: xo_errx(1,
/freebsd-11-stable/contrib/libarchive/tar/
H A Dutil.c674 errno_t terr; local
752 terr = _localtime64_s(&tmbuf, &tmptime);
753 if (terr)
/freebsd-11-stable/usr.bin/at/
H A Dat.c664 goto terr;
694 goto terr;
702 terr:
/freebsd-11-stable/contrib/ntp/ntpd/
H A Djupiter.h107 u_short terr[2]; member in struct:jgpos
/freebsd-11-stable/contrib/libarchive/cpio/
H A Dcpio.c1158 errno_t terr; local
1212 terr = _localtime64_s(&tmbuf, &tmptime);
1213 if (terr)

Completed in 229 milliseconds