Home
last modified time | relevance | path

Searched refs:clock_val (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/date/
H A Ddate.c67 static time_t clock_val; variable
177 clock_val = ts.tv_sec; in main()
207 tp = gmtime(&clock_val); in main()
316 clock_val += 1; in setdate()
322 clock_val *= 24; in setdate()
323 clock_val += (time_t)hh; in setdate()
324 clock_val *= 60; in setdate()
325 clock_val += (time_t)min; in setdate()
326 clock_val *= 60; in setdate()
327 clock_val += sec; in setdate()
[all …]
/illumos-gate/usr/src/cmd/rtc/
H A Drtc.c55 static time_t clock_val; variable
180 (void) time(&clock_val); in get_local()
182 tm = localtime(&clock_val); in get_local()
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c925 time_t clock_val; in smbd_gmtoff() local
929 (void) time(&clock_val); in smbd_gmtoff()
930 atm = localtime(&clock_val); in smbd_gmtoff()