Searched refs:_PATH_LOCKFILE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.bin/at/
H A Dpathnames.h46 #define _PATH_LOCKFILE "/var/at/.lockfile" macro
H A Dat.c205 * any particular time is used. Lock the file _PATH_LOCKFILE first
211 if ((lockdes = open(_PATH_LOCKFILE, O_WRONLY | O_CREAT, S_IWUSR | S_IRUSR)) < 0)
212 perr("Cannot open lockfile " _PATH_LOCKFILE);

Completed in 92 milliseconds