Searched refs:use_localtime (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.sbin/bhyve/
H A Drtc.h34 void rtc_init(struct vmctx *ctx, int use_localtime);
H A Drtc.c62 rtc_time(struct vmctx *ctx, int use_localtime) argument
68 if (use_localtime) {
76 rtc_init(struct vmctx *ctx, int use_localtime) argument
104 err = vm_rtc_settime(ctx, rtc_time(ctx, use_localtime));
/freebsd-13-stable/contrib/apr/time/unix/
H A Dtime.c82 apr_int32_t offset, int use_localtime)
89 if (use_localtime)
94 if (use_localtime)
81 explode_time(apr_time_exp_t *xt, apr_time_t t, apr_int32_t offset, int use_localtime) argument

Completed in 58 milliseconds