Searched refs:rdonly (Results 1 – 3 of 3) sorted by relevance
55 int rdonly; /* device is opened read only (supersedes above) */ variable140 if (rdonly) in ask()149 if (alwaysyes || rdonly) { in ask()150 printf("%s? %s\n", prompt, rdonly ? "no" : "yes"); in ask()151 return !rdonly; in ask()
70 rdonly = alwaysno; in checkfilesys()74 dosfs = open(fname, rdonly ? O_RDONLY : O_RDWR, 0); in checkfilesys()75 if (dosfs < 0 && !rdonly) { in checkfilesys()81 rdonly = 1; in checkfilesys()
50 extern int rdonly; /* device is opened read only (supersedes above) */