Searched refs:nowtm (Results 1 – 1 of 1) sorted by relevance
575 struct tm *nowtm; in UnLslR() local587 nowtm = localtime(&now); in UnLslR()588 if (nowtm == NULL) in UnLslR()591 thisyear = nowtm->tm_year + 1900; in UnLslR()