Home
last modified time | relevance | path

Searched refs:LLOCK (Results 1 – 2 of 2) sorted by relevance

/openbsd/games/hack/
H A Dhack.unix.c201 if (link(HLOCK, LLOCK) == -1) { in getlock()
205 printf("Cannot link %s to %s\n", LLOCK, HLOCK); in getlock()
214 printf("(Try again or rm %s.)\n", LLOCK); in getlock()
233 (void) unlink(LLOCK); in getlock()
242 (void) unlink(LLOCK); in getlock()
247 if(unlink(LLOCK) == -1) in getlock()
248 error("Cannot unlink %s.", LLOCK); in getlock()
H A Dconfig.h86 #define LLOCK "safelock" /* link to previous */ macro