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

/ast/src/cmd/nmake/
H A Dstate.c1051 static Time_t localskew; local
1099 t = tmxsns(CURSECS + tmxsec(localskew), 0);
1129 localskew = tmxsns(tmxsec(q)-tmxsec(t),0);
1130 error(state.regress ? -1 : 1, "the utime(2) or utimes(2) system call is botched for the filesystem containing %s (the current time is adjusted by %lu seconds) -- the state may be out of sync", r->name, tmxsec(localskew));
1134 * localskew=1s handles this
1137 if (localskew > tmxsns(1,0))
1142 localskew = tmxsns(1,0);

Completed in 11 milliseconds