Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDroot.c638 if (readonlyfs && newroot->isremote) { in parse_cvsroot()
640 if (readonlyfs < 0) in parse_cvsroot()
644 readonlyfs = 0; in parse_cvsroot()
HDmain.c44 int readonlyfs = 0; variable
575 readonlyfs = 1; in main()
673 readonlyfs = -1; in main()
HDlock.c517 if (noexec || readonlyfs) in Reader_Lock()
915 if (readonlyfs) { in lock_list_promotably()
HDcvs.h399 extern int readonlyfs; /* fail on all write locks; succeed all read locks */
HDtag.c1530 if (noexec || readonlyfs) return; in add_to_val_tags()