Searched refs:LOCKFILE (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/tests/fs/vfs/
H A Dt_mtime_otrunc.c44 #define LOCKFILE "lock" macro
51 if (rump_sys_stat(LOCKFILE, &st) != 0)
54 int f = rump_sys_open(LOCKFILE, O_WRONLY|O_CREAT|O_TRUNC, 0666);
H A Dt_mtime_write.c44 #define LOCKFILE "lock" macro
51 if (rump_sys_stat(LOCKFILE, &st) != 0)
54 int f = rump_sys_open(LOCKFILE, O_WRONLY|O_CREAT, 0666);
/netbsd-current/external/bsd/am-utils/dist/scripts/
H A Dlostaltmail.in195 if ( ! open(LOCKFILE, (">" . $lostlockfile)) ) {
199 close(LOCKFILE);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_acts.c142 #define LOCKFILE "/var/spool/lock/LCK..cua%d" macro
498 snprintf(lockfile, sizeof(lockfile), LOCKFILE,
622 LOCKFILE, up->unit);
/netbsd-current/games/warp/
H A Dwarp.h49 #define LOCKFILE ".warp.lock" macro
H A Dscore.c530 for (i=0; link(LOGFILE, LOCKFILE) == -1 && i<10; i++)
614 unlink(LOCKFILE);

Completed in 110 milliseconds