t_mon             961 lib/replace/strptime.c 	  int t_mon = 0;
t_mon             962 lib/replace/strptime.c 	  while (__mon_yday[__isleap(1900 + tm->tm_year)][t_mon] <= tm->tm_yday)
t_mon             963 lib/replace/strptime.c 	      t_mon++;
t_mon             965 lib/replace/strptime.c 	      tm->tm_mon = t_mon - 1;
t_mon             969 lib/replace/strptime.c 		 - __mon_yday[__isleap(1900 + tm->tm_year)][t_mon - 1] + 1);