Searched refs:currenttime (Results 1 – 1 of 1) sorted by relevance
4191 struct tm* currenttime; in t2p_pdf_currenttime() local4200 currenttime = localtime(&timenow); in t2p_pdf_currenttime()4203 (currenttime->tm_year + 1900) % 65536, in t2p_pdf_currenttime()4204 (currenttime->tm_mon + 1) % 256, in t2p_pdf_currenttime()4205 (currenttime->tm_mday) % 256, in t2p_pdf_currenttime()4206 (currenttime->tm_hour) % 256, in t2p_pdf_currenttime()4207 (currenttime->tm_min) % 256, in t2p_pdf_currenttime()4208 (currenttime->tm_sec) % 256); in t2p_pdf_currenttime()