century           258 lib/replace/strptime.c   int century, want_century;
century           269 lib/replace/strptime.c   century = -1;
century           424 lib/replace/strptime.c 	  century = val;
century           930 lib/replace/strptime.c   if (century != -1)
century           933 lib/replace/strptime.c 	tm->tm_year = tm->tm_year % 100 + (century - 19) * 100;
century           936 lib/replace/strptime.c 	tm->tm_year = (century - 19) * 100;