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

/freebsd-10.2-release/contrib/ntp/scripts/monitoring/
H A Dtimelocal.pl45 $cheat = $cheat{$ym} || &cheat;
46 $cheat + $_[0] * $SEC + $_[1] * $MIN + $_[2] * $HR + ($_[3]-1) * $DAYS;
53 $cheat = $cheat{$ym} || &cheat;
54 $cheat + $_[0] * $SEC + $_[1] * $MIN + $_[2] * $HR + ($_[3]-1) * $DAYS
60 sub cheat { subroutine
76 $cheat{
[all...]

Completed in 91 milliseconds