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

/ast/src/cmd/nmake/
H A Dstate.c546 #define LOCKTIME(p,m) ((m)?tmxgetmtime(p):tmxgetctime(p)) macro
574 badlock(sfstrbase(internal.nam), fd, LOCKTIME(&st, lockmtime));
587 badlock(file, 0, LOCKTIME(&st, lockmtime));
602 locktime = LOCKTIME(&st, lockmtime);
608 if (stat(lockfile, &st) < 0 || (t = LOCKTIME(&st, lockmtime)) != locktime && t != tmxsns(tmxsec(locktime), 0))

Completed in 8 milliseconds