Home
last modified time | relevance | path

Searched refs:tm_isdst (Results 1 – 8 of 8) sorted by relevance

/busybox-1.35.0/include/
Drtc_.h40 int tm_isdst; member
/busybox-1.35.0/libbb/
Drtc.c85 ptm->tm_isdst = -1; /* "not known" */ in rtc_read_tm()
Dtime.c53 ptm->tm_isdst = 0; in parse_datestr()
/busybox-1.35.0/coreutils/
Dtouch.c153 tm_time.tm_isdst = -1; /* recheck dst unless date is UTC */ in touch_main()
Ddate.c286 tm_time.tm_isdst = -1; in date_main()
/busybox-1.35.0/util-linux/
Drtcwake.c96 wake.time.tm_isdst = -1; in setup_alarm()
Dhwclock.c316 tm_time.tm_isdst = 0; in from_sys_clock()
/busybox-1.35.0/editors/
Dawk.c2545 then.tm_isdst = -1; /* default is unknown */ in do_mktime()
2552 &then.tm_isdst); in do_mktime()