Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dhwclock.c132 static void set_kernel_tz(const struct timezone *tz) in set_kernel_tz() argument
142 int ret = syscall(SYS_settimeofday, NULL, tz); in set_kernel_tz()
144 int ret = settimeofday(NULL, tz); in set_kernel_tz()
171 struct timezone tz = { 0 }; in set_kernel_timezone_and_clock() local
175 set_kernel_tz(&tz); in set_kernel_timezone_and_clock()
183 tz.tz_minuteswest = -broken->tm_gmtoff / 60; in set_kernel_timezone_and_clock()
185 set_kernel_tz(&tz); /* MIGHT warp_clock() if 1st call since boot */ in set_kernel_timezone_and_clock()
/busybox-1.35.0/archival/libarchive/bz/
Dblocksort.c587 int32_t tz; \
588 tz = nextLo[az]; nextLo[az] = nextLo[bz]; nextLo[bz] = tz; \
589 tz = nextHi[az]; nextHi[az] = nextHi[bz]; nextHi[bz] = tz; \
590 tz = nextD [az]; nextD [az] = nextD [bz]; nextD [bz] = tz; \