Home | History | Annotate | Download | only in ntpd

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);