Searched refs:timep (Results 1 – 4 of 4) sorted by relevance
80 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r() argument 82 struct tm *p = gmtime(timep); in gmtime_r() 92 struct tm *localtime_r(const time_t *timep, struct tm *result) in localtime_r() argument 94 struct tm *p = localtime(timep); in localtime_r()
618 time_t timep; in ipmiStorageGetSelTimeUtcOffset() local 622 time(&timep); in ipmiStorageGetSelTimeUtcOffset() 623 localTime = localtime(&timep); in ipmiStorageGetSelTimeUtcOffset() 625 gmTime = gmtime(&timep); in ipmiStorageGetSelTimeUtcOffset()
86 @@ -308,7 +309,7 @@ static void time_protocol( unsigned char *timep )93 timep[0] = base1900 >> 24;94 timep[1] = base1900 >> 16;
127 +struct tm *localtime (const time_t *timep);