Searched refs:ptm (Results 1 – 1 of 1) sorted by relevance
365 struct tm* ptm; in setModWhen() local372 ptm = localtime_r(&even, &tmResult); in setModWhen()374 ptm = localtime(&even); in setModWhen()378 year = ptm->tm_year; in setModWhen()382 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday; in setModWhen()383 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1; in setModWhen()