Lines Matching defs:LOCKFILE
136 #define LOCKFILE "/var/spool/lock/LCK..cua%d"466 char lockfile[128], pidbuf[8];490 snprintf(lockfile, sizeof(lockfile), LOCKFILE,492 fd = open(lockfile, O_WRONLY | O_CREAT | O_EXCL,597 char lockfile[128];611 snprintf(lockfile, sizeof(lockfile),612 LOCKFILE, up->unit);613 unlink(lockfile);
Indexes created Mon Jul 06 00:25:43 UTC 2026