Searched refs:terr (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/contrib/libarchive/libarchive/ |
| D | archive_getdate.c | 705 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 …]
|
| D | archive_write_set_format_warc.c | 336 errno_t terr; in xstrftime() local 347 terr = _gmtime64_s(&timeHere, &tmptime); in xstrftime() 348 if (terr) in xstrftime()
|
| D | archive_write_set_format_zip.c | 1385 errno_t terr; in dos_time() local 1395 terr = _localtime64_s(&tmbuf, &tmptime); in dos_time() 1396 if (terr) in dos_time()
|
| D | archive_read_support_format_rar.c | 1728 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/ |
| D | touch.c | 233 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/ |
| D | last.c | 513 goto terr; in dateconv() 550 goto terr; in dateconv() 555 terr: errx(1, in dateconv()
|
| /freebsd-10-stable/contrib/libarchive/tar/ |
| D | util.c | 674 errno_t terr; local 752 terr = _localtime64_s(&tmbuf, &tmptime); 753 if (terr)
|
| /freebsd-10-stable/usr.bin/at/ |
| D | at.c | 661 goto terr; in ttime() 691 goto terr; in ttime() 699 terr: in ttime()
|
| /freebsd-10-stable/contrib/ntp/ntpd/ |
| D | jupiter.h | 107 u_short terr[2]; member
|
| /freebsd-10-stable/contrib/libarchive/cpio/ |
| D | cpio.c | 1145 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()
|