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

/freebsd-11-stable/sbin/adjkerntz/
H A Dadjkerntz.c84 struct timezone tz, *stz; local
148 stz = NULL;
283 stz = &tz;
285 if (!wall_clock && stz == NULL)
309 if ( (init && (stv != NULL || stz != NULL))
310 || (stz != NULL && stv == NULL)
324 if (settimeofday(stv, stz)) {

Completed in 261 milliseconds