Searched refs:hun (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctime.c191 uint_t hun = 19 + (t->tm_year / 100); local
192 cp[1] = (hun / 10) + '0';
193 cp[2] = (hun % 10) + '0';

Completed in 57 milliseconds