Home
last modified time | relevance | path

Searched refs:localtime_r (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dtime.h70 _DEFUN (localtime_r, (tim_p, res),
150 return asctime_r (localtime_r (tim_p, &tm), result);
/openbmc/qemu/include/sysemu/
H A Dos-win32.h96 #undef localtime_r
97 struct tm *localtime_r(const time_t *timep, struct tm *result);
/openbmc/u-boot/drivers/misc/
H A Daltera_sysid.c42 localtime_r(&stamp, &t); in display_sysid()
/openbmc/qemu/system/
H A Drtc.c82 localtime_r(&ti, tm); in qemu_get_timedate()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/
H A D0001-adjust-for-64bit-time_t.patch94 strftime(buf, sizeof(buf), "%FT%T%z", localtime_r(&(de->de_start), &tm));
105 strftime(buf, sizeof(buf), "%FT%T%z", localtime_r(&(de->de_start), &tm));
/openbmc/linux/samples/vfs/
H A Dtest-statx.c56 if (!localtime_r(&tim, &tm)) { in print_time()
/openbmc/linux/tools/perf/util/
H A Ddebug.c66 if (localtime_r(&tod.tv_sec, &ltime) == NULL) in fprintf_time()
H A Dtime-utils.c550 if (gettimeofday(&tv, NULL) || !localtime_r(&tv.tv_sec, &tm)) in fetch_current_timestamp()
H A Dheader.c1796 if (localtime_r(&tod_ns.tv_sec, &ltime) == NULL) in print_clock_data()
/openbmc/qemu/tests/qtest/
H A Dm48t59-test.c131 localtime_r(&ts, &dummy); in cmos_get_date_time()
H A Drtc-test.c105 localtime_r(&ts, &dummy); in cmos_get_date_time()
/openbmc/linux/tools/perf/jvmti/
H A Djvmti_agent.c139 localtime_r(&t, &tm); in create_jit_cache_dir()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch135 + * Define this if we have localtime_r().
/openbmc/qemu/util/
H A Doslib-win32.c92 struct tm *localtime_r(const time_t *timep, struct tm *result) in localtime_r() function
/openbmc/linux/tools/perf/
H A Dbuiltin-kvm.c1102 if (localtime_r(&tv.tv_sec, &ltime)) { in show_timeofday()
H A Dbuiltin-script.c743 if (localtime_r(&sec, &ltime) == NULL) { in tod_scnprintf()
/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c179 if (!localtime_r(&wallclock_secs, &load_tm)) { in print_boot_time()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.2.4.rst103 - file: fix call to localtime_r()
/openbmc/qemu/hw/arm/
H A Domap1.c2859 localtime_r(&s->ti, &s->current_tm); in omap_rtc_tick()
/openbmc/qemu/block/
H A Dvvfat.c637 localtime_r(&time,t); in fat_datetime()
/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass509 "localtime_r", "mktime", "nanosleep", "time", "timegm", "timelocal",