Searched refs:CONSADMLOCK (Results 1 – 1 of 1) sorted by relevance
44 #define CONSADMLOCK "/tmp/CoNsAdM.lck" macro289 (void) unlink(CONSADMLOCK); in cleanup_on_exit()346 if ((lckfd = open(CONSADMLOCK, O_CREAT | O_EXCL | O_WRONLY, in getlock()351 die(gettext("cannot open %s"), CONSADMLOCK); in getlock()355 (void) unlink(CONSADMLOCK); in getlock()381 (void) unlink(CONSADMLOCK); in addtolist()412 (void) unlink(CONSADMLOCK); in addtolist()432 (void) unlink(CONSADMLOCK); in removefromlist()441 (void) unlink(CONSADMLOCK); in removefromlist()476 (void) unlink(CONSADMLOCK); in removefromlist()[all …]