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

/freebsd-10-stable/sbin/adjkerntz/
H A Dadjkerntz.c82 struct timezone tz, *stz; local
146 stz = NULL;
281 stz = &tz;
283 if (!wall_clock && stz == NULL)
307 if ( (init && (stv != NULL || stz != NULL))
308 || (stz != NULL && stv == NULL)
322 if (settimeofday(stv, stz)) {

Completed in 18 milliseconds