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

/freebsd-10.1-release/usr.bin/at/
H A Dat.c213 int fdes, lockdes, fd2; local
244 if ((lockdes = open(LFILE, O_WRONLY | O_CREAT, S_IWUSR | S_IRUSR)) < 0)
259 fcntl(lockdes, F_SETLKW, &lock);
308 fcntl(lockdes, F_SETLKW, &lock);
309 close(lockdes);

Completed in 290 milliseconds