Lines Matching refs:ut_timecopy
409 struct timeval prev_secs, ut_timecopy, secs, clock_shift, now; in ac() local
421 ut_timecopy = usr->ut_tv; in ac()
423 if (timercmp(&ut_timecopy, &prev_secs, <)) in ac()
424 ut_timecopy = prev_secs; in ac()
425 prev_secs = ut_timecopy; in ac()
428 FirstTime = ut_timecopy; in ac()
430 ltm = localtime(&ut_timecopy.tv_sec); in ac()
436 secs = ut_timecopy; in ac()
447 clock_shift = ut_timecopy; in ac()
450 timersub(&clock_shift, &ut_timecopy, &clock_shift); in ac()
460 FirstTime = ut_timecopy; /* shouldn't be needed */ in ac()
479 usht.ut_tv = ut_timecopy; in ac()
485 ltm = localtime(&ut_timecopy.tv_sec); in ac()
490 secs = ut_timecopy; in ac()