Home
last modified time | relevance | path

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

/original-bsd/libexec/bugfiler/
H A Dprocess.c41 if (access(LOCK_FILE, R_OK) || (lfd = open(LOCK_FILE, O_RDONLY, 0)) < 0) in process()
42 error("can't find lock file %s.", LOCK_FILE); in process()
H A Dbug.h27 #define LOCK_FILE "bug:lock" /* lock file name */ macro