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

/ast/src/cmd/nmake/
H A Dstate.c556 static char* lockfile; local
580 lockfile = file;
583 lockfile = 0;
604 else if (lockfile)
608 if (stat(lockfile, &st) < 0 || (t = LOCKTIME(&st, lockmtime)) != locktime && t != tmxsns(tmxsec(locktime), 0))
613 else if (remove(lockfile) < 0)
614 error(1, "cannot remove lock file %s", lockfile);
617 remove(lockfile);
618 free(lockfile);
619 lockfile
[all...]

Completed in 33 milliseconds