Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/at/
Dat.c216 int fdes, lockdes, fd2; in writefile() local
247 if ((lockdes = open(LFILE, O_WRONLY | O_CREAT, S_IWUSR | S_IRUSR)) < 0) in writefile()
262 fcntl(lockdes, F_SETLKW, &lock); in writefile()
311 fcntl(lockdes, F_SETLKW, &lock); in writefile()
312 close(lockdes); in writefile()