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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp_locl.h72 #define OTP_DB_LOCK SYSCONFDIR "/otp-lock" macro
H A Dotp_db.c59 lock = open (OTP_DB_LOCK, O_WRONLY | O_CREAT | O_EXCL, 0666);
64 if (stat (OTP_DB_LOCK, &statbuf) == 0) {
66 unlink (OTP_DB_LOCK);
75 unlink (OTP_DB_LOCK);
83 unlink (OTP_DB_LOCK);

Completed in 103 milliseconds