/openbmc/u-boot/include/linux/ |
H A D | time.h | 70 _DEFUN (localtime_r, (tim_p, res), 150 return asctime_r (localtime_r (tim_p, &tm), result);
|
/openbmc/qemu/include/sysemu/ |
H A D | os-win32.h | 96 #undef localtime_r 97 struct tm *localtime_r(const time_t *timep, struct tm *result);
|
/openbmc/u-boot/drivers/misc/ |
H A D | altera_sysid.c | 42 localtime_r(&stamp, &t); in display_sysid()
|
/openbmc/qemu/system/ |
H A D | rtc.c | 82 localtime_r(&ti, tm); in qemu_get_timedate()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/ |
H A D | 0001-adjust-for-64bit-time_t.patch | 94 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 D | test-statx.c | 56 if (!localtime_r(&tim, &tm)) { in print_time()
|
/openbmc/linux/tools/perf/util/ |
H A D | debug.c | 66 if (localtime_r(&tod.tv_sec, <ime) == NULL) in fprintf_time()
|
H A D | time-utils.c | 550 if (gettimeofday(&tv, NULL) || !localtime_r(&tv.tv_sec, &tm)) in fetch_current_timestamp()
|
H A D | header.c | 1796 if (localtime_r(&tod_ns.tv_sec, <ime) == NULL) in print_clock_data()
|
/openbmc/qemu/tests/qtest/ |
H A D | m48t59-test.c | 131 localtime_r(&ts, &dummy); in cmos_get_date_time()
|
H A D | rtc-test.c | 105 localtime_r(&ts, &dummy); in cmos_get_date_time()
|
/openbmc/linux/tools/perf/jvmti/ |
H A D | jvmti_agent.c | 139 localtime_r(&t, &tm); in create_jit_cache_dir()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/ |
H A D | 0001-Riscv-Add-risc-v-Android-config-header.patch | 135 + * Define this if we have localtime_r().
|
/openbmc/qemu/util/ |
H A D | oslib-win32.c | 92 struct tm *localtime_r(const time_t *timep, struct tm *result) in localtime_r() function
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kvm.c | 1102 if (localtime_r(&tv.tv_sec, <ime)) { in show_timeofday()
|
H A D | builtin-script.c | 743 if (localtime_r(&sec, <ime) == NULL) { in tod_scnprintf()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | prog.c | 179 if (!localtime_r(&wallclock_secs, &load_tm)) { in print_boot_time()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.2.4.rst | 103 - file: fix call to localtime_r()
|
/openbmc/qemu/hw/arm/ |
H A D | omap1.c | 2859 localtime_r(&s->ti, &s->current_tm); in omap_rtc_tick()
|
/openbmc/qemu/block/ |
H A D | vvfat.c | 637 localtime_r(&time,t); in fat_datetime()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | insane.bbclass | 509 "localtime_r", "mktime", "nanosleep", "time", "timegm", "timelocal",
|