HomeSort by relevance Sort by last modified time
    Searched refs:rdonly (Results 1 - 4 of 4) sorted by null

  /external/fsck_msdos/
main.c 55 int rdonly; /* device is opened read only (supersedes above) */ variable
140 if (rdonly)
149 if (alwaysyes || rdonly) {
150 printf("%s? %s\n", prompt, rdonly ? "no" : "yes");
151 return !rdonly;
check.c 70 rdonly = alwaysno;
74 dosfs = open(fname, rdonly ? O_RDONLY : O_RDWR, 0);
75 if (dosfs < 0 && !rdonly) {
81 rdonly = 1;
ext.h 50 extern int rdonly; /* device is opened read only (supersedes above) */
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/version120/
regress-99663.js 75 for (rdonly in this);
82 for (it.rdonly in this);
128 f3('rdonly');

Completed in 1864 milliseconds