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

/freebsd-current/usr.bin/at/
H A Dat.c77 #ifndef LFILE
78 #define LFILE ATJOB_DIR ".lockfile" macro
239 * particular time is used. Lock the file LFILE first to make sure
245 if ((lockdes = open(LFILE, O_WRONLY | O_CREAT, S_IWUSR | S_IRUSR)) < 0)
246 perr("cannot open lockfile " LFILE);

Completed in 109 milliseconds