era               266 lib/replace/strptime.c   struct era_entry *era;
era               272 lib/replace/strptime.c   era = NULL;
era               710 lib/replace/strptime.c 		      era = _nl_select_era_entry (era_cnt);
era               711 lib/replace/strptime.c 		      if (match_string (era->era_name, rp))
era               726 lib/replace/strptime.c 			  era = _nl_select_era_entry (era_cnt);
era               727 lib/replace/strptime.c 			  if (match_string (era->era_name, rp))
era               765 lib/replace/strptime.c 		      era = _nl_select_era_entry (era_cnt);
era               766 lib/replace/strptime.c 		      if (recursive (era->era_format))
era               942 lib/replace/strptime.c       era = _nl_select_era_entry(era_cnt);
era               944 lib/replace/strptime.c 	tm->tm_year = (era->start_date[0]
era               945 lib/replace/strptime.c 		       + ((tm->tm_year - era->offset)
era               946 lib/replace/strptime.c 			  * era->absolute_direction));
era               949 lib/replace/strptime.c 	tm->tm_year = era->start_date[0];