Searched refs:CONSADMLOCK (Results 1 – 1 of 1) sorted by relevance
46 #define CONSADMLOCK "/tmp/CoNsAdM.lck" macro291 (void) unlink(CONSADMLOCK); in cleanup_on_exit()348 if ((lckfd = open(CONSADMLOCK, O_CREAT | O_EXCL | O_WRONLY, in getlock()353 die(gettext("cannot open %s"), CONSADMLOCK); in getlock()357 (void) unlink(CONSADMLOCK); in getlock()383 (void) unlink(CONSADMLOCK); in addtolist()414 (void) unlink(CONSADMLOCK); in addtolist()434 (void) unlink(CONSADMLOCK); in removefromlist()443 (void) unlink(CONSADMLOCK); in removefromlist()478 (void) unlink(CONSADMLOCK); in removefromlist()[all …]