Searched refs:rdonly (Results 1 – 3 of 3) sorted by relevance
49 int rdonly; /* device is opened read only (supersedes above) */ variable132 if (alwaysyes || alwaysno || rdonly) in ask()133 def = (alwaysyes && !rdonly && !alwaysno); in ask()144 if (alwaysyes || alwaysno || rdonly) { in ask()
56 rdonly = alwaysno; in checkfilesys()60 dosfs = open(fname, rdonly ? O_RDONLY : O_RDWR, 0); in checkfilesys()61 if (dosfs < 0 && !rdonly) { in checkfilesys()67 rdonly = 1; in checkfilesys()
45 extern int rdonly; /* device is opened read only (supersedes above) */