Searched refs:tm (Results 1 – 1 of 1) sorted by relevance
93 struct tm tm; in tomoyo_convert_time() local95 time64_to_tm(time64, 0, &tm); in tomoyo_convert_time()96 stamp->sec = tm.tm_sec; in tomoyo_convert_time()97 stamp->min = tm.tm_min; in tomoyo_convert_time()98 stamp->hour = tm.tm_hour; in tomoyo_convert_time()99 stamp->day = tm.tm_mday; in tomoyo_convert_time()100 stamp->month = tm.tm_mon + 1; in tomoyo_convert_time()101 stamp->year = tm.tm_year + 1900; in tomoyo_convert_time()