Searched refs:readonlyfs (Results 1 – 6 of 6) sorted by relevance
48 int readonlyfs = 0; variable616 readonlyfs = 1; in main()705 readonlyfs = -1; in main()815 if (readonlyfs && !really_quiet) { in main()
564 if (noexec || readonlyfs) in Reader_Lock()964 if (readonlyfs) { in lock_list_promotably()
408 extern int readonlyfs; /* fail on all write locks; succeed all read locks */
640 if (readonlyfs && newroot->isremote) in parse_cvsroot()
5391 commit-readonlyfs)5395 dotest commit-readonlyfs-1 "${testcvs} -Q import -m . $module X Y" ''5397 dotest_fail commit-readonlyfs-2r1 "${testcvs} -Q -R co $module" \5399 dotest commit-readonlyfs-2r2 "${testcvs} -Q co $module" ''5401 dotest commit-readonlyfs-2 "${testcvs} -Q -R co $module" ''5403 dotest commit-readonlyfs-2r3 "${testcvs} -q -R co $module" \5406 dotest commit-readonlyfs-2r4 "${testcvs} -R co $module" \5416 dotest_fail commit-readonlyfs-3r "${testcvs} -Q -R ci -m. junk" \5419 dotest_fail commit-readonlyfs-3 "${testcvs} -Q -R ci -m. junk" \
7142 * sanity.sh (commit-readonlyfs-2r4): Correct cascaded spelling mistake7166 * main.c (main): Issue a warning about readonlyfs options unless7168 * lock.c (Writer_Lock): Modify readonlyfs error message text.7169 * sanity.sh (commit-readonlyfs): Adjust test for new messages.7184 * sanity.sh (commit-readonlyfs): Test new read-only file-system