Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/at/
H A Dat.c79 #ifndef LFILE
80 #define LFILE ATJOB_DIR ".lockfile" macro
247 if ((lockdes = open(LFILE, O_WRONLY | O_CREAT, S_IWUSR | S_IRUSR)) < 0) in writefile()
248 perr("cannot open lockfile " LFILE); in writefile()