Searched refs:CVSLCK (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | lock.c | 135 static struct lock global_readlock = {NULL, NULL, NULL, CVSLCK, NULL, false}; 136 static struct lock global_writelock = {NULL, NULL, NULL, CVSLCK, NULL, false}; 143 static struct lock global_readlock = {NULL, NULL, CVSLCK, NULL, false}; 144 static struct lock global_writelock = {NULL, NULL, CVSLCK, NULL, false}; 1223 ((struct lock *)p->data)->lockdirname = CVSLCK; in lock_filesdoneproc()
|
| H A D | find_names.c | 449 strcmp (dp->d_name, CVSLCK) == 0 || in find_dirs()
|
| H A D | cvs.h | 208 #define CVSLCK "#cvs.lock" macro
|
| H A D | ChangeLog-96 | 181 relatively simple: make it so that for every CVSLCK lock that we 183 the CVSLCK directory. 200 whether the CVSLCK directory needs to be removed. Add 205 CVSLCK directory was really removed. 206 (lock_simple_remove): Check for errors removing CVSLCK directory.
|
| H A D | ChangeLog-97 | 1448 and CVSLCK in working directories.
|