HomeSort by: relevance | last modified time | path
    Searched refs:LLOCK (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
config.h 96 #define LLOCK "safelock" /* link to previous */
hack.unix.c 277 if (link(HLOCK, LLOCK) == -1) {
281 printf("Cannot link %s to %s\n", LLOCK, HLOCK);
290 printf("(Try again or rm %s.)\n", LLOCK);
312 (void) unlink(LLOCK);
320 (void) unlink(LLOCK);
325 if (unlink(LLOCK) == -1)
326 error("Cannot unlink %s.", LLOCK);

Completed in 13 milliseconds