Home
last modified time | relevance | path

Searched refs:rdonly (Results 1 – 3 of 3) sorted by relevance

/external/fsck_msdos/
Dmain.c55 int rdonly; /* device is opened read only (supersedes above) */ variable
140 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()
Dcheck.c70 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()
Dext.h50 extern int rdonly; /* device is opened read only (supersedes above) */