Searched refs:gmtime_r (Results 1 – 16 of 16) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/ |
H A D | 0001-Link-with-libm-for-floor-function.patch | 48 -gmtime_r 49 +gmtime_r \
|
/openbmc/linux/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 209 gmtime_r(&secs, (struct tm *)&tm); in TEST_F() 267 gmtime_r(&secs, (struct tm *)&alarm.time); in TEST_F() 319 gmtime_r(&secs, (struct tm *)&tm); 377 gmtime_r(&secs, (struct tm *)&alarm.time);
|
/openbmc/qemu/include/sysemu/ |
H A D | os-win32.h | 94 #undef gmtime_r 95 struct tm *gmtime_r(const time_t *timep, struct tm *result);
|
/openbmc/qemu/tests/qtest/ |
H A D | m48t59-test.c | 174 gmtime_r(&ts, &start); in bcd_check_time() 182 gmtime_r(&ts, &end); in bcd_check_time()
|
H A D | rtc-test.c | 141 gmtime_r(&ts, &start); in check_time() 149 gmtime_r(&ts, &end); in check_time() 276 gmtime_r(&ts, &now); in alarm_time()
|
/openbmc/qemu/system/ |
H A D | rtc.c | 79 gmtime_r(&ti, tm); in qemu_get_timedate()
|
/openbmc/bmcweb/http/ |
H A D | http_server.hpp | 57 gmtime_r(&lastTimeT, &myTm); in updateDateStr()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_rtc.c | 51 gmtime_r(&guest_s, tm); in spapr_rtc_read()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/ |
H A D | sblim-sfcb_1.4.9.bb | 91 # sblim-sfcb-1.4.9/trace.c:214:18: error: passing argument 1 of 'gmtime_r' from incompatible pointe…
|
/openbmc/ipmi-fru-parser/ |
H A D | frup.cpp | 181 gmtime_r(&t, &tm); in _to_time_str()
|
/openbmc/qemu/util/ |
H A D | oslib-win32.c | 80 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r() function
|
/openbmc/openpower-proc-control/extensions/phal/ |
H A D | phal_error.cpp | 227 gmtime_r(&t, &myTm); in processLogTraceCallback()
|
/openbmc/qemu/hw/rtc/ |
H A D | mc146818rtc.c | 637 gmtime_r(&guest_sec, &ret); in rtc_update_time()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_dcmi.c | 1368 gmtime_r(&t, &tm_t); in ipmi_dcmi_pwr_rd() 2859 gmtime_r(&t, &tm_t); in ipmi_nm_get_statistics()
|
/openbmc/u-boot/tools/ |
H A D | mxsimage.c | 305 ret = gmtime_r(&seconds_to_now, tm); in sb_get_time()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | insane.bbclass | 508 "ctime", "ctime_r", "difftime", "gmtime", "gmtime_r", "localtime",
|