Searched refs:ptm (Results 1 – 1 of 1) sorted by relevance
367 struct tm* ptm; in setModWhen() local374 ptm = localtime_r(&even, &tmResult); in setModWhen()376 ptm = localtime(&even); in setModWhen()380 year = ptm->tm_year; in setModWhen()384 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday; in setModWhen()385 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1; in setModWhen()