Searched refs:get_era_info (Results 1 – 2 of 2) sorted by relevance
408 get_era_info (const struct tm *tim_p, const wchar_t *era) in get_era_info() function410 get_era_info (const struct tm *tim_p, const char *era) in get_era_info()736 *era_info = get_era_info (tim_p, _CurrentTimeLocale->wera); in __strftime()739 *era_info = get_era_info (tim_p, _CurrentTimeLocale->era); in __strftime()
3918 * libc/time/strftime.c (get_era_info): Fix off-by-one error in month5097 (get_era_info): New function to fetch era info matching incoming