Searched refs:date (Results 1 – 8 of 8) sorted by relevance
26 date-opts = -d @$(SOURCE_DATE_EPOCH)28 DATE_STR = `LC_ALL=C date -u $(date-opts)`
112 uint32_t date = 0; in atmel_decode_date() local117 date = atmel_rtc_read(cal_reg); in atmel_decode_date()119 (date != atmel_rtc_read(cal_reg))); in atmel_decode_date()121 tm->tm_wday = bcd_decode(RTC_VAL(CAL_DAY, date)) - 1; in atmel_decode_date()122 tm->tm_mday = bcd_decode(RTC_VAL(CAL_DATE, date)); in atmel_decode_date()123 tm->tm_mon = bcd_decode(RTC_VAL(CAL_MONTH, date)) - 1; in atmel_decode_date()124 tm->tm_year = bcd_decode(RTC_VAL(CAL_CENT, date)) * 100; in atmel_decode_date()125 tm->tm_year += bcd_decode(RTC_VAL(CAL_YEAR, date)); in atmel_decode_date()
95 as of the date such litigation is filed.310 stating that you changed the files and the date of any change.
41 …pment are CMake and GNU Make. Those systems are always complete and up-to-date. The others should …
1 Mbed TLS ChangeLog (Sorted per branch, date)4480 * Fix check for validity of date when parsing in mbedtls_x509_get_time().5271 * The notAfter date of some certificates was no longer checked since 1.3.5.5274 it is not affected (ie, its notAfter date is properly checked).6183 the existing date check
91 as of the date such litigation is filed.
483 have no tags. "Borrowed" tag content formats (e.g. an epoch-based date
512 # OP-TEE - version 3.14.0 (target date: 2021-07-16)