HomeSort by: relevance | last modified time | path
    Searched defs:new_update (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/timed/timed/
timed.c 709 unsigned long new_update; local in function:get_goodgroup
728 new_update = times(&tm);
729 if (new_update < last_update + NG_DELAY
732 last_update = new_update;

Completed in 13 milliseconds