Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dglob.c575 struct tm *nowtm; in UnLslR() local
587 nowtm = localtime(&now); in UnLslR()
588 if (nowtm == NULL) in UnLslR()
591 thisyear = nowtm->tm_year + 1900; in UnLslR()