Searched refs:masterlock (Results 1 – 2 of 2) sorted by relevance
116 static char *masterlock; variable729 if (masterlock != NULL)730 free (masterlock);731 masterlock = lock_name (lock->repository, CVSLCK);745 if (CVS_MKDIR (masterlock, 0777) == 0)764 lock->repository, masterlock);771 if (CVS_STAT (masterlock, &sb) < 0)776 error (0, errno, "couldn't stat lock directory `%s'", masterlock);789 if (CVS_RMDIR (masterlock) >= 0)814 if (CVS_RMDIR (masterlock) < 0)[all …]
2495 * lock.c (masterlock): New variable, pathname of master lockdir.2497 and stores it in masterlock.