Home
last modified time | relevance | path

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

/freebsd-12-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.c1389 errno_t terr; in dos_time() local
1399 terr = _localtime64_s(&tmbuf, &tmptime); in dos_time()
1400 if (terr) in dos_time()
Darchive_read_support_format_rar.c1837 errno_t terr; in read_exttime() local
1875 terr = _localtime64_s(&tmbuf, &tmptime); in read_exttime()
1876 if (terr) in read_exttime()
/freebsd-12-stable/contrib/libarchive/cpio/test/
Dtest_option_t.c44 errno_t terr; in DEFINE_TEST() local
102 terr = _localtime64_s(&tmbuf, &tmptime); in DEFINE_TEST()
103 if (terr) in DEFINE_TEST()
/freebsd-12-stable/usr.bin/touch/
Dtouch.c235 goto terr; in stime_arg1()
268 goto terr; in stime_arg1()
274 goto terr; in stime_arg1()
279 terr: in stime_arg1()
/freebsd-12-stable/contrib/libarchive/libarchive/test/
Dtest_write_format_zip_file.c81 errno_t terr; in DEFINE_TEST() local
105 terr = _localtime64_s(&tmbuf, &tmptime); in DEFINE_TEST()
106 if (terr) in DEFINE_TEST()
Dtest_write_format_zip_file_zip64.c83 errno_t terr; in DEFINE_TEST() local
106 terr = _localtime64_s(&tmbuf, &tmptime); in DEFINE_TEST()
107 if (terr) in DEFINE_TEST()
Dtest_write_format_zip_compression_store.c136 errno_t terr; in verify_uncompressed_contents() local
147 terr = _localtime64_s(&tmbuf, &tmptime); in verify_uncompressed_contents()
148 if (terr) in verify_uncompressed_contents()
/freebsd-12-stable/usr.bin/last/
Dlast.c583 goto terr; in dateconv()
620 goto terr; in dateconv()
625 terr: xo_errx(1, in dateconv()
/freebsd-12-stable/contrib/libarchive/tar/
Dutil.c675 errno_t terr; local
753 terr = _localtime64_s(&tmbuf, &tmptime);
754 if (terr)
/freebsd-12-stable/usr.bin/at/
Dat.c664 goto terr; in ttime()
694 goto terr; in ttime()
702 terr: in ttime()
/freebsd-12-stable/contrib/ntp/ntpd/
Djupiter.h107 u_short terr[2]; member
/freebsd-12-stable/contrib/libarchive/cpio/
Dcpio.c1158 errno_t terr; in list_item_verbose() local
1212 terr = _localtime64_s(&tmbuf, &tmptime); in list_item_verbose()
1213 if (terr) in list_item_verbose()
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
Dfman_tgec.c148 ret_val = GET_TGEC_CNTR_64(terr); in fman_tgec_get_counter()
Dfman_memac.c436 ret_val = GET_MEMAC_CNTR_64(terr); in fman_memac_get_counter()
/freebsd-12-stable/contrib/libarchive/test_utils/
Dtest_main.c3875 errno_t terr; in main() local
4116 terr = _localtime64_s(&tmbuf, &tmptime); in main()
4117 if (terr) in main()