Home | History | Annotate | Download | only in nbfs

Lines Matching defs:special

24  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
50 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
90 * Given a RISC OS special field and pathname, open the relevant
94 nbfs_devopen(struct open_file *f, char const *special, char const *fname,
110 err = rodisk_open(f, special, drive, part);
151 nbfs_fopen(struct open_file *f, char const *special, char const *path)
156 err = nbfs_devopen(f, special, path, &tail);
181 char const *special = (char const *)r->r6;
192 err = nbfs_fopen(&nof->f, special, fname);
274 char const *special = (char const *)r->r6;
280 err = nbfs_fopen(&f, special, fname);
346 char const *special = (char const *)r->r6;
360 err = nbfs_fopen(&f, special, fname);