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

/ast/src/cmd/nmake/
H A Dstate.c557 static Time_t locktime; local
577 locktime = 0;
602 locktime = LOCKTIME(&st, lockmtime);
606 if (locktime)
608 if (stat(lockfile, &st) < 0 || (t = LOCKTIME(&st, lockmtime)) != locktime && t != tmxsns(tmxsec(locktime), 0))

Completed in 223 milliseconds