Home
last modified time | relevance | path

Searched refs:check_dst (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/coreutils/
Dtouch.c143 int check_dst; in touch_main() local
149 check_dst = parse_datestr(date_str, &tm_time); in touch_main()
152 if (check_dst) in touch_main()
Ddate.c269 int check_dst = 1; in date_main() local
280 check_dst = parse_datestr(date_str, &tm_time); in date_main()
285 if (check_dst) in date_main()