Home
last modified time | relevance | path

Searched refs:timep (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/util/
H A Doslib-win32.c80 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()
/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp618 time_t timep; in ipmiStorageGetSelTimeUtcOffset() local
622 time(&timep); in ipmiStorageGetSelTimeUtcOffset()
623 localTime = localtime(&timep); in ipmiStorageGetSelTimeUtcOffset()
625 gmTime = gmtime(&timep); in ipmiStorageGetSelTimeUtcOffset()
/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd/
H A D0001-Use-monotonic-time.patch86 @@ -308,7 +309,7 @@ static void time_protocol( unsigned char *timep )
93 timep[0] = base1900 >> 24;
94 timep[1] = base1900 >> 16;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A D0003-ISO-C23-Port-the-code-to-ISO-C23.patch127 +struct tm *localtime (const time_t *timep);