OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 15 16:09:53 GMT 2025