Home
last modified time | relevance | path

Searched refs:relyear (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dstrptime.c73 static int century, relyear; in _strptime() local
77 relyear = -1; in _strptime()
330 relyear = -1; in _strptime()
336 if (!(_conv_num(&bp, &relyear, 0, 99))) in _strptime()
362 if (relyear != -1) { in _strptime()
364 if (relyear <= 68) in _strptime()
365 tm->tm_year = relyear + 2000 - TM_YEAR_BASE; in _strptime()
367 tm->tm_year = relyear + 1900 - TM_YEAR_BASE; in _strptime()
369 tm->tm_year = relyear + century - TM_YEAR_BASE; in _strptime()